TypeError: Converting circular structure to JSON

TypeError: Converting circular structure to JSON

i got error message when posting data through Ajax

TypeError: Converting circular structure to JSON

$.ajax({
                        "url": " http://www.test.com",
                        "crossDomain": true,
                        "type": "GET", "dataType": "jsonp",
                        "jsonpCallback": "mycb",
                        "data": {
                            "email": " xyz@test.com", 
                            "name": "amit",
                            "url": " http://www.test.com/"
                        }
                    });