JSON Core release 1.6 |
12 Jun 2008 |
Core 1.6 was released. A number of improvements where incorporated as suggested by the users.
Changes to the mapper:- Added ObjectMapperDirect, a helper that can map plain POJO's. In previous version only a helper for JavaBean properties was provided.
- Added @JSONMap, @JSONConstruct annotations that let you quickly create mapper helpers for POJO's that do not have an empty constructor.
- Added a method to the mapper that lets you add mappers quickly.
- Added an Enum mapper.
- Added ObjectHelperDirect, a helper to serialize POJO's.
- Added @JSONSerialize and @JSONConstruct.
- Added method to the marshall that lets you add helpers.
- Update to newer version of ANTLR (no not the version 3 which is still in beta).
- Code review, small code improvements.
- Converted documentation from lout to latex.
- Documentation update.
Related Links
- The JSON Tools project page.
- A list of free software.