+------------------+--------------------------------------------------------------------------------------+
| TOML | Python |
+==================+======================================================================================+
-| table | dict |
+| TOML document | dict |
+------------------+--------------------------------------------------------------------------------------+
| string | str |
+------------------+--------------------------------------------------------------------------------------+
+------------------+--------------------------------------------------------------------------------------+
| array | list |
+------------------+--------------------------------------------------------------------------------------+
+| table | dict |
++------------------+--------------------------------------------------------------------------------------+
+| inline table | dict |
++------------------+--------------------------------------------------------------------------------------+
+| array of tables | list of dicts |
++------------------+--------------------------------------------------------------------------------------+