|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONTokener | |
---|---|
com.basho.riak.client.http.response | HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient |
com.basho.riak.client.response | Deprecated please see com.basho.riak.http.client.response |
org.json | Copied verbatim from Doug Crockford's github JSON java project, soon to be removed. |
Uses of JSONTokener in com.basho.riak.client.http.response |
---|
Constructors in com.basho.riak.client.http.response with parameters of type JSONTokener | |
---|---|
StreamedKeysCollection(JSONTokener tokens)
|
Uses of JSONTokener in com.basho.riak.client.response |
---|
Constructors in com.basho.riak.client.response with parameters of type JSONTokener | |
---|---|
StreamedKeysCollection(JSONTokener tokens)
Deprecated. |
Uses of JSONTokener in org.json |
---|
Subclasses of JSONTokener in org.json | |
---|---|
class |
HTTPTokener
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers. |
class |
XMLTokener
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts. |
Methods in org.json with parameters of type JSONTokener | |
---|---|
static JSONArray |
CDL.rowToJSONArray(JSONTokener x)
Produce a JSONArray of strings from a row of comma delimited values. |
static JSONObject |
CDL.rowToJSONObject(JSONArray names,
JSONTokener x)
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements. |
static JSONArray |
CDL.toJSONArray(JSONArray names,
JSONTokener x)
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names. |
static JSONArray |
CDL.toJSONArray(JSONTokener x)
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names. |
Constructors in org.json with parameters of type JSONTokener | |
---|---|
JSONArray(JSONTokener x)
Construct a JSONArray from a JSONTokener. |
|
JSONObject(JSONTokener x)
Construct a JSONObject from a JSONTokener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |