Open
Description
Is there an existing issue for this?
- I have searched the existing issues
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
- Create an abstraction that will allow the validation steps to be generic #193
- Create a separate module for generic objects (e.g. Map, List, primitives) #194
- Create a separate module to support YAML (without Kaml, just SnakeKMP) #195
- Create a separate module for kaml integration
- Add additional information to
YamlScalar
node to identify whether it is a string or not (currently impossible without breaking the API)
- Add additional information to