Uses of Class
com.github.openjson.JSONTokener
-
-
Uses of JSONTokener in com.github.openjson
Methods in com.github.openjson with parameters of type JSONTokener Modifier and Type Method Description private voidJSONObject. init(JSONTokener readFrom)Constructors in com.github.openjson 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.
-