Cypher query JSON formatted result Cypher query JSON formatted result json json

Cypher query JSON formatted result


You can use the new literal map syntax in Neo4j 2.0 and do something like:

MATCH (n:Person) RETURN { Name: n.name , Born: n.born } as Person ORDER BY n.born LIMIT 5