JSON Core release 1.4
25 Oct 2006Version 1.4 of the core tools is available. Changes are:
- A new Mapper tool to convert between Java POJO's and JSON text; the functionality is similar to the serializer but the mapper keeps the JSON text clean so that it can be used in other languages (e.g. JavaScript , parsing AJAX responses).
- Updated the documentation. I converted the documentation from the Open Office format to Lout a text based document system (similar to TeX, but simpler) to get a consistent document and
- Fixed a an error in the serializer which prevented an instance which was referenced more than once from being correctly deserialized. Thanks to everyone who sent me comments, asked for features, showed me the errors. By getting feedback I can improve the code and get new ideas.
Related Links
- The JSON Tools project page.
- A list of free software.