pub fn is_string(v: Value) -> bool
Checks if this value is a string.
{{ "42" is string }} -> true {{ 42 is string }} -> false