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.
Important limitations
Common questions
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.