mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-04 02:17:09 +00:00
220 B
220 B
Kind
The kind
operator identifies the type of a node as either scalar
, map
, or seq
.
This can be used for filtering or transforming nodes based on their type.
Note that null
values are treated as scalar
.