Can any one let me know how to retreive a JSON from a HTTP Post request.
A third party server(Stripe) sends a HTTP Post request which contains a json in it's body.
How can I retrieve the values from a controller(Spring).
I have seen many articles but couldn't figure out how to do it.
Can anyone cite some examples using
java.