I am using JASON Amazon Redshift parsing capabilities. Most of the time it works, but in this case it fails. I get the following error:
error: JSON parsing error code: 8001 context: invalid json object {"collection_id": 12, "activity_name": "Hour of Zen: The \"Dead Sea\" Float"}
I had the impression that the backslash was the correct escape for the double quote (and this was automatically generated by the Python JSON package).
Davea source share