标签: php neo4j neo4jphp
我需要将php对象转换为NEO4j Cypher查询键/值格式。
例如,该格式如下所示:
MATCH (you:Person {name:"You"}) <-- Note the {name:"You"} part
我尝试json_encode(),但当然它会在键上添加双引号。
json_encode()