JSON Core release 1.5
31 Dec 2006Core 1.5 was released. It is a bug-fix release. Following changes were made (thanks to Changdon Li who joined the project)
- Couldn't support Set and List properties in a java bean.
- DateMapper was too strict for converting json to java. For the first issue,I changed the CollectionMapper. For the second issue, when converting java to json, I used the standard RFC3339 date format,when converting json to java ,I decided to make it be able to identify many RFC8601 date formats. e.g. "2006-12-20", "2006-12-20 12:30","2006-12-20T12:30".
Related Links
- The JSON Tools project page.
- A list of free software.