I’ve continued to expand kaml (<https://github.com...
# serialization
c
I’ve continued to expand kaml (https://github.com/charleskorn/kaml), my YAML provider for kotlinx.serialization. It now supports serializing (Kotlin objects -> YAML string) and deserialization has been battle tested in a production application. Any suggestions, feedback or bug reports are welcome 🙂
🎉 1
👍 2
s
Was going to ask about native support, but then saw your README :) Looks good, though I don’t have any use for YAML parsing at the moment, I’ll keep an eye out!
c
It’s coming soon 🙂 As soon as Spek supports Kotlin/Native, it shouldn’t be too much work to add support - libyaml has a very similar structure to SnakeYAML