DevBox

JSON Formatter / Validator

③ Data / Text

What it is: JSON is the most common data format for APIs and configs. Expand one-line JSON into a readable layout (or minify it) and check it is valid.

When to use: When an API returns a wall of cramped JSON, or you need to check that JSON is written correctly.

JSON Input
0 bytes
Output
JSONPath Query

Everything runs locally in your browser — nothing is uploaded.

FAQ

What JSONPath syntax is supported?

Dot notation (user.name), bracket index (items[0]), and wildcard (items[*].id) are all supported. The root $ prefix is optional.

Is my JSON sent to a server?

No. All processing happens entirely in your browser. Your data never leaves your device.

Related tools