November 2017
Intermediate to advanced
420 pages
10h 29m
English
JSR 374: Java API for JSON Processing 1.1 supercedes JSR 353: Java API for JSON Processing, to accomplish the following key objectives:
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:
|