|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||