Format, minify, and validate JSON.
Your JSON is parsed with the browser's native JSON.parse() and re-serialized with JSON.stringify() - nothing is sent to a server, so it's safe to paste sensitive payloads.
JSON.parse()
JSON.stringify()