public class JSONUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DOUBLE_QUOTES |
| Constructor and Description |
|---|
JSONUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
stringToValueQuoted(String valueString)
Try to convert a string into a number (double, long, integer) or boolean.
|
public static String DOUBLE_QUOTES
public static String stringToValueQuoted(String valueString)
Copyright © 2020. All Rights Reserved.