0
你如何用雙引號解析中JSON數據:蟒蛇解析JSON數據用雙引號
json.loads('
{
"time":"1410661614",
"text":"This is great",
"from":
{
"username":"mrb",
"id":"5071",
"full_name":"Free "Mrb"" #here is the problem
},
"id":"8090107"
}
')
蟒蛇回報:
ValueError: Expecting ',' delimiter: line 1 column 107 (char 106)
如果你不能修復產生無效的JSON,你可能需要編寫一些代碼解析之前修復它的代碼。 – wRAR 2014-09-19 09:52:09
您的JSON格式不正確,難以解決*。改爲在源處解決問題。 – 2014-09-19 09:53:10