public class JSON extends Object
| Constructor and Description |
|---|
JSON() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
parse(String s) |
static String |
stringify(Iterable c) |
static String |
stringify(Map m) |
static String |
stringify(Object o) |
static String |
stringify(Object[] c) |
static String |
stringify(String s) |
Copyright © 2017. All rights reserved.