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" <[email protected]> wrote:
> 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 to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
