资 源 简 介
Aeson allows very easy marshalling of POJOs 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.