Aeson allows very easy marshalling of POJOs (Java objects) to JSON. Since it uses JAXB annotations, you can marshall all your JAXB-annotated classes to JSON without any modifications. The library is very small, and only relies on core J2SE (1.5 and up) and JAXB.
| Tags | Java JSON POJO XML REST JavaScript AJAX |
|---|---|
| Licenses | LGPL |
| Implementation | Java JSON JavaScript |