Код: Выделить всё
$basis = file_get_contents("http://content.warframe.com/PublicExport/Manifest/ExportWeapons_en.json!00_mrFPI-tnYdaXwZkA8dRNaA");
$wps = json_decode($basis,true);
print(is_array($wps));
Как это будет массив?
Подробнее здесь: https://stackoverflow.com/questions/790 ... -json-file