Hi,
As per my requirement, I need to send JSON format object to Spring controller and also need the JSON in Response.
Clarification: Suppose user entered Name and Age. Now I want to send the Name and age as a JSON object and then server will process the same and will return the response as JSON object. From the Response JSON object I will render the page .
To do the same, I need help about how to send the JSON object as Request / Or if Spring can convert the request by it self. Also how to get the JSON response..
Any help is appreciable.


Reply With Quote