Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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

  • Anonymous's avatar
    Anonymous
    6 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

  • Anonymous's avatar
    Anonymous
    Not 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