mirror of
https://github.com/ada-dmitry/python_ada.git
synced 2026-09-24 01:10:25 +00:00
6 lines
106 B
Python
6 lines
106 B
Python
import json
|
|
|
|
with open('hub\data.json') as f:
|
|
data = json.load(f)
|
|
|
|
print(data["events_data"][0]['id']) |