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.
|
Modifier and Type | Method and Description |
---|---|
static JsonPointer |
Json.createPointer(String jsonPointer)
Creates JSON Pointer (RFC 6901)
from given
jsonPointer string. |
Modifier and Type | Method and Description |
---|---|
JsonPointer |
JsonProvider.createPointer(String jsonPointer)
Creates JSON Pointer (RFC 6901)
from given
jsonPointer string. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.