Nechba commited on
Commit
4ee5d65
1 Parent(s): 7ed5150

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -30
README.md CHANGED
@@ -38,42 +38,71 @@ Each key in the JSON object represents a column header, and the corresponding va
38
  #### Answer:
39
  ```json
40
  {
41
- "aircraft": {
42
- "0": "robinson r - 22",
43
- "1": "bell 206b3 jetranger",
44
- "2": "ch - 47d chinook",
45
- "3": "mil mi - 26",
46
- "4": "ch - 53e super stallion"
 
 
47
  },
48
- "description": {
49
- "0": "light utility helicopter",
50
- "1": "turboshaft utility helicopter",
51
- "2": "tandem rotor helicopter",
52
- "3": "heavy - lift helicopter",
53
- "4": "heavy - lift helicopter"
 
 
54
  },
55
- "max gross weight": {
56
- "0": "1370 lb (635 kg)",
57
- "1": "3200 lb (1451 kg)",
58
- "2": "50000 lb (22680 kg)",
59
- "3": "123500 lb (56000 kg)",
60
- "4": "73500 lb (33300 kg)"
 
 
61
  },
62
- "total disk area": {
63
- "0": "497 ft square (46.2 m square)",
64
- "1": "872 ft square (81.1 m square)",
65
- "2": "5655 ft square (526 m square)",
66
- "3": "8495 ft square (789 m square)",
67
- "4": "4900 ft square (460 m square)"
 
 
68
  },
69
- "max disk loading": {
70
- "0": "2.6 lb / ft square (14 kg / m square)",
71
- "1": "3.7 lb / ft square (18 kg / m square)",
72
- "2": "8.8 lb / ft square (43 kg / m square)",
73
- "3": "14.5 lb / ft square (71 kg / m square)",
74
- "4": "15 lb / ft square (72 kg / m square)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  }
76
  }
 
77
  ```
78
 
79
  ### Example 2:
 
38
  #### Answer:
39
  ```json
40
  {
41
+ "date": {
42
+ "0": "1st",
43
+ "1": "3rd",
44
+ "2": "4th",
45
+ "3": "11th",
46
+ "4": "17th",
47
+ "5": "24th",
48
+ "6": "25th"
49
  },
50
+ "opponent": {
51
+ "0": "bracknell bees",
52
+ "1": "slough jets",
53
+ "2": "slough jets",
54
+ "3": "wightlink raiders",
55
+ "4": "romford raiders",
56
+ "5": "swindon wildcats",
57
+ "6": "swindon wildcats"
58
  },
59
+ "venue": {
60
+ "0": "home",
61
+ "1": "away",
62
+ "2": "home",
63
+ "3": "home",
64
+ "4": "home",
65
+ "5": "away",
66
+ "6": "home"
67
  },
68
+ "result": {
69
+ "0": "won 4 - 1",
70
+ "1": "won 7 - 3",
71
+ "2": "lost 5 - 3",
72
+ "3": "won 7 - 2",
73
+ "4": "lost 3 - 4",
74
+ "5": "lost 2 - 4",
75
+ "6": "won 8 - 2"
76
  },
77
+ "attendance": {
78
+ "0": 1753,
79
+ "1": 751,
80
+ "2": 1421,
81
+ "3": 1552,
82
+ "4": 1535,
83
+ "5": 902,
84
+ "6": 2124
85
+ },
86
+ "competition": {
87
+ "0": "league",
88
+ "1": "league",
89
+ "2": "league",
90
+ "3": "league",
91
+ "4": "league",
92
+ "5": "league",
93
+ "6": "league"
94
+ },
95
+ "man of the match": {
96
+ "0": "martin bouz",
97
+ "1": "joe watkins",
98
+ "2": "nick cross",
99
+ "3": "neil liddiard",
100
+ "4": "stuart potts",
101
+ "5": "lukas smital",
102
+ "6": "vaclav zavoral"
103
  }
104
  }
105
+
106
  ```
107
 
108
  ### Example 2: