I am trying to make my JSON POST request working, when I set it to form-encoded request I can display all the ?args=values&args=values by $this->response($this->post(),200); but when I change id to json-encoded POST input, I get as response [] - why is that?