Uses of Class
org.openjena.atlas.json.JsonObject

Packages that use JsonObject
org.openjena.atlas.json   
org.openjena.atlas.json.io   
 

Uses of JsonObject in org.openjena.atlas.json
 

Methods in org.openjena.atlas.json that return JsonObject
 JsonObject JsonValue.getAsObject()
           
 JsonObject JsonObject.getAsObject()
           
static JsonObject JSON.parse(java.io.InputStream input)
          Parse a complete JSON object
static JsonObject JSON.parse(java.lang.String string)
          Parse a complete JSON object
static JsonObject JSON.read(java.lang.String filename)
          Read a JSON object from a file
 

Methods in org.openjena.atlas.json with parameters of type JsonObject
 void JsonVisitor.visit(JsonObject jsonObject)
           
 

Uses of JsonObject in org.openjena.atlas.json.io
 

Methods in org.openjena.atlas.json.io with parameters of type JsonObject
 void JsonWriter.visit(JsonObject jsonObject)
           
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.