| Interface | Description |
|---|---|
| JSONReader |
Interface for reading a JSON document.
|
| Class | Description |
|---|---|
| JSONDocument |
An in-memory representation of a JSON node.
|
| JSONFactory |
A factory class for creating a
JSONReader or JSONWriter. |
| JSONWriter |
Class for writing a JSON document.
|
| Enum | Description |
|---|---|
| JSONDocument.Type |
The type of a JSON node.
|
| JSONReader.EventType |
The type of JSON events.
|
| Exception | Description |
|---|---|
| JSONException |
Thrown when an error occurs while reading a JSON document.
|
Copyright © 2025. All rights reserved.