JSON Converter
Convert JSON to XML, YAML, or CSV -- and convert them back to JSON.
JSON options
XML options
CSV options
Waiting for input...
Tips
- At least one side must be JSON. Use JSON as the bridge when moving between XML, YAML, and CSV.
- YAML parsing uses js-yaml in the browser; it is safe-mode and does not execute arbitrary code.
- CSV expects UTF-8 text. Adjust the delimiter for semicolon or tab-separated files.
- XML output is a simple representation and may not preserve all attributes or namespaces from complex documents.