pub fn value_map( entries: impl IntoIterator<Item = (impl Into<String>, Value)>, ) -> ValueMap
Convenience helper for building a JSON object map.