# CSV ↔ JSON

Convert CSV rows to JSON, or JSON records back to CSV, in your browser.

URL: https://everythingdeck.com/csv-to-json

## Processing
Processing takes place in your browser. Inputs and files are not uploaded or retained.

## How to use
Paste a CSV with a header row, or a JSON array of records, and choose the conversion direction.

## Example
Convert name,score followed by Ada,99 into a JSON record.

## Inputs
text

## Outputs
text

## Capabilities
- CSV to JSON
- JSON to CSV
- TSV to JSON
- semicolon CSV

## Limitations
Up to 2 MB of text. JSON to CSV escapes formula-like cells for safer spreadsheet use. Nested records are not flattened.

## Related tools
- [JSON ↔ YAML](https://everythingdeck.com/json-to-yaml)
- [Spreadsheet Studio](https://everythingdeck.com/spreadsheet)
