$routing['bgpPeer_id'], 'hostname' => generate_device_link($routing), 'bgpPeerIdentifier' => $routing['bgpPeerIdentifier'], 'bgpPeerRemoteAs' => $routing['bgpPeerRemoteAs'], 'bgpPeerDescr' => $routing['bgpPeerDescr'], ]; } $output = ['current'=>$current, 'rowCount'=>$rowCount, 'rows'=>$response, 'total'=>$total]; echo json_encode($output, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);