Free Data Converters
Convert between structured data formats — CSV, JSON, XML, YAML, TSV, and more. Schema is inferred where possible; nested JSON flattens to dot-notation CSV columns and vice versa. Common uses: import a CSV export into a JSON-fed tool, convert YAML config to JSON for an API that requires it, normalize XML records into a spreadsheet-friendly CSV.
CSV JSON
Convert CSV data files to JSON format for web applications and APIs.
JSON CSV
Convert JSON data to CSV for spreadsheet analysis and data processing.
Open source
The same converter that powers every page here is on PyPI and GitHub. Self-host it, embed it, audit it — MIT-licensed, no signup.
pip install freeai-convert
View on GitHub