I have INI file, it contains next:
{
"input": {
"json": "good.json",
"csv": "good.csv",
"encoding": "utf-8"
},
"output": {
"fname": "res.txt",
"encoding": "utf-8"
}
}
so basically inside ini file I have json. I can no find a way to work with keys inside the file without using configparser . Please help