Neo4jclient C# get all nodes and relationships to JSON -
i want nodes , relationships json. if execute in neo4j-browser want. (http://neo4j.com/developer/guide-data-visualization/)
:post /db/data/transaction/commit {"statements":[{"statement":"match path = (n)-[r]->(m) return path", "resultdatacontents":["graph"]}]}
using neo4jclient in asp.net application, , don't know how translate that. have checked example project have on site, doesn't me.
eventually use result present d3. cant json work.
i think you're looking like: http://geekswithblogs.net/cskardon/archive/2013/07/23/neo4jclient-ndash-getting-path-results.aspx
the code on page older cypher way - aside using .start
no longer need - should work you.