Mjerjawi
12/12/2021, 8:32 PM[
{
"name": "some tv",
"brand": "some tv brand",
"category": "televisions",
"variations": {
"size" : 55,
"type" : "LED",
"resolution": "1920x1080"
}
},
{
"name": "some phone",
"brand": "some phone brand",
"category": "smartphones",
"variations": {
"memory" : "8 GB",
"battery" : "5000mah",
"color": "red"
}
},
{
"name": "some keyboard",
"brand": "some keyboard brand",
"category": "keyboards",
"variations": {
"connection" : "USB",
"type" : "gaming",
"features": "backlit"
}
}
]