-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSample1.json
More file actions
39 lines (39 loc) · 814 Bytes
/
Sample1.json
File metadata and controls
39 lines (39 loc) · 814 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
{
"MODULE_NAME": "RUNROUTE",
"FUNCTION_ID": "02",
"FDATA": {
"DETAILS": {
"trn_number": "77700",
"src_stn_code": "DRD",
"via_stn_code": "NIG",
"dst_stn_code": "CCG",
"slow_fast": "S",
"jrny_dst": "200",
"arv_time": "11:11",
"dep_time": "11:11",
"total_coach": "6",
"h_coach": "1/0",
"ladies_spl": "N"
},
"STATION": [
{
"stn_code": "DRD",
"stn_name": "DAHANU ROAD",
"wait_time": "1",
"platform_left": "true"
},
{
"stn_code": "VGN",
"stn_name": "VANGAON",
"wait_time": "1",
"platform_left": "true"
},
{
"stn_code": "BOR",
"stn_name": "BOISAR",
"wait_time": "1",
"platform_left": "true"
}
]
}
}