CSV
Available
JSON to CSV
Convert a JSON array of objects (or a single object) into a spreadsheet-ready CSV file.
Inputjson
Outputcsv
Limit25 MB
EngineBuilt in
Use cases
Related tools
CSV
Available
CSV to JSON
Convert spreadsheet rows into a JSON array, using the header row as field names.
CSV AvailableFormat JSON
Pretty-print a minified or messy JSON file with consistent indentation so it is readable again.
CSV AvailableMinify JSON
Strip whitespace from a JSON file to make it as small as possible for production use.
CSV AvailableValidate JSON
Check whether a JSON file parses correctly and get the exact line and column of the first error.
CSV AvailableJSON to YAML
Convert a JSON file to YAML for config files that expect YAML syntax.
CSV AvailableYAML to JSON
Convert a YAML config file to JSON for tools that only accept JSON input.