pub fn hashmap_to_json_map<H, T>(map: HashMap<T, Value, H>) -> JsonMapwhere H: BuildHasher, T: Eq + Hash + ToString,
Converts a HashMap into a final JsonMap representation.
JsonMap