showing results for - "python json loads single quotes"
Randall
28 Jul 2019
1You must have double quotes for JSON, its JSON format.
2
3IF python is making a dictionary with single quotes you will have to do the
4replace "'" with '"' (replace single with double)