使用fastjson解析嵌套两层的json数据出现数据乱码

i7uq4tfw  于 3个月前  发布在  其他
关注(0)|答案(1)|浏览(64)

save info:{"closeHr":10,"closeMin":31,"cmd":[{"opt":"Pow","p":0},{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"}],"id":0,"name":"好几年就会吃饭","objTem":30,"openHr":16,"openMin":12,"t":"setT","tz":0,"week":[1,1,0,0,0,0,0]}

其中:
{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"},{"$ref":"$.cmd[0]"
这是什么东东,不懂,因为这串数据是我们与服务器通讯的内容,服务器解析这串数据会出错,经常因为不认识就返回错误的代码,帮忙解答一下,感谢。

相关问题