Retrieve the graph from the specified JSON object.

For the expected format, see JsonGraphStore.

Property definitions

neo4j :: json_graph_store $ NeoGraph :: from_json_object
	# Retrieve the graph from the specified JSON object.
	#
	# For the expected format, see `JsonGraphStore`.
	init from_json_object(nodes: NeoNodeCollection, o: JsonObject) do
		init(nodes)
		load_json_object(o)
	end
lib/neo4j/graph/json_graph_store.nit:151,2--157,4