wanglingsong/JsonSurfer

Allow regular expression matching in filter

Closed this issue · 2 comments

Some other JsonPath libraries allow this, like Jayway JsonPath using the [?(@.name =~ /foo.*?/i)] syntax.

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.