Json stringify range error
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm getting result from API as follows: [ { "id": 1, "area": "", "zone": "T", "aisle": "", "side": "E", "col": 1, "level": 0, "position": 0, "name": "T - E - 1" }, { "id": 2, "area": "", "zone": "T", "aisle": "", "side": "E", "col": 60, "level": 0, "position": 0, "name": "T - E - 60" }, .... , { "id": 3370, "area": "", "zone": "T", "aisle": "", "side": "E", "col": 60, "level": 0, "position": 0, "name": "T - E - 60" } ] The result has 3370 records. I want to save it to AsyncStorage, thus I need to stringify it. But the problem is that I get