JSFiddle - React, Tailwind, and code Playground
JavaScript
{
"Automobiles": 1234,
"Cars": [
{
"Toyota": [
"Lexus",
"Camry",
"Corolla"
]},
{
"Honda": [
"Civic",
"Accord",
"Acura"
]}
],
"Bikes": [
{
"Yamaha": [
"Ex",
"Dx",
"Lx"
]},
{
"Suzuki": [
"1x",
"2x",
"3x"
]}
]
}