pub fn prettify(raw_json: &str, style: IndentStyle) -> Result<String, String>
Function that accepts a JSON string and indentation style, returning a prettified JSON string (Pure Rust implementation).