That's not even close to being JSON.
- JSON string literals must be delimited using «"» (not «'»).
- Line feeds can't be placed in JSON string literals. A suitable escape sequence («\n» or «\u000A») must be used instead.
- All instances of «"» in JSON string literals must be escaped using «\».