JSON Tools release 1.2
14 Jul 2006The JSON Tools 1.2 has been released. JSON Tools is a collection of Java libraries that let you manipulate JSON formatted text. The release will be available on maven soon. The most important changes are:
Code improvements
- Renamed some implementation classes to prevent name conflicts and to prevent a mismatch in context sensitive editors.
- Added utility methods to make the library easier to use.
- Javadoc improvements.
New features
- The first version of the Log4J layout is available. It lets you generate log files in JSON format.
- strip()/decorate() methods to quickly convert the JSON model to Java POJO's.
Coming up
The next release will contain an update of the serializer, collections, maps and other classes will be supported. There already is a version available in the source repository, it will be released in the next version of the core.
Related Links
- The JSON Tools project page.
- A list of free software.