0

I'm trying to send a list of selected items with count by AsyncTask

 data:{ 
 id : 1
 tokend : xxxx
 objects :{ 0:{id:1,count:4} , 1:{id:3,count:2} }
 }
Faysal Ahmed
  • 7,501
  • 5
  • 28
  • 50
  • Possible duplicate of [How to send a JSON object over Request with Android?](https://stackoverflow.com/questions/3027066/how-to-send-a-json-object-over-request-with-android) – Bertrand Martel Jul 01 '17 at 23:30
  • @BertrandMartel In this case, we have two Json inside that have internal keys equal – peyman rahmani Jul 01 '17 at 23:40

0 Answers0