JSON strings must be wrapped in double quotes, and certain characters must be escaped.
\"\\\n\t\r{
"message": "Line1\nLine2",
"path": "C:\\\\temp\\\\file.txt",
"quote": "She said: \"hello\""
}
{'a':'b'} is not valid JSON.\n.If your JSON won’t format, start here: Validate JSON.