Код: Выделить всё
$content= file_get_contents( '.../student.json');
$info = json_encode($content,true);
print_r($info);
Код: Выделить всё
Array
( [ID] => 1575
[Header] => Array
(
[CreateDate] => 2017-04-01T05:41:46.2653231+02:00
[CreateUser] => [Country] => 105
[CountryName] => Array ( [Caption] => Country [Value] => UK )
[CountryCode] => Array ( [Caption] => [Value] => )
[Nationality] => [NationalityNo] => 23509 [StudentNo] => 1001
[ConfirmStatus] => Confirmed
[Language] => EN [TotalArea] => 100
)
)
Подробнее здесь: https://stackoverflow.com/questions/526 ... -json-file