Deserialize JSON in Java

Viewed 78

I have a json in which there is a string in the string that stores the json object, it has unescaped quotes. What should I do about it? Maybe there is some kind of regex that will replace quotes with escaped ones. There are also strings that store text containing words in quotes. I need to decode it in Java.

"text":"[options="header", cols=".^6,^.^4, ^4,^.^4,^.^3"] ",
"entity":"some text "some text" "
0 Answers
Related