Re: [Neo4j] Query : How to import JSON in to ne04j

2014-05-03 Thread Alex Frieden
Neo4j doesn't store json arrays per say. You can store them by breaking them apart into nodes and relationships. What is your use case On May 2, 2014 8:08 PM, "Dhaval Patel" wrote: > Hey folks, > I am very new to neo4j. Can you please suggest the way how > to import the followin

[Neo4j] Query : How to import JSON in to ne04j

2014-05-02 Thread Dhaval Patel
Hey folks, I am very new to neo4j. Can you please suggest the way how to import the following data in to ne04j. [0,0,[[1,1],[3,3]]] [1,0,[[0,1],[2,2],[3,1]]] [2,0,[[1,2],[4,4]]] [3,0,[[0,3],[1,1],[4,4]]] [4,0,[[3,4],[2,4]]] -- You received this message because you are subscribed t