SamboyCoding / Tomlet

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

cant parse string like "\"a.b\"" #10

Closed nauyHello closed 3 years ago

nauyHello commented 3 years ago

key="\"a.b\""; TomlKeyUtils.GetTopLevelAndSubKeys(key, out var ourKeyName, out var restOfKey); the fuction GetTopLevelAndSubKeys cant work normal.Maybe there is abug.

SamboyCoding commented 3 years ago

Fixed in release 2.0.0