test_json
Главная
$url = file_get_contents('https://www.cbr-xml-daily.ru/daily_json.js'); $content = json_decode($url, true); echo print_r($content);