Use the specified string to load the graph.

Property definitions

neo4j $ JsonGraphStore :: from_string
	# Use the specified string to load the graph.
	init from_string(graph: NeoGraph, string: String) do
		init(graph)
		istream = new StringReader(string)
	end
lib/neo4j/graph/json_graph_store.nit:88,2--92,4