Dear Open Source Community,
I'm pleased to announce that Json-lib version 1.1 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:
+ Updates:
Updated FAQ and Getting Started guide.
Promoted length() to JSON interface. Andres Almiray
+ Additions:
Added NoopJavaIdentifierTransformer and made it the default (performs no conversion)
+ Fixes:
1684034 Allow transformation of key values to proper Java identifier.
1656551 Upgrade XML support.
1679986 Skip type information when writing XML.
1679985 Move child properties to parent when writing XML.
1679982 Allow parsing of duplicate properties.
1690942 XMLSerializer can not handle namespace declarations.
1690941 [Regression] toBean() fails with namespaced properties.