January 2015
Beginner to intermediate
364 pages
7h 41m
English
JSON (short for JavaScript Object Notation) is a lightweight data interchange format. JSON's primary advantage over other data interchange formats such as XML is that JSON is both easy for humans to read and easy for computers to generate and parse. It is commonly used in many modern web applications.
Java EE 7 introduces the Java API for JSON Processing (JSON-P), which is a standard Java EE API to parse and generate JSON data.
JSON-P provides two ways to both parse and generate JSON data: the object model API and the streaming API.
In this chapter, we will cover the following topics:
Read now
Unlock full access