how to send json array within json object type of data in post request to server in android
{
"user_id":"1",
"username":"shubham",
"order": [
{"product_id":"2",
"qty":"5",
"price":"100",
"total":"500",
"product_name":"choclate"
},
{"product_id":"1",
"qty":"2",
"price":"50",
"total":"500",
"product_name":"choclate"
}
]
}