JSON Path Extractor
Extract every path from a JSON document — dotted keys and array indexes — so you can see the shape of a payload or build selectors for transforms.
100% in your browser — your code never leaves this tab. No sign-up, no limits.
Tools
JSON Path Extractor
List every dotted path in the documentPaste JSON, drop a file, or
JSON Path Extractor — Frequently Asked Questions
A path list is often the fastest way to understand a payload you did not design. It shows which fields exist, how deep the nesting goes, and where arrays appear — enough to draft a TypeScript type or a JSON Schema without reading the whole document by eye.
As dotted keys with numeric array indexes, for example order.items.0.sku. That matches how most flatteners and many templating languages refer to nested values.
Flatten produces a new JSON object whose keys are those paths. The path extractor only lists the paths, which is what you want when you are inventorying a schema rather than transforming the data.
No. Every tool runs in your browser as JavaScript — your data is never uploaded, never logged, and never sent to a server. You can confirm it by watching the Network tab in devtools while you work, or by disconnecting from the internet after the page loads and seeing that everything still functions. That matters for JSON in particular, because API responses routinely contain personal data, tokens, and internal identifiers.
JSON Tools
Beautify or minify a payload, sort keys so two files line up in a diff, flatten nesting for a translation file, repair the trailing comma that broke a parse, convert to YAML, or list every path the document contains.

JSON Toolkit
Ten JSON tools sharing one editor — format, repair, convert and inspect any payload.

JSON Formatter
Turns one dense line into indented structure you can actually read.

JSON Minifier
Squeezes every space and newline out of a payload before it goes over the wire.

JSON Key Sorter
Sorts keys alphabetically at every level so two files finally line up in a diff.

JSON Flattener
Collapses nesting into dot-notation keys, the shape translation files expect.

JSON Repair Tool
Fixes the usual suspects: trailing commas, single quotes and unquoted keys.

JSON to YAML Converter
Converts a payload into the YAML that Compose, Actions and Kubernetes expect.

JSON Escape Tool
Wraps JSON as a string literal you can drop into code or another document.

JSON Unescape Tool
Turns an escaped string literal back into JSON you can read or reformat.

JSON Path Extractor
Lists every dotted path and array index, so a payload’s shape stops being guesswork.

JSON Validator
Tells you the exact line and column where parsing broke, not just that it did.
Customer Reviews
0 out of 5 stars
Based on 0 reviews
Review data
5 star reviews
- 0%
4 star reviews
- 0%
3 star reviews
- 0%
2 star reviews
- 0%
1 star reviews
- 0%
Share your thoughts
If you've used this tool, share your thoughts with other users
Recent reviews
Latest Articles
Tips, guides, and insights from our blog
How to Create Strong Passwords in 2026: A Simple Guide
Practical tips for creating passwords that actually keep your accounts safe. Covers password security, managers, and two-factor authentication — no fluff.
What is a UUID? Complete Guide to Unique Identifiers
A straightforward look at UUIDs — what they are, how they work, and how to actually use them in your apps.
What is Lorem Ipsum? History, Meaning, and Modern Uses
The 2000-year story of Lorem Ipsum — from Cicero's Latin philosophy to modern web design. Plus why designers still use it and how to generate it yourself.
URL Slugs: The Complete SEO Guide for 2026
What URL slugs are, why they matter for search rankings, and how to get them right. Covers best practices and common mistakes to watch out for.