You can use PyYaml. Since JSON is a subset of Yaml, pyyaml may overcome the lack of quotes. Example import yaml dirty_json = """ ...
確定! 回上一頁