Validate only
Success confirms it is parseable. Failure points out common syntax issues. It does not rewrite your text or silently “fix” trailing commas.
Useful for a manual check before CI, or to scan a snippet from a colleague before using it further.
Runs locally
Payloads never leave the browser, which fits response bodies that contain user data. Refresh the page and the input is cleared.
Unlike “paste JSON onto a third-party site,” all computation stays on this device.
Relation to format
The formatter also validates. This page is for “I only want to know whether this string is valid.” You do not pick indent or sort first.
After it passes, format, Diff, or convert to YAML with a clearer flow.