Crate simple_json_filter

Source

Structs§

Filter
A struct representing a filter that can be applied on a JSON Value.

Functions§

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.