Create kind.md header doc

This commit is contained in:
William Allen
2024-08-20 15:23:06 +10:00
committed by Mike Farah
parent 82fca30efa
commit 6eb2ae757a
+7
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`.