<?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" }]'; $j2 = '{ "Texto": " VENDO O PERMUTO", "imageJob": { "pathConvertido": "ClasificadosPNG/0011311247.png", "convertido": true, "id": 5011 }, "rubroClasificado": { "CodigoRubro": 150, "id": 76 } }'; $j1 = json_decode($j1, true); $j2 = json_decode($j2, true); $j1[] = $j2; var_dump(json_encode($j1));
You have javascript disabled. You will not be able to edit any code.