从下面的示例中,我想将'd'的值存储在变量c中
{
"d": "TESTING198",
"test": [
{
"a": "text1",
"testing": "TESTING198"
},
{
"a": "text2",
"testing": "TESTING198"
}
]
}
输出:
{
"d": "TESTING198",
"test": [
{
"a": "text[&].testing"
},
{
"a": "text[&].testing"
}
]
}
规范
[
{
"operation": "shift",
"spec": {
"test": {
"*": {
"@(2,d)": "testing"
}
}
}
}
]
我认为我在某些地方犯了一个错误,但无法弄清楚。