Im trying to send a json file in post request. this json contains a list, but the list is sent empty although the rest of the values are assigned. here is the json argus
'post_argus= {"fileName"=>"T", "Available"=>"yes", "Devices"=>[{"Device"=>"PC"}, {"Device"=>"iPad"}, {"Device"=>"iPhone"}]}'
Devices list is empty but fileName and available have values. any help?