How to use CSV to JSON
- 1. Paste CSV. Or drop a .csv file. It is read locally.
- 2. Keep CSV → JSON. Preselected here so a JSON file is not auto-detected as the source.
- 3. Copy the array. Objects keyed by header names.
About this tool
Spreadsheet exports are CSV. Front ends want JSON. The hub tool also auto-detects; this page is explicitly CSV to JSON so the search phrase and the H1 match, which matters for both ranking and AdSense uniqueness.
Headers
Row 1 becomes object keys. Duplicate headers overwrite. Empty header cells get generated names — clean the sheet first if you can.
Types
Everything is a string unless you post-process. Numbers in quotes stay strings. That is safer than guessing.
Code examples
CSV
id,email
1,[email protected]