[
{
"name": "Alice",
"age": "30",
"role": "Developer"
},
{
"name": "Bob",
"age": "25",
"role": "Designer"
},
{
"name": "Carol",
"age": "28",
"role": "PM"
}
]Parsing runs in your browser. No data is sent to any server.
No, conversion runs in your browser. Data never leaves your device.
Comma, semicolon, and tab are supported. You can choose in the tool.
Format and validate JSON with syntax highlighting. Minify, prettify, sort keys. All processing in your browser.
Convert YAML to JSON and JSON to YAML. For configs, CI, and docs. All in your browser.
Convert JSON to CSV for spreadsheets and data export. Paste JSON, get CSV. All in your browser.