pub fn json_stringify_lines(value: &JsonValue, indent: usize) -> Vec<String>
Stream JSON stringification chunks for a JsonValue. Returns a Vec with a single string (optimized to avoid many small allocations).
JsonValue