Uses of Class
org.apache.sling.commons.json.JSONTokener
Packages that use JSONTokener
Package
Description
-
Uses of JSONTokener in org.apache.sling.commons.json
Constructors in org.apache.sling.commons.json with parameters of type JSONTokenerModifierConstructorDescriptionDeprecated.Construct a JSONArray from a JSONTokener.Deprecated.Construct a JSONObject from a JSONTokener. -
Uses of JSONTokener in org.apache.sling.commons.json.http
Subclasses of JSONTokener in org.apache.sling.commons.json.http -
Uses of JSONTokener in org.apache.sling.commons.json.util
Methods in org.apache.sling.commons.json.util with parameters of type JSONTokenerModifier and TypeMethodDescriptionstatic JSONArrayCDL.rowToJSONArray(JSONTokener x) Deprecated.Produce a JSONArray of strings from a row of comma delimited values.static JSONArrayCDL.rowToJSONArray(JSONTokener x, char delimiter) Deprecated.Produce a JSONArray of strings from a row of comma delimited values.static JSONObjectCDL.rowToJSONObject(JSONArray names, JSONTokener x) Deprecated.Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.static JSONObjectCDL.rowToJSONObject(JSONArray names, JSONTokener x, char delimiter) Deprecated.Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.static JSONArrayCDL.toJSONArray(JSONArray names, JSONTokener x) Deprecated.Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.static JSONArrayCDL.toJSONArray(JSONArray names, JSONTokener x, char delimiter) Deprecated.Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.static JSONArrayCDL.toJSONArray(JSONTokener x) Deprecated.Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.static JSONArrayCDL.toJSONArray(JSONTokener x, char delimiter) Deprecated.Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.static voidValidator.validate(JSONTokener x) Deprecated.Strictly validate the JSON text -
Uses of JSONTokener in org.apache.sling.commons.json.xml
Subclasses of JSONTokener in org.apache.sling.commons.json.xml