I have output of a dictionary inside a list
[{'actors': 'Amy Poehler, Tina Fey, John Cena, Maya Rudolph',
'categories': {'id': 225, 'name': 'Comedy', 'parent_id': 2}, ...
I want the quotes to be " instead of '
The app I'm working on is supposed to return JSON and I believe for json ' is a character so it breaks it. Working okay! and not okay!
UPDATE
I've tried using json.dumps but it's being escaped