Neo4j Browser 'Export JSON' function does not escape backslash · Issue #1826 · neo4j/neo4j-browser · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting data as JSON from the Neo4j Browser UI, backslashes in the data are not escaped, resulting in invalid JSON.
Steps to reproduce
Create a node with a property that contains a backslash:
Retrieve the property:
Note that in the UI, the name is shown correctly:
"AC\DC"
Click on 'Export JSON'
The exported JSON is invalid because the backslash isn't escaped:
Expected behavior
The exported JSON should escape the backslash:
The text was updated successfully, but these errors were encountered: