jsonkits --list | wc -l384
JSON tools
for developers.
Format, validate, convert, diff and generate JSON without shipping your payload to someone else’s server. Everything runs in this tab.
- 384
- tools
- 0
- bytes uploaded
- $0
- forever
Speaks
- YAML
- CSV
- XML
- TOML
- INI
- TSV
- XLSX
- Markdown
- Protobuf
- Avro
- CBOR
- MsgPack
- BSON
- NDJSON
- GraphQL
- OpenAPI
- Postman
- cURL
- TypeScript
- Go
- Rust
- Swift
- Kotlin
- Python
- Java
- C#
- Dart
- Zod
- SQL
- MongoDB
- Firestore
- Kubernetes
- Terraform
- GeoJSON
- JWT
- HAR
- +40 more
Pick a job
The number is how many tools cover it.
Most used
Every tool
Filter by job or search by format name.
Showing 384 of 384
Why it stays local
JSONKits is a static site. There is no upload endpoint, no queue and no database — the conversion logic is JavaScript that ships with the page and runs on your machine.
how it works- Nothing is uploaded
- Every conversion runs in your tab. Safe for production payloads and customer data.
- No round-trip latency
- Results appear as fast as your machine can parse them — no queue, no cold start.
- No account, no limits
- No sign-up, no quota, no paywalled formats. Open a tool and use it.
- Built for real payloads
- Drag in a file, share a link, replay from history, and keep the editor open all day.
Learn JSON
Syntax, common errors, and how JSON compares to other formats.
Getting Started with JSON: A Beginner's Guide
Learn the basics of JSON — what it is, its syntax, data types, and how to start using it in your projects. Free online JSON tools included.
9 min readJSON vs YAML: When to Use Each Format
Compare JSON and YAML data serialization formats. Learn the differences, pros and cons, and best use cases for each. Free online converter included.
6 min readCommon JSON Mistakes and How to Avoid Them
Discover the most frequent JSON errors developers make and learn how to avoid them. Free JSON validator and repair tools included.
Frequently asked
What is JSONKits?
JSONKits is a free collection of 384+ browser-based JSON tools for developers — formatters, validators, viewers, converters, generators, and comparison tools. Everything runs entirely in your browser using JavaScript and WebAssembly.
Is JSONKits free to use?
Yes, every tool on JSONKits is completely free with no subscriptions, usage limits, or credit card required.
Is my data uploaded to a server?
No. All processing happens 100% client-side in your browser. Your JSON, CSV, YAML, or other data is never sent to, stored on, or seen by any server — which makes JSONKits safe to use with sensitive or proprietary data.
Do I need to create an account?
No sign-up is required. Open any tool and start using it immediately.
What is JSON used for?
JSON (JavaScript Object Notation) is a lightweight, text-based data format used to exchange data between servers, APIs, mobile apps, and web applications. It is the standard format for REST APIs, configuration files, and NoSQL databases like MongoDB.
How is JSON different from YAML or XML?
JSON is more compact and easier to parse than XML, while YAML is more human-readable and supports comments, which JSON does not. All three are used for data serialization, but JSON is the most widely supported across programming languages and web APIs. See our JSON vs YAML and JSON vs XML guides for a full comparison.
Can I use JSONKits tools offline or without an internet connection?
Once a tool page has loaded, all conversion and formatting logic runs locally in your browser, so most tools continue to work without a live network connection.
How many tools does JSONKits offer?
JSONKits currently offers 384 tools across formatters, validators, viewers, converters, generators, and compare utilities, covering formats like YAML, XML, CSV, TypeScript, SQL, and many more.