vehicle_parser 0.1.0

Parse data about vehicles to json
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "acceleration": "7.5",
  "brand": "Toyota",
  "class": "Sedan",
  "dimensions": {
    "height": "1400",
    "length": "4500",
    "width": "1800"
  },
  "engine": {
    "power": "150",
    "type": "Petrol",
    "volume": "2"
  },
  "max_speed": "220",
  "model": "Corolla",
  "year": "2021"
}