|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonValue | |
|---|---|
| org.openjena.atlas.json | |
| org.openjena.atlas.json.io | |
| Uses of JsonValue in org.openjena.atlas.json |
|---|
| Subclasses of JsonValue in org.openjena.atlas.json | |
|---|---|
class |
JsonArray
|
class |
JsonBoolean
|
class |
JsonNull
|
class |
JsonNumber
|
class |
JsonObject
|
class |
JsonPrimitive
|
class |
JsonString
|
| Methods in org.openjena.atlas.json that return JsonValue | |
|---|---|
static JsonValue |
JsonAccess.access(JsonValue obj,
java.lang.Object... path)
|
static JsonValue |
JsonAccess.accessPath(JsonValue obj,
java.lang.String... path)
|
JsonValue |
JsonArray.get(int index)
|
JsonValue |
JsonObject.get(java.lang.String key)
|
static JsonValue |
JSON.parseAny(java.io.InputStream input)
Parse any JSON value, not just an object, from an input stream |
static JsonValue |
JSON.parseAny(java.lang.String string)
Parse any JSON value, not just an object, from a file |
JsonValue |
JsonObject.put(java.lang.String key,
boolean b)
|
JsonValue |
JsonObject.put(java.lang.String key,
JsonValue value)
|
JsonValue |
JsonObject.put(java.lang.String key,
long value)
|
JsonValue |
JsonObject.put(java.lang.String key,
java.lang.String value)
|
static JsonValue |
JSON.readAny(java.lang.String filename)
Read any JSON value, not just an object, from a file |
JsonValue |
JsonArray.remove(int index)
|
JsonValue |
JsonObject.remove(java.lang.Object key)
|
JsonValue |
JsonArray.set(int index,
JsonValue element)
|
| Methods in org.openjena.atlas.json that return types with arguments of type JsonValue | |
|---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,JsonValue>> |
JsonObject.entrySet()
|
java.util.Iterator<JsonValue> |
JsonArray.iterator()
|
java.util.ListIterator<JsonValue> |
JsonArray.listIterator()
|
java.util.ListIterator<JsonValue> |
JsonArray.listIterator(int index)
|
java.util.List<JsonValue> |
JsonArray.subList(int fromIndex,
int toIndex)
|
java.util.Collection<JsonValue> |
JsonObject.values()
|
| Methods in org.openjena.atlas.json with parameters of type JsonValue | |
|---|---|
static JsonValue |
JsonAccess.access(JsonValue obj,
java.lang.Object... path)
|
static JsonValue |
JsonAccess.accessPath(JsonValue obj,
java.lang.String... path)
|
void |
JsonArray.add(int index,
JsonValue element)
|
boolean |
JsonArray.add(JsonValue e)
|
JsonValue |
JsonObject.put(java.lang.String key,
JsonValue value)
|
JsonValue |
JsonArray.set(int index,
JsonValue element)
|
static void |
JSON.write(IndentedWriter output,
JsonValue jValue)
Write out a JSON value - pass a JSON Object to get legal exchangeable JSON |
static void |
JSON.write(JsonValue jValue)
Write out a JSON value to - pass a JSON Object to get legal exchangeable JSON |
static void |
JSON.write(java.io.OutputStream output,
JsonValue jValue)
Write out a JSON value - pass a JSON Object to get legal exchangeable JSON |
| Method parameters in org.openjena.atlas.json with type arguments of type JsonValue | |
|---|---|
boolean |
JsonArray.addAll(java.util.Collection<? extends JsonValue> c)
|
boolean |
JsonArray.addAll(int index,
java.util.Collection<? extends JsonValue> c)
|
void |
JsonObject.putAll(java.util.Map<? extends java.lang.String,? extends JsonValue> m)
|
| Uses of JsonValue in org.openjena.atlas.json.io |
|---|
| Methods in org.openjena.atlas.json.io that return JsonValue | |
|---|---|
JsonValue |
JSONMaker.jsonValue()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||