Skip to main content

number

Function number 

Source
pub fn number(value: &JValue) -> Result<JValue, FunctionError>
Expand description

$number(value) - Convert value to number Supports decimal, hex (0x), octal (0o), and binary (0b) formats