wanglingsong / JsonSurfer

A streaming JsonPath processor in Java
MIT License
294 stars 55 forks source link

Allow regular expression matching in filter #48

Closed mthaak closed 5 years ago

mthaak commented 5 years ago

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

wanglingsong commented 5 years ago

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 5 years ago

51