-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeater_data.json
56 lines (54 loc) · 1.58 KB
/
theater_data.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"theaters": {
"pvr-mumbai": {
"name": "PVR Cinemas - Mumbai",
"screens": {
"gold": {"price": 400, "total_seats": 2},
"max": {"price": 300, "total_seats": 5},
"general": {"price": 200, "total_seats": 10}
}
},
"inox-delhi": {
"name": "INOX - Delhi",
"screens": {
"gold": {"price": 400, "total_seats": 2},
"max": {"price": 300, "total_seats": 5},
"general": {"price": 200, "total_seats": 10}
}
},
"cinepolis-bangalore": {
"name": "Cinepolis - Bangalore",
"screens": {
"gold": {"price": 400, "total_seats": 2},
"max": {"price": 300, "total_seats": 5},
"general": {"price": 200, "total_seats": 10}
}
}
},
"movies": {
"inception": {
"name": "Inception",
"date_time": "10/28/2024, 2:30:00 PM"
},
"avatar": {
"name": "Avatar",
"date_time": "10/29/2024, 6:00:00 PM"
},
"joker": {
"name": "Joker",
"date_time": "10/30/2024, 9:00:00 PM"
},
"moana": {
"name": "Moana",
"date_time": "01/05/2025, 10:00:00 PM"
},
"moana 2": {
"name": "Moana 2",
"date_time": "01/05/2025, 11:30:00 PM"
},
"avatar 2": {
"name": "avatar 2",
"date_time": "01/05/2025, 11:45:00 PM"
}
}
}