Inspect configuration
See the exact object and array structure produced by a YAML configuration file.
Convert tool
Convert YAML to consistently formatted JSON in your browser. Review configuration data without uploading it.
Your input and result are not sent to JSON Hearth or stored on a server.
When to use it
Converting YAML to JSON can make implicit structure and parsed values easier to inspect, validate and consume from code.
See the exact object and array structure produced by a YAML configuration file.
Translate YAML examples into JSON for tools and endpoints that accept JSON only.
Review how strings, numbers, booleans and null values were interpreted by the YAML parser.
How it works
Paste a value, open a local file or begin with the working sample.
The transformation executes in your browser, not on our servers.
Check the output, then copy or download it for your next task.
Important limitations
YAML comments, anchors and presentation details may not survive conversion to JSON.
YAML can express values that require simplification before they fit the JSON data model.
Common questions
No. Your input is processed by code running in your browser and is not sent to an application server.
Yes. The tool is free, requires no account and can be used directly in the browser.
Comments are presentation metadata and are not part of the parsed JSON data model.
JSON has no anchor or alias syntax. A conversion normally resolves them into ordinary values.