pub fn truthy(v: &Value) -> bool
NULL is falsy; otherwise truthy iff the value coerces to a non-zero boolean / number / non-empty string.
NULL