| Package | Description |
|---|---|
| org.fossnova.json.stream |
Streaming API for JSON (StAJ) for reading and writing JSON documents.
|
| Modifier and Type | Method and Description |
|---|---|
JsonEvent |
JsonReader.next()
Returns next JSON parsing event.
|
static JsonEvent |
JsonEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JsonEvent[] |
JsonEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 FOSS Nova Software Foundation. All rights reserved.