Hi,
I am sending POST request with JSON String and i need something like this in the controller.

login(@RequestParam("json") JSONObject json)
{
//
}


I dont want to use @RequestBody. Please help me.