| Interface | Description |
|---|---|
| JSONArtifact |
Interface class to define a set of generic apis both JSONObject and JSON
array implement.
|
| Class | Description |
|---|---|
| JSON | |
| JSONArray | |
| JSONObject | |
| JSONStreamTokenizer |
This class provides similar services to
StreamTokenizer but it works
on a character by character basis, whereas the StreamTokenizer is based on
individual bytes so is not handling solidus nor unicode correctly. |
Copyright © 2020. All rights reserved.