I am sending data from my local machine to server using CURL. And the data is multidimensional array.
CURL
Array ( [0] => stdClass Object (
$param['sub_array'] = json_encode($sub_array);
and on the other side
$sub_array= json_decode($_POST['sub_array']);