public abstract class JSONObject extends JSON
| Constructor and Description |
|---|
JSONObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract JSONObject |
add(String key,
Object value)
Add a new entry to this JSON.
|
abstract String |
render() |
abstract String |
render(int indentSize) |
create, createArray, forToString, printpublic abstract JSONObject add(String key, Object value)
Add a new entry to this JSON.
Note that value may be another JSON instance.
public abstract String render()
Copyright © 2018. All rights reserved.