TypeError: Converting circular structure to JSON
i got error message when posting data through Ajax
TypeError: Converting circular structure to JSON
$.ajax({
"crossDomain": true,
"type": "GET", "dataType": "jsonp",
"jsonpCallback": "mycb",
"data": {
"name": "amit",
}
});