json文件中有看不见的空白符号导致Unmarshal报错

BestLyc · · 1553 次点击
json格式没问题,就是空白处有特殊得unicode字符,而且开起来就是空白,单独删掉再解析就没问题。
#4
更多评论
strings.Replace替换掉……
#1
试过了,那样Unmarshal会报错json: cannot unmarshal string into Go value of type
#2