public abstract class JSONArray extends JSON
| Constructor and Description |
|---|
JSONArray() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
print()
Prints this array to standard out.
|
abstract JSONArray |
push(Object value) |
abstract String |
render() |
abstract String |
render(int indentSize) |
create, createArray, forToStringCopyright © 2018. All rights reserved.