- JsonNode - Class in com.bitplan.simplegraph.json
-
Json Node wraps a Json Element
- JsonNode(SimpleSystem, String, String[]) - Constructor for class com.bitplan.simplegraph.json.JsonNode
-
create me
- JsonNode(SimpleSystem, String, JsonElement) - Constructor for class com.bitplan.simplegraph.json.JsonNode
-
construct me from the given jsonElement with the given kind
- JsonPrettyPrinter - Class in com.bitplan.simplegraph.json
-
Json Pretty printer based on Googles gson
https://sites.google.com/site/gson/streaming
- JsonPrettyPrinter() - Constructor for class com.bitplan.simplegraph.json.JsonPrettyPrinter
-
- JsonSystem - Class in com.bitplan.simplegraph.json
-
i wrap a Json Tree as a Gremlin Graph
- JsonSystem(SimpleGraph) - Constructor for class com.bitplan.simplegraph.json.JsonSystem
-
create a JsonSystem using the same simpleGraph
- JsonSystem() - Constructor for class com.bitplan.simplegraph.json.JsonSystem
-
create a new JsonSystem with it's own graph