July 2020
Beginner to intermediate
860 pages
17h 6m
English
Applications commonly use XML and JSON documents to store and exchange data. In Chapter 16, we introduce XML and JSON for the benefit of those who are unfamiliar with these technologies.
Java supports XML via the SAX, DOM, StAX, XPath, and XSLT APIs. After introducing XML, we also introduce these APIs, except for StAX, which Android doesn’t support.
Java JSON processing gets handled by JSR 374 (or the older JSR 353). It is not part of the JSE though, but you find it in Java EE and Jakarta EE, and ...
Read now
Unlock full access