pub fn value_to_hashmap(data: &Value) -> HashMap<String, Value>
Convert a JSON Value into a HashMap<String, Value>.
Value
HashMap<String, Value>