widgets

YAML to JSON Converter

calculators.im ↗

YAML to JSON calculator

info Paste YAML to convert to JSON
0 lines 0 B 0 keys depth 0

lightbulb Tips

  • YAML 1.2: only `true`/`false` are booleans (no yes/no)
  • Comments (#) are stripped — JSON has no comment syntax
  • Anchors (&name) and aliases (*name) get expanded inline
  • Multi-document streams (---) need to be split first
  • Tabs in indentation cause parse errors — use spaces only