Converters
JSON ↔ YAML
Convert between JSON and YAML in either direction.
Runs entirely in your browser — nothing is uploaded
name: infinityking port: 3000 features: - tools - hrms
Frequently asked questions
Why convert between JSON and YAML?
They express the same data. YAML is easier to read and comment for configuration, while JSON is what most APIs expect.
Are comments preserved?
No. JSON has no syntax for comments, so converting YAML to JSON necessarily drops them.