pub fn unset(dict: Value, key: String) -> Result<Value, Error>
Remove a key from a dict (returns new dict, original unchanged)
Usage: {{ unset(mydict, “keytoremove”) }}