Json-lib News
Brought to you by:
aalmiray
Dear Open Source Community,
I'm pleased to announce that json-lib version 0.6 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.
Additions:
Added support for DynaBean and java bean conversions.
Updates:
Updated the XML generated by XMLSerializer.
Updated usage documentation.
Updated the XML generated by XMLSerializer:
- JSONArray uses <a> for root element.
- JSONObject uses <o> for root element.