{
"version": "15.1",
"count": 8,
"data": [
{
"furit_items": [
{
"price": 12.6,
"base_price": 6.59,
"text": "banana",
"product_id": "1234",
"product_name": "banana",
"quantity": 1
}
],
"product_sub_total": 12.6,
"product_total": 12.6,
"shipments": []
}
]
}
This is my json data getting through a service.
Is this possible to add a new property {"quality":"good"} under "furit_items" object?