YAML ↔ JSON Convert & Compare#
Convert YAML to JSON or JSON/JSONC/JSON5 to YAML, or compare two documents for logical equality. Includes formatting controls, copy/save actions, and shareable state.
Open the toolNotes#
- YAML comments are ignored during conversion.
- JSONC/JSON5 comments are ignored during conversion.
- Formatted JSON output is strict JSON, even when the input used JSONC or JSON5 features.
- Multiple YAML documents in a single file are rejected.
Dependencies#
This tool relies on 2 dependencies.
| # | Library | Version | Via |
|---|---|---|---|
| 1 | js-yaml | 4.1.0 | cdn.jsdelivr.net |
| 2 | json5 | 2.2.3 | cdn.jsdelivr.net |
Changelog#
382c52f - April 25, 2026 12:21#
- Add JSON5 and JSONC converter input support
23eaecd - January 29, 2026 20:29#
- Align analytics and tools with dark mode