toml.cr icon indicating copy to clipboard operation
toml.cr copied to clipboard

Support for TOML-to-class mappings

Open tpberntsen opened this issue 7 years ago • 0 comments

Thanks for the work with the TOML shard thus far; it's very much appreciated.

It would be nice to have support for mapping TOML to Crystal classes like YAML#mapping and JSON#mapping offer, as this would help alleviate the need for type casting around the code where the TOML parameters are accessed.

tpberntsen avatar Oct 21 '17 07:10 tpberntsen