| Package | Description |
|---|---|
| javax.json |
Provides an object model API to process JSON.
|
| org.glassfish.json |
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
(package private) class |
JsonStringImpl
JsonString impl
|
| Modifier and Type | Method and Description |
|---|---|
JsonString |
JsonArrayBuilderImpl.JsonArrayImpl.getJsonString(int index) |
JsonString |
JsonObjectBuilderImpl.JsonObjectImpl.getJsonString(java.lang.String name) |