``` values: HashMap<String, RefCell<Value>>, ``` try this? ``` values: RefCell<HashMap<String, Value>>, ```