I have a log file that essentially outputs as a dictionary for each line (see below). I thought this would suffice for json formatting but json.load fails. What am I missing to allow this log file to be converted to a json file?
{"level": "INFO", "time": 1642390096.165287}
{"level": "DEBUG", "time": 1642390096.165288}