Published on January 26, 2024By DeveloperBreeze
$jsonString = file_get_contents('data.json');
$data = json_decode($jsonString, true);
print_r($data);
$jsonString = file_get_contents('data.json');
$data = json_decode($jsonString, true);
print_r($data);
Published on August 04, 2024
Comments
Please log in to leave a comment.