desito07

Cars

Oct 26th, 2024 (edited)
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.63 KB | None | 0 0
  1. [
  2.     {
  3.       "modelId": 501,
  4.       "carName": "Tesla Model 3",
  5.       "yearOfManufacture": 2020,
  6.       "fuelEfficiency": 130.1,
  7.       "features": [ "Autopilot", "All-Electric", "Touchscreen Display"]
  8.     },
  9.     {
  10.         "modelId": 502,
  11.         "carName": "Honda Civic Type R",
  12.         "yearOfManufacture": 2021,
  13.         "fuelEfficiency": 28.2,
  14.         "features": [ "Turbocharged Engine", "Sport Seats", "Adaptive Suspension"]
  15.       },
  16.       {
  17.         "modelId": 503,
  18.         "carName": "Ford F-150",
  19.         "yearOfManufacture": 2021,
  20.         "fuelEfficiency": 24.3,
  21.         "features": [ "Hybrid Powertrain", "Pro Trailer Backup Assist", "Touchscreen Interface"]
  22.       },
  23.       {
  24.         "modelId": 504,
  25.         "carName": "Porsche 718 Boxster",
  26.         "yearOfManufacture": 2021,
  27.         "fuelEfficiency": 22.4,
  28.         "features": [ "Turbocharged Engine", "Sport Seats", "Adaptive Suspension"]
  29.       },
  30.       {
  31.         "modelId": 505,
  32.         "carName": "Chevrolet Corvette",
  33.         "yearOfManufacture": 2020,
  34.         "fuelEfficiency": 19.5,
  35.         "features": [ "Mid-Engine Design", "Leather Seating", "Performance Data Recorder"]
  36.       },
  37.       {
  38.         "modelId": 506,
  39.         "carName": "BMW 330i",
  40.         "yearOfManufacture": 2021,
  41.         "fuelEfficiency": 30.6,
  42.         "features": [ "TwinPower Turbo Engine", "iDrive System", "Dynamic Cruise Control"]
  43.       },
  44.       {
  45.         "modelId": 507,
  46.         "carName": "Mazda MX-5 Miata",
  47.         "yearOfManufacture": 2021,
  48.         "fuelEfficiency": 29.7,
  49.         "features": ["Rear-Wheel Drive", "Soft Top", "Lane Departure Warning System"]
  50.       }
  51. ]
  52.  
Advertisement
Add Comment
Please, Sign In to add comment