Function mz_repr::strconv::format_jsonb_pretty

source ยท
pub fn format_jsonb_pretty<F>(buf: &mut F, jsonb: JsonbRef<'_>)
where F: FormatBuffer,