Package | Description |
---|---|
org.apache.jena.atlas.json | |
org.apache.jena.atlas.json.io |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
JsonVisitor.visit(JsonObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
void |
JsonWriter.visit(JsonObject jsonObject) |
Licenced under the Apache License, Version 2.0