You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just looked at toml and I like the syntax mush more then json.
However I am looking for something like this in a toml library...
vartomlFile=newTomlFile(filepath);tomlFile.Set<T>(Tvalue);//create if doesn't exist and sets itTvalue=tomlFile.Get<T>();//gets the value or default.tomlFile.Save();//optional filepath
Is this supported if not how hard would it be to do?
Edit: btw the name and avatar of this library made me laugh.