Documentation
The conversion table for Python's TOML parser does not contain entries for two types listed on the TOML specification:
- inline table (dict)
- array of tables (list of dicts)
Adding those entries to the conversion table will make it more clear how the objects are represented in Python when using tomllib.load.
Linked PRs