Create kind.md header doc

This commit is contained in:
William Allen 2024-08-12 17:36:46 -05:00 committed by GitHub
parent bbdd97482f
commit 7473fdb864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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