Forum Discussion
Anonymous
6 years agoNot applicable
Unable to parse json with backslash
Hi All,
My column has key and value as shown in the image (data).
When i am parsing it, i am getting below error as shown in attached image (error)
I have tried with escape characters as well but it is not working.
Thanks in advanceerrordata
Sanchit
- Anonymous6 years ago
Hi All,
I am able to solve the problem,
i will need to use four \\\\ to insert the data in database and then while parsing the remaining two \\ ,one will work as escape character
Thanks
Sanchit
1 Reply
- AnonymousNot applicable
Hi All,
I am able to solve the problem,
i will need to use four \\\\ to insert the data in database and then while parsing the remaining two \\ ,one will work as escape character
Thanks
Sanchit