Python 101: Reading TOML with Python
The TOML (Tom’s Obvious Minimal Language) format came out in 2013, so it’s been around for more than a decade. Python added support for TOML in Python 3.11 with its tomllib
module in the standard library. However, unlike some of Python’s other standard libraries, such as json
or its XML-related libraries, the tomllib
library is only for reading, not writ…
Keep reading with a 7-day free trial
Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.