<?
$s=json_decode(preg_replace('/,(?=,)/m', ',""', file_get_contents("veri.txt")),1);
print_r($s);
?>