Format, validate, and minify JSON — with clear error messages if something's wrong.
Your JSON is parsed entirely in your browser using the standard JSON.parse function — nothing is uploaded anywhere. If it's invalid, the exact parser error is shown so you can find the problem.