I'm pleased to announce that Json-lib version 2.2.1 has been released.
Download | Documentation | Faq | Changes
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:
- 1889982 Force top JSONObject while reading from XML
- 1889973 Add a CycleDetectionStrategy that skips the property
- 1843114 Json-lib 2.1 jar contains groovy metaclass
- 1873231 Need configurable JsonValueProcessorMatcher
- 1858073 Use order-preserving map in JSONObject
- 1875695 Add a skipWhitespace flag to XMLSerializer