public interface JSON
| Modifier and Type | Interface and Description |
|---|---|
static class |
JSON.Parser |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJSON(java.lang.Object doc)
Convert String into JSON
|
JSONDocument |
toJSON()
Convert class into json
|