2
2.868
$json = file_get_contents("ornek.json"); $json = json_decode($json, true); echo $json['title'];