Skip to Content
RESTful Java Web Services - Third Edition
book

RESTful Java Web Services - Third Edition

by Balachandar Bogunuva Mohanram
November 2017
Intermediate to advanced
420 pages
10h 29m
English
Packt Publishing
Content preview from RESTful Java Web Services - Third Edition

Using the JSR 374 – Java API for JSON Processing 1.1

JSR 374: Java API for JSON Processing 1.1 supercedes JSR 353: Java API for JSON Processing, to accomplish the following key objectives:

  • Support for JSON Pointer and JSON Patch
  • Add editing/transformation operations to the JSON object model
  • Update the API to work with Java SE 8

These goals are met with the help of the following key APIs mentioned in the JSR:

Interface

Description

javax.json.JsonPointer

This interface represents an immutable implementation of a JSON Pointer, as defined by RFC 6901 (https://tools.ietf.org/html/rfc6901). JSON Pointer can be used to perform the following functions:

  • Add JsonValue at the referenced location in the specified target
  • Replace JsonValue ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

RESTful Java Web Services, Second Edition

RESTful Java Web Services, Second Edition

Jobinesh Purushothaman
Java Web Services

Java Web Services

David A Chappell, Tyler Jewell

Publisher Resources

ISBN: 9781788294041Supplemental Content