public class Tool extends Object
Constructor and Description |
---|
Tool() |
Modifier and Type | Method and Description |
---|---|
static void |
noSpace(String string)
Throw an exception if the string contains whitespace.
|
static Object |
stringToValue(String s)
Try to convert a string into a number, boolean, or null.
|
public static void noSpace(String string) throws JSONException
string
- JSONException