Friday, November 22, 2013

Some excellent JSON tools

http://jsonlint.com/ - I use this to format and validate JSON I'm working with. Wonderfully simple and responsive interface.

http://json.bloople.net/ - A great tool to make exploring possibly large JSON data easier. Also useful for showing the content of JSON to a semi-technical audience.

https://github.com/FasterXML/jackson - Jackson is a fantastically flexible tool for working with JSON in Java. Jackson + Lombok make my API classes super trim and easy to enhance. I'll write a quick tutorial on this sometime.

No comments:

Post a Comment