| Interface | Description |
|---|---|
| JsonHandler |
Handler interface used for parsing JSON with
JsonParser.parse(JsonHandler). |
| Class | Description |
|---|---|
| JSON | |
| JsonParser |
Parser for JSON documents that asserts content conforms to the
RFC 4627 specification.
|
| JsonReader | |
| JsonUtil |
Utility functions for operations pertaining to JSON.
|
| Exception | Description |
|---|---|
| JsonParseException |
An exception signaling a violation of JSON document well-formed criteria as
expressed by the RFC 4627
specification.
|
Copyright © 2020 OpenJAX. All rights reserved.