-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnexis.json
51 lines (51 loc) · 1.03 KB
/
nexis.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
{
"B-School": {
"to": [
"B-Park",
"S-West Street"
],
"day": "bg school",
"R-Main Entrance": {
"day": "bg main_entrance",
"C-Left Corridor": {
"day": "bg left_corridor",
"R-Club Room": {
"day": "bg club_day",
"afternoon": "bg club_afternoon"
},
"R-Classroom 2": {
"day": "bg class_room_day",
"afternoon": "bg class_room_afternoon",
"R-Closet": {
"day": "bg closet"
}
},
"R-Classroom 3": {
"day": "bg class_room_day",
"afternoon": "bg class_room_afternoon"
}
},
"C-Right Corridor": {
"day": "bg right_corridor",
"R-Man Bathroom": {
"day": "bg man_bathroom"
},
"R-Woman Bathroom": {
"day": "bg woman_bathroom"
}
}
}
},
"S-West Street": {
"to": [
"B-School"
],
"day": "bg w_street"
},
"B-Park": {
"to": [
"S-West Street"
],
"day": "bg park"
}
}