Tool class to simplify operations on JSON objects and strings. This is for internal usage. More...
Static Public Member Functions | |
| static Object | cast (String str) throws JSONException, NumberFormatException |
| static String | esc (String str) |
| static JSONObject | obj (Object... args) throws JSONException |
| static JSONArray | arr (Object obj) throws JSONException |
| static boolean | is (String json) |
Tool class to simplify operations on JSON objects and strings. This is for internal usage.
|
static |
|
static |
|
static |
|
static |
|
static |