https://en.wikipedia.org/wiki/TOML https://toml.io/en/
TOML is a language commonly used in configuration files.
Tips and Tricks
Arrays of Tables
These are the most confusing syntactic elements of TOML while also being very common in configuration settings. The spec doc on array of table is a helpful guide, particularly if you are already familiar with JSON