Uses of Class
org.apache.jena.atlas.json.JsonValue
Package
Description
-
Uses of JsonValue in org.apache.jena.atlas.json
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
Modifier and TypeMethodDescriptionstatic JsonValue
static JsonValue
JsonAccess.accessPath
(JsonValue obj, String... path) JsonBuilder.build()
static JsonValue
Create a safe copy of aJsonValue
.static JsonValue
Create a safe copy of aJsonValue
.JsonArray.get
(int index) static JsonValue
JSON.parseAny
(InputStream input) Parse any JSON value, not just an object, from an input streamstatic JsonValue
Parse any JSON value, not just an object, from a filestatic JsonValue
Read any JSON value, not just an object, from a fileJsonArray.remove
(int index) Modifier and TypeMethodDescriptionJsonObject.entrySet()
For walking structuresJsonObject.getIterator
(String key) For walking structuresJsonArray.iterator()
JsonArray.listIterator()
JsonArray.listIterator
(int index) JsonArray.subList
(int fromIndex, int toIndex) JsonObject.values()
Modifier and TypeMethodDescriptionstatic JsonValue
static JsonValue
JsonAccess.accessPath
(JsonValue obj, String... path) void
boolean
static JsonValue
Create a safe copy of aJsonValue
.static JsonValue
Create a safe copy of aJsonValue
.static JsonBuilder
JsonBuilder.createFrom
(JsonValue arg) Create a builder from aJsonValue
.static String
JsonValue to a formatted, multiline stringstatic String
JSON.toStringFlat
(JsonValue jValue) JsonValue to a string with no newlinesstatic void
JSON.write
(OutputStream output, JsonValue jValue) Write out a JSON value - pass a JSON Object to get legal exchangeable JSONstatic void
Write out a JSON value - pass a JSON Object to get legal exchangeable JSONstatic void
Write out a JSON value - pass a JSON Object to get legal exchangeable JSONModifier and TypeMethodDescriptionboolean
JsonArray.addAll
(int index, Collection<? extends JsonValue> c) boolean
JsonArray.addAll
(Collection<? extends JsonValue> c) void
JsonObject.forEach
(BiConsumer<String, JsonValue> action) void
-
Uses of JsonValue in org.apache.jena.atlas.json.io
-
Uses of JsonValue in org.apache.jena.http
Modifier and TypeMethodDescriptionstatic JsonValue
HttpOp.httpGetJson
(String url) static JsonValue
HttpOp.httpPostRtnJSON
(String url) -
Uses of JsonValue in org.apache.jena.sparql.lib