A module for accessing nested lists and dictionaries using json style dot notation.
Sometimes, for pragmatic reasons, following conventions is less than desirable. This library is useful for many cases but particularly useful when working with json responses from remote REST APIs.
Concepts for this library originally from: