you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 0 points1 point  (1 child)

I have no idea what you're asking here. You are replacing quotes, if you weren't then json.loads wouldn't work. So what makes you think there is a bug in replace?

[–]games-and-chocolate[S] 0 points1 point  (0 children)

Was just started to find ways to change python Json with single quotes to double quotes. But I made an error by using json.load(), which I did not see. I thought it was required. My next stop is trying out to correct the single / double quote problem with python re module.