| Package | Description |
|---|---|
| org.fossnova.json |
JSON Object Model (JOM) for representing and interacting with JSON objects and arrays.
|
| org.fossnova.json.stream |
Streaming API for JSON (StAJ) for reading and writing JSON documents.
|
| Modifier and Type | Method and Description |
|---|---|
abstract JsonValue |
JsonValueFactory.readFrom(JsonReader input)
Creates either JSON array or object instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract JsonReader |
JsonStreamFactory.newJsonReader(java.io.InputStream stream)
Creates new JSON reader with
UTF-8 character set. |
abstract JsonReader |
JsonStreamFactory.newJsonReader(java.io.InputStream stream,
java.nio.charset.Charset charset)
Creates new JSON reader with specified character set.
|
abstract JsonReader |
JsonStreamFactory.newJsonReader(java.io.Reader reader)
Creates new JSON reader.
|
Copyright © 2017 FOSS Nova Software Foundation. All rights reserved.