Is the connection with the Neo4j server ok?

Property definitions

neo4j $ Neo4jClient :: is_ok
	# Is the connection with the Neo4j server ok?
	fun is_ok: Bool do return service_root isa JsonObject
lib/neo4j/neo4j.nit:91,2--92,54