Hello, there is an .ini file, it has the following content:
`[MAIN] att=9 w_obnaruz=1` How to use a .json file with this content:
`{ "w_obnaruz": { "ini section": "MAIN", "json name": ["main", "detect"], "val": "bool(old)" }, "att": { "ini section": "MAIN", "json name": ["main", "att"], "val": "old" } }` get the output .json file of such a plan:
`{ "main": { "detect": True, "att": 9 } }`