posted 11 years ago
Hi,
I am sending Json Object as string using HttpServletRequest Object. I have problem while parsing string as hashmap. My code snippet as below :
Java Script :
Above is a javascript code which i am using and sending json object as string using httpServletRequest.
When I am using like below code it is working fine.
Java Code :
But If I am using like below
Java Code :
Same is not working. Can anybody helps in this.