Function upon::fmt::default

source ·
pub fn default(f: &mut Formatter<'_>, value: &Value) -> Result
Expand description

The default value formatter.

Values are formatted as follows:

Errors if the value is a Value::List or Value::Map.