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

Wildcard Support #4

Open
georgantas opened this issue Jan 18, 2022 · 1 comment
Open

Wildcard Support #4

georgantas opened this issue Jan 18, 2022 · 1 comment
Assignees

Comments

@georgantas
Copy link

Does this library support wildcards for maps?

For example, in the following json:

{
    "key1": {
          "key": "val1"
    },
    "key3": {
           "key": "val2"
    }
}

Something like .addIncludes("*/key"), instead of multiple includes like: .addIncldes("key1/key").addIncludes("key2/key").

Thank you!

@arakelian
Copy link
Owner

The include/exclude predicates are exact matches today. Wouldn't take much to add support for wildcard. I'll mark this as enhancement request.

@arakelian arakelian self-assigned this Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants