
Objx provides the `objx.map` type, which is a `map[string]interface{}` that exposes a powerful `get` method (among others) that allows you to easily and quickly get access to data within the map, without having to worry too much about type assertions, missing data, default values etc.
this package contains the source.