The file isn't recognized by python i think , cause i had this error:
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
using just a simple code :
with open("E:/SteamLibrary/steamapps/common\Kerbal Space Program 2/test.json", 'r') as file:
data = json.load(file)