gpt4 book ai didi

json - 如何将多个 JSON 对象保存到 couchdb 中?或者为什么 couchdb 不接受 JSON 中的外括号?

转载 作者:行者123 更新时间:2023-12-02 21:46:22 26 4
gpt4 key购买 nike

我正在尝试将其保存到 Cloudant 数据库:

[
{
"_id": "document_one",
"heynow": [
{
"Name": "one",
"Duration": 2,
"DurationUnit": "Hours"
},
{
"Name": "two",
"Duration": 40,
"DurationUnit": "Minutes"
}
]
},
{
"_id": "document_two",
"heynow": [
{
"Name": "three",
"Duration": 2,
"DurationUnit": "Hours"
},
{
"Name": "four",
"Duration": 40,
"DurationUnit": "Minutes"
}
]
}
]

但显然它不喜欢外括号,因为它告诉我:

"error":"bad_request","reason":"Document must be a JSON object"

JSONLint 说它是有效的,所以我想我是在问是否有人知道如何格式化它,以便可以将其输入到 Couchdb 中,因为外括号似乎引起了问题。

最佳答案

关于json - 如何将多个 JSON 对象保存到 couchdb 中?或者为什么 couchdb 不接受 JSON 中的外括号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19455256/

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