Java EE: Working with JSON Using JSON-B and JSON-P
JSON is used in nearly all modern web applications and is a must for every developer to understand. This course will teach you about JSON Binding (JSON-B) and JSON Processing (JSON-P) using Java EE.
What you'll learn
JSON is a widely used, standard data format that every software developer needs to understand. In this course, Java EE: Working with JSON Using JSON-B and JSON-P, you'll learn how to work with JSON in Java using the standard JSON Binding and JSON Processing APIs. First, you'll learn how to use JSON Binding to easily convert JSON to Java objects and vice versa. Next, you'll explore JSON Processing and discover how you can use the streaming and object model APIs to read and write JSON. Finally, you'll get to see how to work with some of the advanced features of JSON-P. When you're finished with this course, you'll have the skills and knowledge of the Java EE JSON APIs needed to work with JSON, for example for building RESTful web services using Java EE.