Uses of Class
com.github.openjson.JSONTokener
-
Uses of JSONTokener in com.github.openjson
Methods in com.github.openjson with parameters of type JSONTokenerConstructors in com.github.openjson with parameters of type JSONTokenerModifierConstructorDescriptionJSONArray
(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.