$file = new File('/path/to/file'); $myjson = $file->read(true, 'r'); $myjsonarray = json_decode($json);