© 2026 Hedgehog Software, LLC
$datas = file_get_contents('getCharacters.json'); $datas = json_decode($datas); var_dump($datas[0]);