Toml has lots of rules about subtables. The rough plan for dealing with them is to parse to a data-structure that mirrors the file format, and then write an algorithm that converts to the final query format, which is meant to cleanly represent the data from the file.
Toml has lots of rules about subtables. The rough plan for dealing with them is to parse to a data-structure that mirrors the file format, and then write an algorithm that converts to the final query format, which is meant to cleanly represent the data from the file.