Crate simple_json_filter
Source - Filter
- A struct representing a filter that can be applied on a JSON Value.
- apply
- Applies a set of filters on a JSON Value and returns whether the Value passes the filters.
- parse
- Parses a filter string into a list of Filters.