Recursively parses and resolves a configuration object. Handles "globalConfig" merging, nested URLs, arrays, and indirect references.
For every key-value pair:
The input (possibly partially resolved) config object.
Fully resolved object.
const obj = await parseConfigFromJson({foo: "bar.json"}); Copy
const obj = await parseConfigFromJson({foo: "bar.json"});
Recursively parses and resolves a configuration object. Handles "globalConfig" merging, nested URLs, arrays, and indirect references.
For every key-value pair: