Json – Regex translation to python acceptable format
I've found this regex that seems to work for Java but not python. found it here: Regex: Remove Commas within quotes r"""(G(?!^)|"body"s*:s*")([^",]*),""" I am very inexperienced with building my own regexes and need help translating it to python acceptable format.…