| Modifier and Type | Method and Description |
|---|---|
static JSONArray |
JSONArray.parse(InputStream is)
Parses the supplied input stream to derive a
JSONArray |
static JSONArray |
JSONArray.parse(Reader reader)
Parses the supplied reader to derive a
JSONArray |
static JSONArray |
JSONArray.parse(String input)
Parses the supplied String to derive a
JSONArray |
Copyright © 2020. All rights reserved.