pyhocon
pyhocon copied to clipboard
Q: overwrite dict/list instead of merge?
Is it possible to overwrite a dict/list instead of merging? I have a situation where a base configuration sometimes defines a dict that I won't need "higher up", but things always seem to get merged.
Hocon is designed to merge objects instead of overwriting it. As a work around, you can set it to null to clear default values, as suggested in the Specs