Python/Json:Expecting property name enclosed in double quotes
This: is not JSON.This: is JSON. EDIT:Some commenters suggested that the above is not enough.JSON specification – RFC7159 states that a string begins and ends with quotation mark. That is “.Single quoute ‘ has no semantic meaning in JSON and is allowed only inside a string.