How to create the Google DataTable JSON expected source using C#?
How can I create the JSON source expected by the google.visualization.datatable using C#? Obviously using the JavaScriptSerializer is out of the question since the expected JSON has a weird structure as described on the documentation: var dt = new google.visualization.DataTable( { cols: [{id: 'task', label: 'Task', type: 'st...