Hello,
I just exported my whole rule base using sk120342 and I am now trying to write a python script to parse through rules json file, but for some reason it keeps erroring out saying its not a valid json file. I tried running this through a json validator and it keeps saying there are multiple root elements, so in order to fix that I just enclosed the entire thing into {json data} and that seemed to fix that issue. But now I am running into another issue which is this
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes:
does anyone know how to have that export utility export in a valid json format? Or is there a way to fix this issue so I can parse through this json file?
Any help is very much appreciated.