JSON Viewer & Editor: Repair, Fix, and Beautify JSON Online
{
"make": "Toyota",
"model": "Camry",
"year": 2022,
"color": "Silver",
"features": [
"Automatic Transmission",
"GPS Navigation",
"Bluetooth Connectivity",
"Heated Seats",
"Rearview Camera",
"Adaptive Cruise Control",
"Lane Departure Warning",
"Apple CarPlay",
"Android Auto"
],
"engine": {
"type": "2.5L 4-Cylinder",
"horsepower": 203,
"fuel_type": "Gasoline"
},
"dimensions": {
"length_in": 192.1,
"width_in": 72.4,
"height_in": 56.9
},
"fuel_economy": {
"city_mpg": 28,
"highway_mpg": 39
},
"price": {
"msrp": 25495,
"currency": "USD"
},
"warranty": {
"basic": "3 years/36,000 miles",
"powertrain": "5 years/60,000 miles"
},
"safety_ratings": {
"nhtsa": 5,
"iihs": "Top Safety Pick+"
},
"description": "The 2022 Toyota Camry is a stylish and reliable midsize sedan that offers a comfortable ride, advanced safety features, and excellent fuel efficiency."
}