SamboyCoding / Tomlet

Zero-Dependency, model-based TOML De/Serializer for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quality of Life Functions for TomlTable and TomlValue

johnkiddjr opened this issue · comments

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).