Using jsonpath to get parent node

后端 未结 2 1175
日久生厌
日久生厌 2021-01-14 18:28

Using node JSONPath, how can I get the parent node name from child node value

2条回答
  •  一向
    一向 (楼主)
    2021-01-14 19:01

    Unfortunately, JSONpath does not support search by parameters in the contents of a child object: http://goessner.net/articles/JsonPath/

提交回复
热议问题