云开发数据库导入json文件,提示JSON decoder out of syn
云开发将json文件导入数据库提示如下:
JSON decoder out of sync - data changing underfoot?
如果是mongoDB,则通过在导入命令中加入 --jsonArray参数解决。
在小程序开发中怎么解决?
1 回复
https://stackoverflow.com/questions/30380751/importing-json-from-file-into-mongodb-using-mongoimport
sqlite数据库导出的json文件格式为[{},{},{}]
小程序云开发导入的json文件格式为
{“data”:“1111”}
{“data”:“2222”}
{“data”:“2222”}