Module jsonlogic_rs::js_op
source · Expand description
Implementations of JavaScript operators for JSON Values
Functions§
- Do division
- Compare values in the JavaScript
==
style - JS-style abstract gt
- Provide abstract >= comparisons
- Perform JS-style abstract less-than
- Provide abstract <= comparisons
- Get the max of an array of values, performing abstract type conversion
- Get the max of an array of values, performing abstract type conversion
- Do minus
- Do modulo
- Abstract inequality
- Do plus
- Attempt to parse a value into a float.
- Add values, parsing to floats first.
- Multiply values, parsing to floats first
- Perform JS-style strict equality
- Attempt to convert a value to a negative number
- Do our best to convert something into a number.