svenson is a free and open source JSON generator/parser for Java 5 that lets you convert Java object graphs into JSON and vice versa.
svenson comes with annotations and interfaces to help you to create your own applications that work with JSON.
Detailed instructions on how to install and use the svenson utility on your Mac are available HERE.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Minor bugfixes and stabilization
· Corrected encoding bug where svenson would deviate from RFC 4627s strange ISO control character definitions.
· Make svenson more picky about detecting adders. Setters and adders are mutually exclusive now.
· Improve error reporting for setter, getter and adder methods