If your studentData object in your controller is null, the JSON.stringify(Student) is producing an object that is not proper JSON or an object that can not be parsed to your Stu object.
Verify that your JS Student object is correct, then verify the JSON you produce doing JSON.stringify