| Package | Description |
|---|---|
| org.apache.jena.atlas.json | |
| org.apache.jena.atlas.json.io |
| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
JsonBuilder.buildObject(Consumer<JsonBuilder> setup)
Build a JsonObject.
|
static JsonObject |
JSON.buildObject(Consumer<JsonBuilder> setup)
Build a JsonObject.
|
JsonObject |
JsonValue.getAsObject() |
JsonObject |
JsonObject.getAsObject() |
JsonObject |
JsonObject.getObj(String key)
For walking structures
|
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