I am using py2neo to load JSON data into Neo4j as chyper statements. My problem is that sometimes there are signs as “ ‘ \\ etc in the strings I want to impor
“ ‘ \\
I would suggest to use parameters, then the cypher parser doesn't see them.
And it's just an name -> string you pass via a dictionary to the execute method.