gpt4 book ai didi

jsonpointer - 使用 JSON 指针按名称选择数组成员

转载 作者:行者123 更新时间:2023-12-03 14:28:27 29 4
gpt4 key购买 nike

有没有办法用 JSON 指针选择一个数组成员作为键的值?所以对于这个 JSON 模式:

"links":[
{
"title": "Create",
"href": "/book",
"method": "POST",
"schema": {}
},
{
"title": "Get",
"href": "/book",
"method": "GET",
"schema": {}
}
]

代替:
links/0/schema

我希望能够做到:
links/{title=GET}/schema

最佳答案

Json Pointer defined in RFC6901不允许您按名称选择数组成员。这是 RFC 中唯一提到的数组:

If the currently referenced value is a JSON array, the reference token MUST contain either:

* characters comprised of digits ..., or

* exactly the single character "-", making the new referenced
value the (nonexistent) member after the last array element.

关于jsonpointer - 使用 JSON 指针按名称选择数组成员,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41171075/

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