i have:
stdClass Object ( [0] => stdClass Object ( [one] => aaa [two] => sss ) [1] => stdClass O
Cast it to an array:
$array = (array)$stdClass;