Functionsยง
- build_
iso_ date_ string - Build ISO date string from NaiveDate
- compare
- Compare two values as numbers
- create_
option - Create option object from label and value
- f64_
to_ json - Convert f64 to JSON number
- get_var
- OPTIMIZED: Fast variable access - paths are pre-normalized during compilation This method is now only used for legacy/fallback cases
- get_
var_ layered - Get variable with layered context (primary first, then fallback)
- is_
key_ missing - Check if key is missing (null or not present)
- is_
null_ like - Check if value is null-like (Null, empty string, or NaN)
- is_
truthy - Check if value is truthy
- loose_
equal - JavaScript-like loose equality
- normalize_
ref_ path - Use centralized path normalization for consistent $ref/var handling
- parse_
string_ to_ f64 - Helper to parse string to f64 (empty string = 0.0)
- scalar_
hash_ key - Generate scalar hash key for Value (used in In operations)
- to_f64
- Convert JSON value to f64
- to_
number - Legacy to_number for f64 (only used for Power operations)
- to_
string - Convert value to string