Closed eric-poitras closed 3 years ago
I need a way to get the root value of a config so I can export all the configuration values in another format.
I propose something that would look like:
config, _ := ParseResource(...) root := config.GetRoot().(Object) for k, v := range root { }
I will link a MR that do this. Thanks!
thanks for the contribution
I need a way to get the root value of a config so I can export all the configuration values in another format.
I propose something that would look like:
I will link a MR that do this. Thanks!