错误:" ValueError:无法解码JSON对象"

时间:2015-01-30 10:48:30

标签: python json python-2.7

以下是我的简单JSON代码,显示错误: “ValueError:无法解码JSON对象”

#!/usr/bin/env python
import json
import urllib2
data = urllib2.urlopen("http://192.168.5.1/getcommands.txt").read()
print data
d = json.loads(data)
print d

请帮助我,因为我是新手。

我的getcommands.txt包含以下数据,也包含打印数据的输出: 的getLocation 关掉 重启 CleanData

1 个答案:

答案 0 :(得分:0)

  

我的getcommands.txt包含以下数据,也包含打印数据的输出:GetLocation Shutdown Reboot CleanData

这显然不是valid JSON