| Package | Description |
|---|---|
| javax.json |
Provides an object model API to process JSON.
|
| javax.json.spi |
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
|
| org.glassfish.json |
| Modifier and Type | Method | Description |
|---|---|---|
static JsonPointer |
Json.createPointer(String jsonPointer) |
Creates JSON Pointer (RFC 6901)
from given
jsonPointer string. |
| Modifier and Type | Method | Description |
|---|---|---|
JsonPointer |
JsonProvider.createPointer(String jsonPointer) |
Creates JSON Pointer (RFC 6901)
from given
jsonPointer string. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JsonPointerImpl |
This class is an immutable representation of a JSON Pointer as specified in
RFC 6901.
|
| Modifier and Type | Method | Description |
|---|---|---|
JsonPointer |
JsonProviderImpl.createPointer(String jsonPointer) |
Copyright © 2018 Oracle. All rights reserved.