Skip to main content

render_attribute_map

Function render_attribute_map 

Source
pub fn render_attribute_map(map: &AttributeMap, out: &mut String)
Expand description

Render an AttributeMap as canonical JSON object into out.

out is appended to (not cleared) so callers can pool the buffer across rows.