Tree explorer will appear here once JSON is loaded
Select a node to inspect it
Tree explorer will appear here once JSON is loaded
Select a node to inspect it
Paste JSON and Jsontify checks it the moment you stop typing - a green status means it's valid, ready to use as-is; a red status means something is wrong, with the exact line and column of the first problem shown immediately instead of a generic 'invalid JSON' message.
This is built for the fast, everyday check: pasting an API response to confirm it actually came back well-formed, checking a config snippet before you save it, or confirming a value someone sent you in chat is real JSON before you spend time debugging around it.
If the check comes back invalid, you don't have to go hunting through a wall of text by eye - a 'Go to error' button jumps the editor straight to the offending character, and the Repair tool on the same page can usually fix the common cases (trailing commas, missing quotes) in one click if you just need working JSON rather than a diagnosis.
The check runs in a background worker, so pasting a large response to check its shape stays fast, and the content is processed in your browser - nothing is uploaded to our servers.