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
I have a problem with a json that the lib seem not able to fix:
{"title": "Colorful", "desc": ""Lorem ipsum dolor sit amet, consectetur adipiscin"}
It is because the desc value start with a "
Any idea why the quote is not escaped when at start and how to fix it?
The text was updated successfully, but these errors were encountered:
christopheSeeka
changed the title
Quote escape seem to not work if quote is at the begining of string
Quote escape seem to not work with single quote at the begining of string
Nov 21, 2020
christopheSeeka
changed the title
Quote escape seem to not work with single quote at the begining of string
Quote escape seem to not work with a unique quote at the begining of string
Nov 21, 2020
Hello,
I have a problem with a json that the lib seem not able to fix:
{"title": "Colorful", "desc": ""Lorem ipsum dolor sit amet, consectetur adipiscin"}
It is because the desc value start with a "
Any idea why the quote is not escaped when at start and how to fix it?
The text was updated successfully, but these errors were encountered: