Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Awesome Structured Data & AI Developer Tools

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.


πŸš€ Featured Project

FormatList

πŸ‘‰ https://formatlist.com

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.


πŸ”₯ JSON Tools

JSON Repair

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


JSON Formatter

Beautify and format JSON instantly.

Features:

  • Pretty print
  • Minify
  • Tree view
  • Syntax highlighting

πŸ‘‰ https://formatlist.com/json-formatter


JSON Validator

Validate JSON structure and detect syntax errors.

Useful for:

  • API debugging
  • AI output validation
  • frontend/backend development

πŸ‘‰ https://formatlist.com/json-validator


JSON Compare

Compare two JSON objects and visualize differences.

Useful for:

  • API response diffing
  • config comparison
  • debugging structured data

πŸ‘‰ https://formatlist.com/json-compare


JSON Escape

Escape JSON strings safely for APIs and applications.

πŸ‘‰ https://formatlist.com/json-escape


JSONPath Finder

πŸ”— 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


JSONPath Explainer

πŸ”— 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 object
  • store β†’ Select the store property
  • book[*] β†’ Select all items in the book array
  • author β†’ Return the author field from each item

Keywords: jsonpath explainer, explain jsonpath, jsonpath parser, jsonpath tutorial, jsonpath syntax

πŸ“Š CSV / TSV Tools

TSV to CSV

Convert tab-separated values into CSV instantly.

Useful for:

  • Excel workflows
  • database exports
  • AI datasets
  • spreadsheet formatting

πŸ‘‰ https://formatlist.com/tsv-to-csv


CSV to JSON

Convert CSV files into structured JSON.

πŸ‘‰ https://formatlist.com/csv-to-json


Delimiter Converter

Convert between:

  • CSV
  • TSV
  • pipe-delimited
  • semicolon-separated data

πŸ‘‰ https://formatlist.com/delimiter-converter


πŸ€– AI Workflow Tools

JSON to Zod

Generate Zod schemas from JSON automatically.

Useful for:

  • TypeScript projects
  • AI structured outputs
  • API validation

πŸ‘‰ https://formatlist.com/json-to-zod


JSON Schema Generator

Generate JSON Schema definitions from sample JSON.

πŸ‘‰ https://formatlist.com/json-schema-generator


Markdown to JSON

Convert Markdown structures into machine-readable JSON.

πŸ‘‰ https://formatlist.com/markdown-to-json


⚠️ Common AI JSON Problems

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.


πŸ›  Structured Data Workflow Stack

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

🌍 Related Resources


🀝 Contributing

Pull requests, suggestions, and new tool recommendations are welcome.


πŸ“„ License

MIT

About

Curated list of the best text formatting and developer workflow tools.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors