platform_value_set_ref

Function platform_value_set_ref 

Source
pub fn platform_value_set_ref<T, S>(object: &mut Value, key: T, value: S)
where T: Into<Value>, S: Into<Value>, Value: From<S>,
Expand description

Sets a key value pair in serde_json object, returns the modified object