Skip to main content

json_stringify_lines

Function json_stringify_lines 

Source
pub fn json_stringify_lines(value: &JsonValue, indent: usize) -> Vec<String>
Expand description

Stream JSON stringification chunks for a JsonValue. Returns a Vec with a single string (optimized to avoid many small allocations).