Localized JSON Lint

I stumbled upon jsonlint.com recently, a service that sends your JSON data to a server for validation and returns the results. I decided to create a pure JavaScript version, which makes it is easy to host your self. It also comes as a CommonJS module in case you want to include it in some other tool.

  1. zaach posted this