Dear Open Source Community,
I'm pleased to announce that Json-lib version 1.0b2 has been released.
This should be the last release before the 1.0 final, I kindly encourage
everyone interested in this project to submit any bugs you may find as
quickly as possible. Feature requests are accepted also, but they'll
pushed for the 2.0 release cycle
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 javadocs.
Moved interface JSONTypes to net.sf.json.xml
Deprecated JSONDynaBean, JSONDynaClass & DynaBeanToBeanMorpher. Use MorphDynaBean, MorphDynaClass & BeanMorpher from EZMorph instead.
Removed net.sf.json.util.CDL, repeated functionality.
Fixes:
163589: JSONDynaBean nested arrays not treated as an array. Test provided by arco.vandenheuvel[at]points[dot]com
1630742: JSONArray does not transforms byte[], short[] and long[]
1630736: JSONArray is missing validation on float[] and double[]
1630258: Validate ECMAScript max & min Number values. (rolled-back)
1622676: JSONArray. put does not use excludes.
1622675: JSONObject.put does not use excludes.
1622674: JSONArray does not pass excludes.