Description
Provides dictionaries whose keys can be accessed with dot notation, similar to JavaScript objects. It helps developers work with structured data and configuration more conveniently in Python.
Convenient access does not validate the data. Applications should still check required fields and avoid trusting arbitrary keys from untrusted input.