Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The feature set of toml is similar to json, but with ini like syntax.

Most significantly ini-files have a fixed two level structure (section -> key -> value) while toml supports arbitrary nested arrays and dictionaries.



And don't forget one of the more understated benefits of TOML over INI:

> A TOML file must be a valid UTF-8 encoded Unicode document.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: