Некоторое время массив "box" содержит словари, иногда пустые ("box": []). Я пытался много раз, но каждый раз это терпит неудачу и показывает мне эту ошибку.
Ошибка :: Данные не могут быть прочитаны, потому что они не в правильном формате.
{
"id": 57,
"title": "PRIVATE SET :: Royal Blue Colour",
"description": "3 of your selected Fragrances from our Classic Line in an overwhelmingly unique Royal Blue wooden box.",
"volume": "",
"price": 0,
"sub-category": "Assemblage",
"image": "http://192.168.1.163/ramasaat/public/storage/images/Products/e0dc5e9d15704ccac5c0965e9e2c782e.jpg",
"related": [
{
"id": 55,
"title": "ELITE SET :: Royal Blue Colour",
"description": "8 of your selected Fragrances from our Classic Line in an overwhelmingly unique Royal Blue wooden box.",
"volume": "",
"price": 0,
"category": "Assemblage",
"sub-category": "Assemblage",
"image": "http://192.168.1.163/ramasaat/public/storage/images/Products/deb955bd41baac2e98ee026c28734fb1.jpg"
},
.
.
.
],
"num_item": 3,
===============> "box": [
{
"id": 1,
"title": "MAYYAS",
"description": "An unmistakable presence and a charming aura of musk with an oriental flair. This fragrance merges a mixture of contrasting scents flawlessly and is full of mystery and charisma.",
"price": 990,
"image": "http://192.168.1.163/ramasaat/public/storage/images/Products/07c44b5a8fea99804ac57520103f755e.jpg"
},
.
.
.
.
]
}