Ctrl+K
JSON to YAML
🔒 Runs in your browser — nothing is sent to a serverPaste any valid JSON object or array below and convert it to clean YAML format. Useful for generating Kubernetes configs, Docker Compose files, and other YAML-based configuration.
Two-pane view: input and output side by side
Copied!
Examples
Input
{"name":"John","age":30,"city":"New York"}Output
name: John
age: 30
city: New York
Input
{"items":["apple","banana"],"enabled":true}Output
items:
- apple
- banana
enabled: true
FAQ
Related tools
YAML to JSON
Convert YAML configuration files to JSON format instantly
JSON to CSV
Convert a JSON array of objects to CSV for Excel, Google Sheets and databases
CSV to JSON
Convert CSV spreadsheets to JSON arrays of objects with auto-typed values
XML to JSON
Convert XML documents to JSON with attribute mapping and namespace support
JSON to XML
Convert JSON objects to XML with attribute mapping and pretty-printed output
URL Decode
Decode percent-encoded URL strings with a free URL decoder
URL Encode
Percent-encode text or URLs with a free URL encoder
HTML Encode
Escape HTML special characters into safe entities with a free online HTML encoder
