Convert the specified JSON value into a local ID.

Property definitions

neo4j :: json_graph_store $ NeoNodeCollection :: id_from_jsonable
	# Convert the specified JSON value into a local ID.
	fun id_from_jsonable(id: nullable Serializable): ID_TYPE do return id.as(ID_TYPE)
lib/neo4j/graph/json_graph_store.nit:219,2--220,82