Continuum's JSON formatter parses raw strings using standard compliant parsers. If a parsing failure occurs, the validator catches the exception and extracts the exact line and byte position of the syntax error.
[Raw JSON string] ──> (Syntax Validation) ──> [Format (Indented) / Minify (Compact)]
│
└─── Validation Error? ──> [Exact Line & Character Highlight]Standard strict JSON requires double quotes around both property keys and string values. Single quotes, trailing commas, comments (like // or /* */), or special NaN/Infinity values are not allowed in strict JSON and will be flagged as syntax errors by this tool.
Once validated, this tool allows you to instantly copy the beautified JSON to your clipboard for use in configuration files, API calls, or scenario assertions in Continuum.