Uses of Class
org.json.JSONTokener
| Package | Description |
|---|---|
| org.json |
-
Uses of JSONTokener in org.json
Constructors in org.json with parameters of type JSONTokener Constructor Description JSONArray(JSONTokener readFrom)Creates a newJSONArraywith values from the next array in the tokener.JSONObject(JSONTokener readFrom)Creates a newJSONObjectwith name/value mappings from the next object in the tokener.