You can use multiple lines string representation in JavaScript:
JSON.parse('{"a" : "a\
asd"}')
Tried in console. It works.
You can use multiple lines string representation in JavaScript:
JSON.parse('{"a" : "a\
asd"}')
Tried in console. It works.