Function format

Source
pub fn format(
    json: &str,
    options: Option<FormatOptions<'_>>,
) -> (String, Vec<Box<dyn Error>>)