Json parsing with unicode characters

后端 未结 6 1082
太阳男子
太阳男子 2020-12-21 09:22

i have a json file with unicode characters, and i\'m having trouble to parse it. I\'ve tried in Flash CS5, the JSON library, and i have tried it in http://json.parser.online

6条回答
  •  春和景丽
    2020-12-21 10:05

    There might be an obscure Unicode whitespace character hidden in your string.

    This URL contains more detail:

    http://timelessrepo.com/json-isnt-a-javascript-subset

提交回复
热议问题