mirror of
https://github.com/ada-dmitry/python_ada.git
synced 2026-09-24 01:10:25 +00:00
added many files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import json
|
||||
|
||||
with open('hub\data.json') as f:
|
||||
data = json.load(f)
|
||||
|
||||
print(data["events_data"][0]['id'])
|
||||
Reference in New Issue
Block a user