static String rabbitescape.ui.swing.GitHubJsonTools.getArrayString |
( |
String |
json, |
|
|
String |
key |
|
) |
| |
|
static |
- Returns
- The JSON string inside the []
static int rabbitescape.ui.swing.GitHubJsonTools.getIntValue |
( |
String |
json, |
|
|
String |
key |
|
) |
| |
|
static |
static String rabbitescape.ui.swing.GitHubJsonTools.getStringValue |
( |
String |
json, |
|
|
String |
key |
|
) |
| |
|
static |
static String [] rabbitescape.ui.swing.GitHubJsonTools.getStringValuesFromArrayOfObjects |
( |
String |
json, |
|
|
String |
key |
|
) |
| |
|
static |
- Parameters
-
key | Something of the form array_name.member_name. If something of the form member_name is used, the whole string will be searched. |
"thing1":"stuff" "thing2_array:[ { "subthing1":"more stuff" }
{ "subthing1":"even more" } ]
Using a key of "thing2_array.subthing1" will return [ "more stuff", "even more"].
The documentation for this class was generated from the following file: