Interface | Description |
---|---|
JsonValue |
All specific JSON types in this package implement this interface.
|
Class | Description |
---|---|
JsonArray |
A JSON Array.
|
JsonBoolean |
JSON boolean.
|
JsonNumber |
JSON Number.
|
JsonObject |
JSON object.
|
JsonString |
JSON String.
|
Pair<A,B> |
Simple pair tuple.
|
Exception | Description |
---|---|
JsonException |
JSON exception.
|
Copyright © 2018. All rights reserved.