Skip to main content

lookup

Function lookup 

Source
pub fn lookup(
    obj: &IndexMap<String, JValue>,
    key: &str,
) -> Result<JValue, FunctionError>
Expand description

$lookup(object, key) - Lookup value by key