Alternatives to JSONLint

An online JSON validator and formatter that tidies and checks pasted or fetched JSON. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

  • JSONLint

    An online JSON validator and formatter that tidies and checks pasted or fetched JSON.

    FreeProprietaryWeb

Replacements

Listings that take over the same core job as JSONLint.

  • JSON Schema Validator

    An online tool that validates a JSON document against a JSON Schema you paste in.

    FreeProprietaryWeb

    JSON Schema Validator checks JSON against a pasted schema from draft 3 to 2020-12, but validation runs on its server and it does not format output.

  • DevToys

    Keep common developer utilities in one desktop application.

    DevToys bundles formatters and validation tools in an open source desktop app for Windows, macOS and Linux, so JSON can be checked offline alongside other utilities.

  • IT Tools

    Open-source collection of handy encoder, converter and generator utilities.

    IT Tools is an open source collection of converters and formatters that can be self-hosted for privacy, though each tool is simpler than a dedicated app.

Also worth comparing

These listings name JSONLint as their own alternative, so the relationship runs both ways.

  • JSON Formatter

    An open-source Chrome extension that pretty-prints and syntax-highlights raw JSON responses opened in the browser.

    JSONLint is a website instead of a Chrome extension, so you paste JSON or give a URL to format and validate it, with clear syntax error reporting.

Similar software

Related functionality, not a direct replacement.