pcre
I need to escape " in json, issue: if they are already escaped
I'm having issues escaping quotes inside json content. I can get the \" to be put in if " is seen, the issue is I don't want that to be done if \" is in the content (as that is already escaped)
Submitted by Patrick - 9 years ago