Monday, 14 April 2008

JSON Validators

We are going to use JSON for the current project I'm working on. And based on my work Friday, I need validation tools. And people thought it was easy to mess up XML. lol.



Here is what I found for online tools:
jsonlint
yacker



For the command line I found:
kwalify



Personally, I would prefer a command line tool for something like this. Much faster having something like that in your path. Better than cutting and pasting code to the web.

No comments:

Post a Comment