Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

python json loads single quotes

You must have double quotes for JSON, its JSON format.

IF python is making a dictionary with single quotes you will have to do the
replace "'" with '"' (replace single with double)
 
PREVIOUS NEXT
Tagged: #python #json #loads #single #quotes
ADD COMMENT
Topic
Name
2+3 =