I'm trying to run JSONPath on the below json file and extract all the IP Addresses (ip_prefix:) where the region equals "region: "ap-southeast-1""
https://ip-ranges.amazonaws.com/ip-ranges.json
My xpath skills are rusty, my JSONPath skills are novice!
$..book[?(@.price<10)]"filter all books cheaper than 10"