βš™
useprecisoDevTools

JSON ↔ YAML Converter

Convert between JSON and YAML. All processing happens in your browser β€” nothing is sent to any server.

Indent
Flow style at depth
JSON Input
YAML Output

Output appears here…

Conversion notes

JSON β†’ YAML

  • JSON arrays become YAML sequences (- item)
  • JSON objects become YAML mappings
  • null, true, false preserved as-is
  • Strings with special chars are auto-quoted
  • Flow style: objects/arrays on one line at set depth

YAML β†’ JSON

  • Sequences become JSON arrays
  • Mappings become JSON objects
  • yes/no/on/off β†’ true/false
  • ~ β†’ null
  • Numbers auto-typed