使用NodeJs读取json格式的文件,转换成对象时报错 :SyntaxError: Unexpected token in JSON at position 0,这个问题查了两三个小时,记录一下解决方法. JSON格式的文件: { "token": "zeroes", "appid": "wxce06f44f4233cfe954" } 正确的读写方式: //读取配置文件 function readConfig() { var
Atitit Uncaught (in promise) SyntaxError Unexpected token < in JSON at position 0 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0 原因json解析错误,包含特定中文引起的..Json编码utf8已经是. 解决手动转换为json对象.奇怪的是其他的有中文的没问题 fetch(url) .then(res=