If some attributes on a Node are strings and include quotes, the exported JSON is malformed. The quotes in the string attributes are not properly escaped.
Gregory King
Thanks for reporting, we'll get onto fixing this.
Noting here a simple test case:
CREATE (n: JSONtest {key: "value with escaped quote \""})