Merhabalar,

aşağıdaki kod işinizi görecektir.

$json = file_get_contents("ornek.json");
$json = json_decode($json, true);

echo $json['title'];