I want to show response in json format in controller and don't want to move in view. So, please let me any way so that I can show json response.
Here is the code where i want to add json headers.
$result = $this->mod_doc->get_list();
echo json_encode($result);