tom
tom copied to clipboard
Add dynamic decoding
I'd love to use this library with toy, but there is no direct support for decoding to Dynamic.
From the hip: this could look something like get_dynamic(toml: Dict(String, Toml), key: List(String)) -> Dynamic, perhaps?
Yup good idea! Perhaps a to_dynamic function? Or some function to parse directly to dynamic?