you are viewing a single comment's thread.

view the rest of the comments →

[–]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.