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
pub fn number(value: &JValue) -> Result<JValue, FunctionError>$number(value) - Convert value to number Supports decimal, hex (0x), octal (0o), and binary (0b) formats