I'm getting data into a dataset object from a database and then on the server side I want to bind the dataset to the jQuery table, but the table accepts a JSON object.
How do I convert the DataSet object into JSON to pass through to the jQuery table?