Guide / 01
When to use it
Use it to indent an API response for review, minify a configuration value for an environment variable, or locate a syntax error before sending JSON to another service.
DEV / 005
Format, minify, validate, and inspect structured JSON instantly.
—
Guide / 01
Use it to indent an API response for review, minify a configuration value for an environment variable, or locate a syntax error before sending JSON to another service.
Guide / 02
CHECK
Parse the formatted output again or minify it; if the same keys, arrays, and values remain, only insignificant whitespace has changed.
LIMITS
Comments, trailing commas, and single-quoted keys are not valid JSON. Duplicate keys may collapse to the final value, and integers beyond JavaScript's safe range can lose precision.
Reference
Actual output depends on your input and browser environment. Verify any value used for an important decision.
{"name":"HaloBench","tools":33}Validated · indented JSONFAQ
Common causes are a comma after the final item, an unescaped line break inside a string, or single quotes around a key. Inspect the characters immediately around the reported position.
No. This tool is designed to process its working data in your browser. Advertising may load separately, but your tool input is never sent with it.