Versions in this module Expand all Collapse all v0 v0.2.0 Dec 3, 2022 Changes in this version type Options + Prefix string v0.1.1 Sep 29, 2021 v0.1.0 Sep 2, 2019 Changes in this version + func Flatten(nested map[string]interface{}, opts *Options) (m map[string]interface{}, err error) + func Unflatten(flat map[string]interface{}, opts *Options) (nested map[string]interface{}, err error) + type Options struct + Delimiter string + MaxDepth int + Safe bool