| Class | Description | 
|---|---|
| Json | |
| JsonArray | 
 A representation of a JSON array in Java. 
 | 
| JsonObject | 
 A representation of a JSON object in Java. 
 | 
| Exception | Description | 
|---|---|
| DecodeException | 
 Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON. 
 | 
| EncodeException | 
Copyright © 2020 Eclipse. All rights reserved.