|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONTokener | |
|---|---|
| net.sf.json | the core of the library |
| net.sf.json.util | Miscelaneous utilities |
| Uses of JSONTokener in net.sf.json |
|---|
| Methods in net.sf.json with parameters of type JSONTokener | |
|---|---|
static JSONArray |
JSONArray.fromJSONTokener(JSONTokener tokener)
Creates a JSONArray from a JSONTokener. |
static JSONObject |
JSONObject.fromJSONTokener(JSONTokener tokener)
Constructs a JSONObject from a JSONTokener. |
static JSONFunction |
JSONFunction.parse(JSONTokener x)
Constructs a JSONFunction from a text representation |
| Constructors in net.sf.json with parameters of type JSONTokener | |
|---|---|
JSONArray(JSONTokener x)
Construct a JSONArray from a JSONTokener. |
|
JSONObject(JSONTokener x)
Construct a JSONObject from a JSONTokener. |
|
| Uses of JSONTokener in net.sf.json.util |
|---|
| Methods in net.sf.json.util 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||