pub fn expect_number_or_string(actual: &Value) -> Result<()>
Expand description

Returns Ok(()) if the given value is a string or a numeric.