yq/pkg/yqlib/doc/operators/headers/kind.md

8 lines
220 B
Markdown
Raw Normal View History

2024-08-12 22:36:46 +00:00
# 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`.