I\'m trying to execute a web service which returns a DataTable with the following piece of code:
$.ajax({ type: \"POST\", url: url, data: d
Json.NET has the ability to write DataSets/DataTables to JSON.
http://james.newtonking.com/archive/2008/09/06/dataset-datatable-serialization-with-json-net.aspx