-
class
The HTTPTokener extends the JSONTokener to provide additional methods
for the parsing of HTTP headers.
class
The XMLTokener extends the JSONTokener to provide additional methods
for the parsing of XML texts.
Produce a JSONArray of strings from a row of comma delimited values.
Produce a JSONArray of strings from a row of comma delimited values.
Produce a JSONObject from a row of comma delimited text, using a
parallel JSONArray of strings to provides the names of the elements.
Produce a JSONObject from a row of comma delimited text, using a
parallel JSONArray of strings to provides the names of the elements.
Produce a JSONArray of JSONObjects from a comma delimited text string
using a supplied JSONArray as the source of element names.
Produce a JSONArray of JSONObjects from a comma delimited text string
using a supplied JSONArray as the source of element names.
Produce a JSONArray of JSONObjects from a comma delimited text string,
using the first row as a source of names.
Produce a JSONArray of JSONObjects from a comma delimited text string,
using the first row as a source of names.
Construct a JSONArray from a JSONTokener.
Construct a JSONObject from a JSONTokener.