Examples
-
YAML
name: UUID Studio version: 1
About YAML / JSON / XML
Config files rarely agree on a format - Kubernetes and CI pipelines want YAML, APIs return JSON, and older integrations sometimes still expect XML. Rewriting the same data by hand across formats wastes time and invites typos.
Convert freely between YAML, JSON, and XML using a straightforward indent-based parser suited to typical configuration files. For YAML with complex anchors, merge keys, or custom tags, a dedicated YAML tool will handle the edge cases more faithfully.