Developer Tools
CSV to JSON
Parse CSV reliably with delimiter, header and value-type controls.
Browser processing
Validate a JSON array, detect its fields and export compatible values as CSV with optional simple flattening.
Conversion stays on this device.
Use a top-level array containing objects, such as [{"name":"A"}].
Their CSV cells are left empty.
Developer Tools
Parse CSV reliably with delimiter, header and value-type controls.
Browser processing
Developer Tools
Validate, pretty-print, minify and sort JSON with useful errors.
Browser processing
Developer Tools
Encode components or full URLs and safely decode escaped values.
Browser processing
Text Tools
See added, removed and changed lines in two text versions.
Browser processing
Private by design. JSON is validated and converted in your browser. Parsed objects are treated only as data.
Use a top-level array where each item is an object, or opt in to treating one object as one row.
Maximum safe size: 10.0 MB.
Up to 20 data rows are shown; downloads contain the complete CSV.
Nested structures: Simple child properties can be flattened with your chosen separator. Arrays and deeper objects are stored as JSON text and listed above.