Paste YAML or JSON and convert in either direction with a clear direction control. JSON output is pretty-printed with your choice of indent (2, 4 or tab); YAML output uses sane defaults — block style, quotes only where the syntax requires them, no anchors emitted. Parsing is the bundled js-yaml in safe mode: only standard YAML types, no custom tags, nothing ever executes. Anchors and aliases in your input are resolved into plain values, and multi-document input (--- separators) converts to a JSON array with a note. Parse errors name the line and column where the parser reports them.
| Data acquired | None. |
|---|---|
| Libraries used | Lit 3 and js-yaml 4.1.0 (MIT) — both bundled into the tool file itself. |
| Data stored | None. |
| Data transmitted | None. |