Reproduce code: ```python a = Box( { "a": { "b": { "c": 100 } } }, box_dots=True ) x = a.get('a.b.c.d') ```
Reproduce code: