|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONException | |
---|---|
xv.json | [alpha] Provides classes for simple JSON handling. |
Uses of JSONException in xv.json |
---|
Methods in xv.json that throw JSONException | |
---|---|
String |
JSONObject.getString(String property)
Gets the given property as a string. |
static JSONVariant |
JSON.parse(InputStream in)
Parse the given input as JSON. |
static JSONVariant |
JSON.parse(Reader reader)
Parse the given input as JSON. |
static JSONVariant |
JSON.parse(String string)
Parses the given string as a JSON document. |
JSONArray |
JSONObject.requireArray(String property)
Gets the given property as an array. |
boolean |
JSONObject.requireBoolean(String property)
Gets the given property as a boolean. |
Number |
JSONObject.requireNumber(String property)
Gets the given property as a number. |
JSONObject |
JSONObject.requireObject(String property)
Gets the given property as an object. |
String |
JSONObject.requireString(String property)
Gets the given property as a string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |