Allow regular expression matching in filter
Closed this issue · 2 comments
mthaak commented
Some other JsonPath libraries allow this, like Jayway JsonPath using the [?(@.name =~ /foo.*?/i)]
syntax.
wanglingsong commented
This will be a useful feature. But I don't have too much time to implement it. I can leave this issue open, see if any volunteer.
wanglingsong commented