| 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 |
|---|---|
JsonObject |
JsonObjectBuilder.build()
Returns the JSON object that is being built.
|
JsonObject |
JsonReader.readObject()
Returns a JSON object that is represented in
the input source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonWriter.writeObject(JsonObject object)
Writes the specified JSON
object to the output
source. |
| Modifier and Type | Method and Description |
|---|---|
JsonParser |
JsonParserFactory.createParser(JsonObject obj)
Creates a JSON parser from the specified JSON object.
|
Copyright © 2013. All Rights Reserved.