I'm pleased to announce that Json-lib version 2.2.3 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:
- 2270596 JSONUtils not thread safe
- 2383773 Array of Maps with null key causes exception
- 2408679 JsonSlurper.parse(Reader) does not work correctly. Thanks to Tom Nichols (provided testcase)
- 2140653 JavaScript functions as quoted strings in values
- 2063201 Infinite loop in JSONArray._fromJSONTokener
- 2020482 Performance improvement for JSONUtils.quote Thanks to Peter Schubert (provided a patch)
- 1969942 Excludes should allow for exclusions based on class
- 1996038 JSONArray and ListIterator
- 1996152 Define reverse PropertyNameProcessor
- 2005661 Add class name to skipped properties messages