Menu

Json-lib 1.0b1 Released

Dear Open Source Community,
I'm pleased to announce that Json-lib version 1.0b1 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:
Added JSONAssert for easy JSON testing.

Updates:
Updated JSONFunction constructor for correct length of parameters.
Updated javadocs and site docs.
Only default constructors are public (JSONObject & JSONArray).
Class objects are converted to Strings (toJSON) and back (toJava).

Fixes:
1614276 Skip a property without write method.
1614275 Skip a property without read method.
1614273 Annotation should not be transformed.
1614278 Change IAEs for JSONException.
1613402 JSONObject tries to access Enum.getDeclaringClass ().
1611204 Inspect property's value type in factory methods.
1610979 Support different encodings on XmlSerializer.
1608212 JSONDynaClass allows multidimensional arrays.
1607448 Primitives support for JSONDynaBean.
1557286 Support Java 1.5 Enum in JSONObject and JSONArray.
1606609 JDK 1.3 RuntimeException is not nestable.
1602386 Add printer friendly methods to JSON interface.
1596168 JSONArray fails to convert an array of BigDecimals/BigInteger.
1592799 Nested Lists were not handled properly in JSONObject.toBean()

Posted by aalmiray 2006-12-18

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.