JSON Parse Error

前端 未结 4 2057
我寻月下人不归
我寻月下人不归 2021-01-24 17:56

I am using SBJson framework (also known as json-framework) for the iOS.

When parsing a certain JSON file, I am getting the following error: -JSONValue failed. E

4条回答
  •  耶瑟儿~
    2021-01-24 18:35

    I guess your file contain an unencoded tab (ascii 0x09) that should be replaced with \t according to the json grammar.

提交回复
热议问题