org.apache.jackrabbit.mk.json
Class JsonObject

java.lang.Object
  extended by org.apache.jackrabbit.mk.json.JsonObject

public class JsonObject
extends Object

Simple JSON Object representation


Constructor Summary
JsonObject()
           
 
Method Summary
static JsonObject create(JsopTokenizer t)
           
 Map<String,JsonObject> getChildren()
           
 Map<String,String> getProperties()
           
 void toJson(JsopBuilder buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonObject

public JsonObject()
Method Detail

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.