Dear Open Source Community,
I'm pleased to announce that json-lib version 0.8 has been released.
JSON-lib is a java library for transforming beans, maps and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in http://www.json.org/java.
Changelog:
Additions:
+ Refactored converter package into EZMorph (http://ezmorph.sourceforge.net).
+ Added RegexpUtils for easy regexp handling.
+ Added more tests.
Updates:
+ Updated "Getting Started" documentation.
+ Moved RegexpMatchers to package net.sf.json.regexp
Fixes:
1543117 Perl5RegexpMatcher is missing a return statement.
1542104 JSONObject.toBean must handle interfaces.
1542092 JSONObject.toBean can not process all nested beans.
1540196 JSONArray did not create multidimensional arrays correctly.
1540137 JSONObject's fromObject() and fromBean() did not support DynaBeans properly.
1538330 XmlSerializer writes wrong JSONFunction data.
1538095 JSONObject.fromObject() does not work properly when passed a boolean as parameter in JVM 1.5+