fn json_object_native_type<I, K>(fields: I) -> JsonNativeTypewhere I: IntoIterator<Item = (K, JsonNativeType)>, K: Into<String>,