正则表达式 - 匹配父级和兄弟级JSON中的几个嵌套值

时间:2017-08-31 16:20:36

标签: json regex

所以我有一个看起来像下面的json。该版本已经简化,生产中的JSON中包含大量项目。我想要提取的是id"具有"exclusions"列表中项目的对象"id"以及排除列表中元素的5229,即在这种情况下将是34863489self

    {
      "id": 5229,
      "Type": B,
      "exclusions": [
          {
            "id": 3486,
            "desig": "A",
            "price": 101,

          },
          {
             "id": 3489,
             "desig": "A",
             "price": 101,
          }]},

    {
      "id": 5239,
      "Type": B,
      "exclusions": []
    }

1 个答案:

答案 0 :(得分:0)

您可以使用<canvas>Test Online