A curated collection of JSON, CSV, SQL, and AI workflow tools for developers.
Focused on structured data processing, AI-generated content cleanup, developer productivity, and modern data workflows.
FormatList is a modern developer toolkit focused on:
- JSON repair & validation
- CSV / TSV conversion
- AI-generated data cleanup
- schema generation
- delimiter tools
- structured data workflows
Built for developers, AI engineers, automation builders, and modern data pipelines.
Fix malformed JSON generated by AI models like ChatGPT, Claude, Gemini, and DeepSeek.
Common issues:
- Trailing commas
- Broken quotes
- Invalid escape sequences
- Markdown wrapped JSON
- Unexpected tokens
- Partial JSON outputs
π https://formatlist.com/json-repair
Beautify and format JSON instantly.
Features:
- Pretty print
- Minify
- Tree view
- Syntax highlighting
π https://formatlist.com/json-formatter
Validate JSON structure and detect syntax errors.
Useful for:
- API debugging
- AI output validation
- frontend/backend development
π https://formatlist.com/json-validator
Compare two JSON objects and visualize differences.
Useful for:
- API response diffing
- config comparison
- debugging structured data
π https://formatlist.com/json-compare
Escape JSON strings safely for APIs and applications.
π https://formatlist.com/json-escape
π https://formatlist.com/json-path-finder
Find the correct JSONPath expression from any JSON document. Paste JSON data, click any node, and instantly generate JSONPath selectors.
Features
- Interactive JSON tree viewer
- Auto-generate JSONPath expressions
- Copy-ready JSONPath selectors
- Supports nested objects and arrays
- Works with large JSON documents
- No signup required
Popular Use Cases
- API response debugging
- Kubernetes kubectl jsonpath queries
- Data extraction workflows
- JSON testing and validation
- Automation scripts
Keywords: jsonpath finder, json path finder, generate jsonpath, kubectl jsonpath, jsonpath generator
π https://formatlist.com/jsonpath-explainer
Understand any JSONPath expression instantly. Paste a JSONPath query and get a human-readable explanation of what each segment does.
Features
- Explain JSONPath syntax step-by-step
- Supports filters and array selectors
- Beginner-friendly descriptions
- Examples included
- Fast browser-based tool
Example
Input:
$.store.book[*].author
Explanation:
$β Root objectstoreβ Select the store propertybook[*]β Select all items in the book arrayauthorβ Return the author field from each item
Keywords: jsonpath explainer, explain jsonpath, jsonpath parser, jsonpath tutorial, jsonpath syntax
Convert tab-separated values into CSV instantly.
Useful for:
- Excel workflows
- database exports
- AI datasets
- spreadsheet formatting
π https://formatlist.com/tsv-to-csv
Convert CSV files into structured JSON.
π https://formatlist.com/csv-to-json
Convert between:
- CSV
- TSV
- pipe-delimited
- semicolon-separated data
π https://formatlist.com/delimiter-converter
Generate Zod schemas from JSON automatically.
Useful for:
- TypeScript projects
- AI structured outputs
- API validation
π https://formatlist.com/json-to-zod
Generate JSON Schema definitions from sample JSON.
π https://formatlist.com/json-schema-generator
Convert Markdown structures into machine-readable JSON.
π https://formatlist.com/markdown-to-json
Large language models frequently generate invalid JSON.
Typical example:
{
"name": "Tom",
"age": 18,
}Common problems include:
- Trailing commas
- Invalid quotes
- Unescaped characters
- Broken nesting
- Markdown code wrappers
- Partial outputs
These issues can break:
- APIs
- automation workflows
- AI agents
- frontend apps
- databases
JSON repair and validation tools are becoming essential infrastructure for AI development.
Modern developer workflows increasingly depend on:
| Category | Use Cases |
|---|---|
| JSON Tools | APIs, AI outputs, configs |
| CSV/TSV Tools | datasets, spreadsheets |
| SQL Tools | query building, exports |
| Schema Tools | validation, typing |
| AI Workflow Tools | automation, agents |
- JSON RFC: https://www.rfc-editor.org/rfc/rfc8259
- JSON Schema: https://json-schema.org
- CSV Specification: https://datatracker.ietf.org/doc/html/rfc4180
Pull requests, suggestions, and new tool recommendations are welcome.
MIT