Well, here is the story:
I have some data need to send to server, but they should turned into JSON dataType first.
I made such ajax call:
Also, is necesary can create a parameter and assign the value with JSON.stringify
.... data: "jsonString="+JSON.stringify(data), ...