Query and manipulate JavaScript objects with JSONPath expressions. Robust JSONPath engine for Node.js.
1.34k
stars
216
forks
source link
Is it possible to filter out the specified object from the nested object (map structure)? #145
Open
roychen11232357 opened 4 years ago
Suppose my input is like this
And I want to filter out the results that meet
values.obj1.key1>20
, the expected output is like thisIs it possible to achieve through jsonpath?