| Modifier and Type | Class and Description |
|---|---|
class |
JSONArray |
class |
JSONObject |
| Modifier and Type | Method and Description |
|---|---|
static JSONArtifact |
JSON.parse(InputStream is)
Parses the supplied input stream to produce either a
JSONObject or
a JSONArray. |
static JSONArtifact |
JSON.parse(Reader reader)
Parses the supplied reader to produce either a
JSONObject or a
JSONArray |
static JSONArtifact |
JSON.parse(String str)
Parses a supplied String to produce a
JSONObject or a
JSONArray. |
Copyright © 2020. All rights reserved.