To illustrate, the following is valid JSON:
{
"key": "value"
}
The following is an escaped one, which is invalid and causing the issue:
{\u000a "key": "value"\u000a}
To illustrate, the following is valid JSON:
{
"key": "value"
}
The following is an escaped one, which is invalid and causing the issue:
{\u000a "key": "value"\u000a}