I am trying to receive and parse a JSON object sent in a POST request using Codeigniter but I cannot \"find\" it.
This is my controller code:
public
Try this code, it will output an array with all your parameters.
$this->input->raw_input_stream; $input_data = json_decode($this->input->raw_input_stream, true);
$input_data will return array
$input_data