unset

Function unset 

Source
pub fn unset(dict: Value, key: String) -> Result<Value, Error>
Expand description

Remove a key from a dict (returns new dict, original unchanged)

Usage: {{ unset(mydict, “keytoremove”) }}