.
globalscope.json:
"object1": {
"thing1": "",
"thing2": "",
"thing3": ""
},
"search": {
"tracking": {
"crawl": false,
"index": true
}
}
localscope.json
"object1": {
"thing1": "some",
"thing2": "new",
"thing3": "data"
},
"search": {
"tracking": {
"crawl": true, /* !! It should update the booleans etc */
"index": true
},
"somethingnew": 777 /* !! new values would be awesome but not essential */
}
.
I found what looks to be a solution using C#, but I need JS / Node please.
I'm looking for an agnostic tool, although defining a schema in the beginning would be ok too.
.