First below codes are my spring RESTful Server controller class.
And the following codes are Ajax
Java script with jquery.
The
in java script prints below value.
But
in restcontroller prints the following value.
I am afraid the generated json value of jquery javascript bring some error. But I hava no idea how to make proper json type value.
Any idea will be deeply appreciated. Thansk.