Parse 'json' with single quotes in python ... but json.loads(data) would refuse this as json require double quotes. You can use ast.literal_eval() ...
確定! 回上一頁