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 and Description |
---|---|
static JsonString |
Json.createValue(java.lang.String value)
Creates a JsonString.
|
JsonString |
JsonArray.getJsonString(int index)
Returns the string value at ths specified position in this array.
|
JsonString |
JsonObject.getJsonString(java.lang.String name)
Returns the string value to which the specified name is mapped.
|
Modifier and Type | Method and Description |
---|---|
JsonString |
JsonProvider.createValue(java.lang.String value)
Creates a JsonString.
|
Modifier and Type | Method and Description |
---|---|
JsonString |
JsonProviderImpl.createValue(java.lang.String value) |
Copyright © 2012-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : jsonp-dev@eclipse.org