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