I am working on SpringMVC, I am passing data from ajax to controller but i got null value in my controller please check my code below
function searchText() {
If you can manage to pass your whole json in one query string parameter then you can use rest template on the server side to generate Object from json, but still its not the optimal approach