gpt4 book ai didi

mysql - 如何在 Sequel Pro TEXT 编辑器中创建 JSON 字符串?

转载 作者:太空宇宙 更新时间:2023-11-03 12:33:05 26 4
gpt4 key购买 nike

我认为这可能是一种创建 JSON 字符串的非常规方式。但是,我真的需要能够像这样在“Sequel Pro”中做到这一点

enter image description here

我希望能够像那样直接编辑它。但是当我在客户端收到字符串,然后尝试在其上使用 as3 JSON.parse 函数时,出现错误..."SyntaxError: Error #1132: Invalid JSON parse input."

 private function storyTextCallBack(r:Object):void
{

//storyText is an 'Object'
storyText = JSON.parse(r.text);

}

但这就是我的客户实际得到它的方式,我认为这就是破坏 JSON.parse 函数的原因......

 [\n\t{\n\t\ttext: "hello this is some json test stuff",\n\t\tduration: "5000"\n\t},\n\t{\n\t\ttext: "this is the second line in that json object thing",\n\t\tduration: "3000"\n\t},\n\t{\n\t\ttext: "this is the third and final line in that json object thing",\n\t\tduration: "8000"\n\t}\n]

有人知道我该如何解决这个问题吗?

最佳答案

JSON 中的对象名称需要在引号内:

"text":"example text"

您可以使用此解析器检查您是否拥有有效的 JSON 对象:http://json.parser.online.fr

关于mysql - 如何在 Sequel Pro TEXT 编辑器中创建 JSON 字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14469221/

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