Peekmo/JsonPath

Is it possible in array?

Opened this issue · 0 comments

{"org":[{
"date": "20190330",
"organization": ["associated press"],
"persons": ["ahmed gaid salah", "abdelaziz bouteflika"],
"locations": ["algiers", "alger", "algeria"]
}]
}

I want to find, filter "algeria" locations.

Is it possible ?