users: (6) [{"id":1,"login":'Admin'}, null, null, null, null, null]
route: true
spectators: null
users: (6) [{"id":1,"login":'Admin'}, {"id":2,"login":'NickLogin'}, null, null, null, null]
<?php
$json = [
[
["id"=>1,
"login"=>'Admin'
],
null,
null,
null,
null,
null
],
'route' => true,
'spectators' => null
];
echo json_encode($json);