mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 08:22:13 +08:00
Create kind.md header doc
This commit is contained in:
committed by
Mike Farah
parent
82fca30efa
commit
6eb2ae757a
@@ -0,0 +1,7 @@
|
||||
# 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`.
|
||||
Reference in New Issue
Block a user