<?php $j1 = '[{"id":"1","texto":"Vamos newells 17471934","fecha":"2019-06-24 12:09:12","categoria":"1","idpayment":"Reference_1561388952","provincia":"1","estado":"NO","email":"newells@gmail.com"}]'; $j1arr = json_decode($j1, true); $j2 = ' { "Texto": " VENDO O PERMUTO", "imageJob": { "pathConvertido": "ClasificadosPNG/0011311247.png", "convertido": true, "id": 5011 }, "rubroClasificado": { "CodigoRubro": 150, "id": 76 } }'; $j2arr = json_decode($j2, true); $r = array_merge($j1arr[0], $j2arr); print_r($r);
You have javascript disabled. You will not be able to edit any code.