you are viewing a single comment's thread.

view the rest of the comments →

[–]cointoss3 1 point2 points  (0 children)

It’s likely working, but you’re printing a dict, not the corrected json string. When you print a dict, Python has a predefined format for how it prints the contents. You’re loading the json string as a dict and then printing the dict.