Paste JSON or CSV and convert between the two — handles nested objects, arrays, custom delimiters, quoting edge cases, and type inference.
Runs fully in your browser · nothing is sent anywhereConverted output will appear here.
{ or [ is treated as JSON, anything else as CSV.{"address":{"city":"NY"}} into a column address.city, and array items into tags[0], tags[1], etc. "Stringify" keeps nested objects/arrays as a single JSON-text cell instead.""). "Infer types" converts true/false/null/numbers automatically; otherwise every value stays a string.address.city, this rebuilds the nested object structure on the way back to JSON.