| Package | Description |
|---|---|
| javax.json |
Java API for JSON Processing API provides a way to process
(for e.g.
|
| javax.json.stream |
Provides a streaming API to parse and generate
JSON.
|
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonArrayBuilder.build()
Returns the array that is being built
|
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.
|
Copyright © 2013. All Rights Reserved.