Is there an existing issue for this?
Enhancement description
Like the built-in JSON format, there is https://github.com/charleskorn/kaml for parsing YAML using KxS.
Like the JsonElement of the JSON format, there is YamlNode there.
Would be very nice if you could support validating those too.
Sub-tasks
Is there an existing issue for this?
Enhancement description
Like the built-in JSON format, there is https://github.com/charleskorn/kaml for parsing YAML using KxS.
Like the
JsonElementof the JSON format, there isYamlNodethere.Would be very nice if you could support validating those too.
Sub-tasks
YamlScalarnode to identify whether it is a string or not (currently impossible without breaking the API)