|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.atlas.json.JSON
public class JSON
A class that is the front door to the JSON subsystem
| Constructor Summary | |
|---|---|
JSON()
|
|
| Method Summary | |
|---|---|
static JsonValue |
parse(java.lang.String string)
Parse a complete JSON object |
static JsonValue |
parseAny(java.lang.String string)
Parse any JSON value, not just an object, from a file |
static JsonValue |
read(java.lang.String filename)
Read a JSON object from a file |
static JsonValue |
readAny(java.lang.String filename)
Read any JSON value, not just an object, from a file |
static void |
write(IndentedWriter output,
JsonValue jValue)
Write out a JSON value - pass a JSON Object to get legal exchangeable JSON |
static void |
write(JsonValue jValue)
Write out a JSON value to - pass a JSON Object to get legal exchangeable JSON |
static void |
write(java.io.OutputStream output,
JsonValue jValue)
Write out a JSON value - pass a JSON Object to get legal exchangeable JSON |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSON()
| Method Detail |
|---|
public static JsonValue parse(java.lang.String string)
public static JsonValue parseAny(java.lang.String string)
public static JsonValue read(java.lang.String filename)
public static JsonValue readAny(java.lang.String filename)
public static void write(java.io.OutputStream output,
JsonValue jValue)
public static void write(IndentedWriter output,
JsonValue jValue)
public static void write(JsonValue jValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||