Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
3.87k
stars
255
forks
source link
Incorrect nesting of Object when value is Object and Object properties contain a colon #393
Open
dbrixey opened 3 years ago
Hi,
This looks similar to issue https://github.com/indexzero/nconf/issues/301, but is still present.
nconf version - ^0.11.3 node version - v14.18.1
Example code:
I expect the object structure of 'metaData' to be preserved.
output of default.json:
FWIW I tried the beta version and still experienced the issue.