snapshooter icon indicating copy to clipboard operation
snapshooter copied to clipboard

Add support for pattern matching

Open leorg99 opened this issue 6 months ago • 0 comments

Is your feature request related to a problem? Please describe. Being able to pattern match on the field name would significantly add flexibility. Currently, if you want to match all field names ending in "Id", there is no way to do this.

Describe the solution you'd like Add an overload that takes an Expression<Func<string,bool>> and let the consumer decide if this field should be ignored/accepted/excluded/etc. Same can be done for the json path.

Describe alternatives you've considered Regex, wild cards, glob pattern, etc.

Additional context

leorg99 avatar Aug 12 '24 22:08 leorg99