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 © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"