Hi all,
I am trying to run: 

CREATE (n:Person {name:'alex',kids:{first:'link',second:'zelda'}})

Now I would not structure people and kids like this in a graph database, 
but what I actually want to do I need to store a jsonarray in certain types 
of nodes.  

I am using neo 2.0.0

OS is redhat (not sure on version)

Development in on mac os x

So when I run this, I get the error:

    Map(first -> link, second -> zelda) (of class 
scala.collection.immutable.Map$Map2)

is neo4j just not able to do this as of now? Thanks!


-- 
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.

Reply via email to