pub fn value_to_string(
    v: &Value,
    span: Span,
    depth: usize,
    indent: Option<&str>
) -> Result<String, ShellError>