Expand description
Implementations of JavaScript operators for JSON Values
Functionsยง
- abstract_
div - Do division
- abstract_
eq - Compare values in the JavaScript
==
style - abstract_
gt - JS-style abstract gt
- abstract_
gte - Provide abstract >= comparisons
- abstract_
lt - Perform JS-style abstract less-than
- abstract_
lte - Provide abstract <= comparisons
- abstract_
max - Get the max of an array of values, performing abstract type conversion
- abstract_
min - Get the max of an array of values, performing abstract type conversion
- abstract_
minus - Do minus
- abstract_
mod - Do modulo
- abstract_
ne - Abstract inequality
- abstract_
plus - Do plus
- parse_
float - Attempt to parse a value into a float.
- parse_
float_ add - Add values, parsing to floats first.
- parse_
float_ mul - Multiply values, parsing to floats first
- str_
to_ number - strict_
eq - Perform JS-style strict equality
- strict_
ne - to_
negative - Attempt to convert a value to a negative number
- to_
number - Do our best to convert something into a number.
- to_
string