Uses of Class
io.microsphere.json.JSONTokener
-
Packages that use JSONTokener Package Description io.microsphere.json Fork the source code from org.json -
-
Uses of JSONTokener in io.microsphere.json
Constructors in io.microsphere.json with parameters of type JSONTokener Constructor Description JSONArray(JSONTokener readFrom)
Creates a newJSONArray
with values from the next array in the tokener.JSONObject(JSONTokener readFrom)
Creates a newJSONObject
with name/value mappings from the next object in the tokener.
-