prettify

Function prettify 

Source
pub fn prettify(raw_json: &str, style: IndentStyle) -> Result<String, String>
Expand description

Function that accepts a JSON string and indentation style, returning a prettified JSON string (Pure Rust implementation).