JSON ↔ YAML Converter
Convert between JSON and YAML formats. Transform your data between these popular data serialization formats.
JSON Input
About JSON and YAML
JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate.
YAML
YAML (YAML Ain't Markup Language) is a human-friendly data serialization standard that can be used in conjunction with all programming languages and is often used for configuration files.