Create configuration drafts
Convert JSON examples into readable YAML for deployment, automation and documentation files.
Convert tool
Convert JSON to readable YAML locally in your browser for configuration, documentation and review.
Your input and result are not sent to JSON Hearth or stored on a server.
When to use it
JSON and YAML can represent many of the same data structures. YAML is often easier for humans to edit, while JSON has stricter syntax.
Convert JSON examples into readable YAML for deployment, automation and documentation files.
Use YAML's indentation-focused representation to inspect objects and arrays.
Translate sample payloads when a tool or project expects YAML rather than JSON.
Important limitations
Common questions
Standard JSON has no comments, so there are no comments available to carry into the YAML output.
Their common data model overlaps heavily, but YAML supports additional syntax and types that may not round-trip through JSON.