| Package | Description |
|---|---|
| javax.json |
Provides an object model API to process JSON.
|
| javax.json.stream |
Provides a streaming API to parse and generate
JSON.
|
| org.glassfish.json |
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonArrayBuilder.build()
Returns the current array.
|
JsonArray |
JsonArray.getJsonArray(int index)
Returns the array value at the specified position in this array.
|
JsonArray |
JsonObject.getJsonArray(java.lang.String name)
Returns the array value to which the specified name is mapped.
|
JsonArray |
JsonReader.readArray()
Returns a JSON array that is represented in
the input source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonWriter.writeArray(JsonArray array)
Writes the specified JSON
array to the output
source. |
| Modifier and Type | Method and Description |
|---|---|
JsonParser |
JsonParserFactory.createParser(JsonArray array)
Creates a JSON parser from the specified JSON array.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
JsonArrayBuilderImpl.JsonArrayImpl |
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonArrayBuilderImpl.build() |
JsonArray |
JsonArrayBuilderImpl.JsonArrayImpl.getJsonArray(int index) |
JsonArray |
JsonObjectBuilderImpl.JsonObjectImpl.getJsonArray(java.lang.String name) |
JsonArray |
JsonReaderImpl.readArray() |
private JsonArray |
JsonReaderImpl.readArray(JsonArrayBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
JsonParser |
JsonParserFactoryImpl.createParser(JsonArray array) |
void |
JsonWriterImpl.writeArray(JsonArray array) |
| Constructor and Description |
|---|
ArrayScope(JsonArray array) |
JsonStructureParser(JsonArray array) |