You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your input. It would be nice to improve the library further with repairing missing escape characters and finding the right end quote of such a string with unescaped quotes. For example { 'text': 'I want to buy 65" television' } is correctly repaired.
I have the following JSON:
{ "text": "I want to buy 65" television" }
I would expect that the output will be:
{ "text": "I want to buy 65\\" television" }
however in the playground im getting the following error:
Colon expected at position 45
The text was updated successfully, but these errors were encountered: