Closed mthaak closed 5 years ago
Some other JsonPath libraries allow this, like Jayway JsonPath using the [?(@.name =~ /foo.*?/i)] syntax.
[?(@.name =~ /foo.*?/i)]
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.
Some other JsonPath libraries allow this, like Jayway JsonPath using the
[?(@.name =~ /foo.*?/i)]
syntax.