DotMaps.DotMapType

DotMaps.DotMap(::AbstractDict)

Constructs a DotMap from a Dict. This provides the same functionaliity as dictionaries, but allows indexing with . instead of (or in addition to) [""].

DotMaps.todictMethod

DotMaps.todict(::DotMap; keysasstrings=false)

Constructs a Dict from a DotMap. If keys_as_strings, the keys will be String instead of Symbol.