Thanks @Hawkeye64 . But I need to separate below data in 3 different files similar to dotenv, is it possible to do so using QENV?
{
"development": {
"ENV_TYPE": "Running Development",
"ENV_DEV": "Development"
},
"production": {
"ENV_TYPE": "Running Production",
"ENV_PROD": "Production"
},
"test": {
"ENV_TYPE": "Running Test",
"ENV_Test": "Test"
}
}