pub fn is_mapping(v: Value) -> bool
Checks if this value is a mapping
{{ {"foo": "bar"} is mapping }} -> true {{ [1, 2, 3] is mapping }} -> false