pub fn expect_number_or_string(actual: &Value) -> Result<()>
Returns Ok(()) if the given value is a string or a numeric.
Ok(())