public class JsonObject extends Object
| Constructor and Description |
|---|
JsonObject() |
| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
create(JsopTokenizer t)
Reads a JSON object from the given tokenizer.
|
Map<String,JsonObject> |
getChildren() |
Map<String,String> |
getProperties() |
void |
toJson(JsopBuilder buf) |
public static JsonObject create(JsopTokenizer t)
t - tokenizerpublic void toJson(JsopBuilder buf)
public Map<String,JsonObject> getChildren()
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.