forked from werhereitacademy/Python_Modul_Week_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleden.json
More file actions
42 lines (42 loc) · 688 Bytes
/
leden.json
File metadata and controls
42 lines (42 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"id": "10001",
"ad": "Luke Skywalker"
},
{
"id": "10002",
"ad": "Leia Organa"
},
{
"id": "10003",
"ad": "Harry Potter"
},
{
"id": "10004",
"ad": "Hermione Granger"
},
{
"id": "10005",
"ad": "Ron Weasley"
},
{
"id": "10006",
"ad": "Frodo Baggins"
},
{
"id": "10007",
"ad": "Aragorn"
},
{
"id": "10008",
"ad": "Gandalf"
},
{
"id": "10009",
"ad": "Darth Vader"
},
{
"id": "10010",
"ad": "Severus Snape"
}
]