gpt4 book ai didi

javascript - $.parseJSON 用双引号中断

转载 作者:行者123 更新时间:2023-11-28 11:05:43 26 4
gpt4 key购买 nike

有人可以向我解释一下为什么包含双引号字符串的 json 会破坏 $.parseJSON 吗?

这有效:

[{"type":"message","content":{"user":"tomasa", "time":"1321722536", "text":"asdasdasd"}}]

这也有效:

[{"type":"message","content":{"user":"tomasa", "time":"1321723267", "text":"""}}]

但是这会导致 $.jsonParse不返回任何内容(我假设因为它是格式错误的 json 字符串:

[{"user":"tomasa", "time":"1321723278", "text":""""}}]

最佳答案

末尾有一个额外的 }

}}]

您应该通过 http://jsonlint.com/ 运行麻烦的 JSON 标记

Parse error on line 6:
...""" }}]
---------------------^
Expecting ',', ']'

关于javascript - $.parseJSON 用双引号中断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8195815/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com