pub fn display(v: &Val) -> StringExpand description
Render a value the way the REPL prints results. Identical to the
fmt::Display impl on Val; kept as a named function because
call sites that format for catch payloads and prompts read better
with one.