Turn an object into a JSON string.
(Object value)
| 1511 | * Turn an object into a JSON string. |
| 1512 | */ |
| 1513 | public static final String toJSONString(Object value) { |
| 1514 | return JSONValue.toJSONString(value); |
| 1515 | } |
| 1516 | |
| 1517 | /** |
| 1518 | * Turn an object into a JSON string. |
no test coverage detected