Is my JSON data uploaded anywhere?
No — parsing, formatting and the tree view all run locally in your browser. Nothing is sent to a server.
Can this tool find errors in invalid JSON?
Yes, if the JSON is invalid the exact parser error message is shown so you can locate and fix the problem.
Can I minify JSON to make it smaller?
Yes, use the Minify button to strip all whitespace and produce the smallest valid JSON representation.