JSON-Path to Value
-
I have the JSON response below I can reach it with the JSON Path selector $.[?(@.Region==’EU’)].WebMediaList.0.Contenturl. How can I use this selector with the plugin.
[ { "Region": "EU", "WebMediaList": [ { "RegionId": 3, "PlatformId": 1, "WebMediaId": 0, "Contenturl": "www.test.com", "AlertDatetime": "2022-07-11T13:45:17.183" } ] }, { "Region": "UK", "WebMediaList": [ { "RegionId": 4, "PlatformId": 1, "WebMediaId": 0, "Contenturl": "www.test.com", "AlertDatetime": "2022-07-11T13:45:17.187" } ] }, { "Region": "US", "WebMediaList": [ { "RegionId": 1, "PlatformId": 1, "WebMediaId": 0, "Contenturl": "www.test.com", "AlertDatetime": "2022-07-11T13:45:17.18" } ] } ]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘JSON-Path to Value’ is closed to new replies.