You are currently viewing TOML support for kotlinx.serialization!

TOML support for kotlinx.serialization!

So literally I write this serialization plugin for personal use, but I’d like to open it for others to try it out. After publishing it to the maven central, I’m ready to get some feedback from the community.

It’s just like official JSON format, where you use Toml as entrypoint, with TomlLiteral(for primitives and Strings), TomlArray(for list-like structures), TomlTable(for map-like structures) for assistance.

Yeah it’s multi-platform for sure.

For more information, have a look at the repo: https://github.com/Peanuuutz/tomlkt.

submitted by /u/Peanuuutz
[link] [comments]