You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
492 B
30 lines
492 B
2 years ago
|
{
|
||
|
"id": "123",
|
||
|
"imp": [
|
||
|
{
|
||
|
"id": 123,
|
||
|
"width": 144,
|
||
|
"height": 122,
|
||
|
"title": "example1",
|
||
|
"url": "example.com",
|
||
|
"price": 123.5
|
||
|
},
|
||
|
{
|
||
|
"id": 123,
|
||
|
"width": 155,
|
||
|
"height": 133,
|
||
|
"title": "bestoption",
|
||
|
"url": "bestoption.com",
|
||
|
"price": 143.8
|
||
|
},
|
||
|
{
|
||
|
"id": 123,
|
||
|
"width": 155,
|
||
|
"height": 133,
|
||
|
"title": "notabestoption",
|
||
|
"url": "notabestoption.com",
|
||
|
"price": 100.8
|
||
|
}
|
||
|
]
|
||
|
}
|