Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filtering results with regex #183

Open
ypicard opened this issue Nov 18, 2021 · 1 comment
Open

Allow filtering results with regex #183

ypicard opened this issue Nov 18, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ypicard
Copy link

ypicard commented Nov 18, 2021

Is your feature request related to a problem? Please describe.
I would like to be able to filter an array of json objects with a regexp on a given nested key.

Describe the solution you'd like
Something like jq would be nice: https://stedolan.github.io/jq/manual/#RegularexpressionsPCRE

Describe alternatives you've considered
Switching back to jq when my scenarios are more complex than just selecting / updating fields. But this adds back jq as a dependency in my projects, which i had managed to get rid of.

@ypicard ypicard added the enhancement New feature or request label Nov 18, 2021
@TomWright
Copy link
Owner

I definitely want to support this. I'll be looking at supporting this in future releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants