******
* Normalisation of keys
* Dot notation accessibility due to keys normalisation
* Supporting the union operator (``|``) for ``dict``, (PEP-584_)
* Additional methods
- ``is_submap_of()``
- ``is_supermap_of()``
- ``dict()``
- ``from_json()``
- ``json()``
.. references
.. _PEP-584: https://www.python.org/dev/peps/pep-0584