ニュース

Java XML and JSON, Chapter 11, introduces Jackson, which provides APIs for parsing and creating JSON objects. It’s also possible to use Jackson to convert XML documents to JSON documents.
It’s similar to Java Architecture for XML Binding (JAXB), which is used to convert Java objects to and from XML.