Answers for "json decode array inside array php"

PHP
1

php decode json object

<?php

$json = '{"firstName":"Peter","lastName:":"Silva","age":23}';

$personInfo = json_decode(json);

echo $personInfo->age;

?>
Posted by: Guest on October-22-2020
0

json_decode php multidimensional array

{"Isp":[{"id":1,"Name":"gmail","list_name":"vl_leanding","path":"gmail\/vl_leanding.txt","created_at":"2020-12-05T16:58:20.000000Z","updated_at":"2020-12-05T16:58:20.000000Z"}],"Offre":{}}
Posted by: Guest on December-05-2020

Browse Popular Code Answers by Language