📝 JSON ↔ YAML
Round-trip JSON and YAML with sensible defaults — YAML 1.2, anchor and alias resolution, multi-document support.
Round-trip JSON and YAML with sensible defaults — YAML 1.2, anchor and alias resolution, multi-document support.
Convert between JSON and YAML without leaving the browser. The converter is YAML 1.2-compatible — anchors and aliases are resolved into duplicated values when going to JSON, multi-document YAML (---) can be flattened or kept as an array, and special scalars (~, ISO timestamps, hex numbers) survive the round-trip when they should.
{a: 1, b: [x, y]}). Auto picks block for larger structures and flow for small inline ones.true/false are booleans. yes/no stay as strings (a YAML 1.1 quirk we don't reintroduce).