is there any possibility to parse a node/relationship into json? Simply using GSon wouldnt do it.

Any hint would be nice :)

Best Regards, Kai

link|improve this question
feedback

1 Answer

that is what you can do with the REST API, and there a numerous clients to that in NeographyPython etc...

link|improve this answer
but i dont want to use the rest api ... something like neo.toJson(Node) would be nice. – KaiThomasWerther Dec 13 '11 at 9:18
ok, then you just to object serialization, I don't think there is more to it than that ... does that work for you? – Peter Neubauer Dec 14 '11 at 12:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.