org.apache.jackrabbit.mk.json
Class JsonObject
java.lang.Object
org.apache.jackrabbit.mk.json.JsonObject
public class JsonObject
- extends Object
Simple JSON Object representation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonObject
public JsonObject()
create
public static JsonObject create(JsopTokenizer t)
toJson
public void toJson(JsopBuilder buf)
getProperties
public Map<String,String> getProperties()
getChildren
public Map<String,JsonObject> getChildren()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.