Create kind.md header doc

This commit is contained in:
William Allen 2024-08-12 17:36:46 -05:00 committed by Mike Farah
parent 82fca30efa
commit 6eb2ae757a
1 changed files with 7 additions and 0 deletions

View File

@ -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`.