Crate jsonfilter

Source

Enums§

FilterError
Represents errors that can occur while processing filters.

Functions§

matches
Matches a filter against a raw object and returns a boolean indicating if the filter matches the object.
order
Compares two JSON values a and b based on their ordering.
try_matches
Matches a filter against a raw object and returns a boolean indicating if the filter matches the object.