brianc0755
2 years agoNew Contributor II
Filtering using JsonPath syntax
Hello everyone. I have this json object "wd:Academic_Period": { "@wd:Descriptor": "Summer 2021 (05/24/2021-08/07/2021)", "wd:ID": [ { "@wd:type...
- 2 years ago
Try with this expression:
jsonPath($, "['wd:Academic_Period']['wd:ID'][?(@['@wd:type'] == 'WID')]")