in prm800k/eval/eval.py [0:0]
def json_loads(s: str) -> Dict: try: return orjson.loads(s) except Exception: return json.loads(s) # fallback