json 操作求助

swordsmile · 2024-10-8 09:09:39 · 31 次点击
使用工具 [jq]( https://github.com/jqlang/jq)

```json
{
  "outbounds": [
    {
      "type": "selector",
      "tag": "proxy",
      "outbounds": [
        "auto",
        "hk"
      ]
    }
  ]
}
```

需求是:
1. 如何新增一个 outbounds,比如:"us"
2. 如何删除一个 outbounds,比如:"hk"
举报· 31 次点击
登录 注册 站外分享
2 条回复  
saranz 小成 2024-10-8 09:14:31
你这不是数组操作需求嘛,splice() 足够了。
alexsz 小成 2024-10-8 09:15:50
这类问题很适合问 AI 啊
返回顶部