Crate juspay_jsonlogic

Source

Modules§

data
expression
operators
validation

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:

Enums§

PartialApplyOutcome

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.
partial_apply