SamboyCoding / Tomlet

Zero-Dependency, model-based TOML De/Serializer for .NET
MIT License
155 stars 29 forks source link

Quality of Life Functions for TomlTable and TomlValue #27

Closed johnkiddjr closed 1 year ago

johnkiddjr commented 1 year ago

It would be nice if TomlTable implemented IEnumerable so you could iterate on the table directly (expected behavior) instead of having to grab the Entries property.

Additionally, all TomlProperties should return the value in "StringValue" when ToString is called on the object (expected behavior).