Simplest json in php
$myJson = array('numbers' => array(1, 2, 3));
echo json_encode($myJson);
0
solved PHP: can’t decode JSON from string [closed]
Simplest json in php
$myJson = array('numbers' => array(1, 2, 3));
echo json_encode($myJson);
0
solved PHP: can’t decode JSON from string [closed]