Firebase - Invalid JSON data or key values. Key values can’t contain $ # [ ] / or

后端 未结 9 2266
陌清茗
陌清茗 2020-12-31 03:34

I\'m trying to import my JSON file into my Firebase but it keeps giving me this error. I don\'t know why this JSON file isn\'t allowed to be imported into since JSONLint say

9条回答
  •  滥情空心
    2020-12-31 04:22

    The JSON you posted is valid for Firebase, so the issue is not with this JSON. It must be somewhere else in your application.

提交回复
热议问题