public class JSONWritableObject extends Object implements JSONWritable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JSONWritable> |
object |
| Constructor and Description |
|---|
JSONWritableObject() |
| Modifier and Type | Method and Description |
|---|---|
JSONWritable |
get(String key) |
void |
put(String key,
JSONWritable value) |
void |
put(String key,
List<JSONWritable> values) |
void |
put(String key,
String value) |
void |
writeTo(JSFullWriter out) |
protected Map<String,JSONWritable> object
public void put(String key, JSONWritable value)
public JSONWritable get(String key)
public void put(String key, List<JSONWritable> values)
public void writeTo(JSFullWriter out)
writeTo in interface JSONWritableCopyright © 2019. All rights reserved.