Hi, I have been browsing through the code of Neo4j, but I haven't found a way to use its Cypher parser independently. What I would need is a way to parse Cypher queries into Java objects or JSON strings. I noticed that in the REST api, the query is sent to the server as a string in a JSON string, but without being parsed. Is something like this possible?
Thank you, Andreea -- 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.
