Parsing module

parse([d])

Parse a dict-like object

update(sn, d[, copy_second, prune])

Update a SimpleNamespace with a dict or a SimpleNamespace

decode(sn)

Decode a SimpleNamespace or a dict to a nested dict

merge(d1, d2[, prune])

copy(d)