Yet another JSON library. It's light weight, easy to use, and geard towards being nonintrusive.
Sonj is designed to be a basic tool to work with the JSON (JavaScript Object Notation) data-interchange format in Java. It does both parsing and serializing of JSON data to and from a tree of maps and lists, while trying to minimize the effort to connect it to existing data structures.
Sonj can be build using Apache Ant. The build script is located in build.xml
and can be configured in build.properties
.
An executable jar can be built by running: ant all
Sonj is licensed under the terms of the Apache License version 2.0, see the included LICENSE file.