| Package | Description |
|---|---|
| org.apache.jena.atlas.json | |
| org.apache.jena.atlas.json.io | |
| org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
| org.apache.jena.sparql.engine | |
| org.apache.jena.sparql.engine.http | |
| org.apache.jena.sparql.resultset |
| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
JSON.buildObject(Consumer<JsonBuilder> setup)
Build a JsonObject.
|
static JsonObject |
JsonBuilder.buildObject(Consumer<JsonBuilder> setup)
Build a JsonObject.
|
JsonObject |
JsonObject.getAsObject() |
JsonObject |
JsonValue.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) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<JsonObject> |
QueryExecution.execJsonItems()
Execute a JSON query and return an interator
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ResultSetFormatter.output(OutputStream outStream,
Iterator<JsonObject> jsonItems)
Output an iterator of JSON values.
|
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
JsonIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<JsonObject> |
QueryExecutionBase.execJsonItems() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<JsonObject> |
QueryEngineHTTP.execJsonItems() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<JsonObject> |
SPARQLResult.getJsonItems() |
| Constructor and Description |
|---|
SPARQLResult(Iterator<JsonObject> jsonItems) |
Licenced under the Apache License, Version 2.0