php convertit objet en tableau imbriqué

$array = json_decode(json_encode($nested_object), true);
Innocent Ibis