Today I Learned

2023/07/12

toml

How to create subtables in a table in an array in TOML: [table_name.subtable_name].

Any reference to an array of tables points to the most recently defined table element of the array. This allows you to define sub-tables, and even sub-arrays of tables, inside the most recent table.

https://toml.io/en/v1.0.0#array-of-tables