fn write_json_map( f: &mut Formatter<'_>, map: &BTreeMap<String, Value>, ) -> Result
Writes a BTreeMap<String, serde_json::Value> as a JSON object.
BTreeMap<String, serde_json::Value>