Version 0.3.0 of https://github.com/akuleshov7/ktoml was released. And thanks to the community - we finally have supported TOML serialization that was requested by users multiple times (previously the lib included only deserialization) 🎉
As always: give a star, like, share, алишер
👌 2
🎣 2
b
Blake Anderson
10/31/2022, 12:48 AM
Minor note, but something I look for a lot in documentation:
Copy code
// allow/prohibit unknown names during the deserialization, default false
ignoreUnknownNames = false,
Thank you for including default values. A lot of time the only way to find this is to dig through the implementation, and you never know if these are subject to change version to version as well.