[][src]Crate jsonlogic

Macros

compute_const

Expects a function typically used for JsonLogic operators in the scope this macro is called in:

compute_const_with_data

Expects a function typically used for JsonLogic operators in the scope this macro is called in:

Functions

apply

Applies the given JsonLogic rule to the specified data. If the rule does not use any variables, you may pass &Value::Null as the second argument.