Cómo decodificar JSON y combinar nuevamente en PHP
<?php
$array[] = json_decode($json1, true);
$array[] = json_decode($json2, true);
?>
Troubled Turkey
<?php
$array[] = json_decode($json1, true);
$array[] = json_decode($json2, true);
?>