Jezza / toml

A zero-dependency TOML library written in Java. Fast, memory efficient, and easy to use.
MIT License
7 stars 1 forks source link

Feature - Support bean marshalling #2

Open aalmiray opened 3 years ago

aalmiray commented 3 years ago

It'd be great to have options for automatic bean marshalling when reading/writing TOML files.

aalmiray commented 3 years ago

Related https://github.com/FasterXML/jackson-dataformats-text/issues/219