2023/07/12
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.