test-data/main.py
confestim c0a2f9880d tes
2023-05-21 15:11:24 +02:00

6 lines
155 B
Python

import json
with open("example_game.json", "r") as f:
data = json.load(f)
print([x["player"]["summonerName"] for x in data["participantIdentities"]])