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 JsonObject.getAsObject()
           
 JsonObject JsonValue.getAsObject()
           
static JsonObject JSON.parse(InputStream input)
          Parse a complete JSON object
static JsonObject JSON.parse(String string)
          Parse a complete JSON object
static JsonObject JSON.read(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)
           
 



Licenced under the Apache License, Version 2.0