nicc777 / py-animus

A python based plugable and extensible manifest processing system
GNU General Public License v3.0
0 stars 0 forks source link

Add dictionary utils to expand dotted notation dict keys to nested dictionaries #56

Closed nicc777 closed 1 year ago

nicc777 commented 1 year ago

Brief Description of the Enhancement

Convert something like { "a.b.c": "test" } to { "a": { "b": { "c": "test" } } }

Describe the benefit of this proposed enhancement

Allow for better template processing in projects like py-animus-extensions

Code examples, pseudo code or any other technical description of the proposal

n/a