Skip to main contentModule selector
Source pub use eval::eval;pub use parser::Segment;pub use parser::Selector;pub use parser::parse;
- eval
- parser
- get_nested
- Navigate a dotted path like
"settings.theme" into a JSON value. - parse_anyhow
- Parse a selector string, mapping parse errors to
anyhow::Error with
a “selector error:” prefix for consistent error formatting. - value_matches_str
- Check whether a JSON value matches a predicate string using string comparison.
Numbers and booleans are compared via their string representation.