Json-lib News
Brought to you by:
aalmiray
Dear Open Source Community,
I'm pleased to announce that json-lib version 0.4 has been released.
JSON-lib is a java library for transforming beans, maps and XML to JSON. It is based on the work by Douglas Crockford in http://www.json.org/java.
Additions:
- Added test suites for each package and for full project
Updates:
- Moved common methods of JSONObject, JSONArray to JSONUtils
- Renamed XML to XMLSerializer. Now uses XOM to parse documents
- Moved common assertion methods to Assertions (tests)
Fixes:
- Support js functions as type Fixes 1516306
Deletions:
- Deleted HTTP related classes