Retrieving JSON Object Literal from HttpServletRequest
Posted
by DarthMaul
on Stack Overflow
See other posts from Stack Overflow
or by DarthMaul
Published on 2009-10-10T18:57:02Z
Indexed on
2010/03/30
15:03 UTC
Read the original article
Hit count: 605
I am writing code that needs to extract an object literal posted to a servlet. I have studied the API for the HttpServletRequest object, but it is not clear to me how to get the JSON object out of the request since it is not posted from a form element on a web page.
Any insight is appreciated.
Thanks.
© Stack Overflow or respective owner