Parsing Serialized JSON DataSet using Jquery
- by Zachary Carter
Hello all, and thanks for reading.
I wrote a web service which is called through jsonp, and returns a .Net 3.5 DataSet which I then want to parse using jquery. It appears that the getJson() method is working fine as far as parsing the json goes. The following request -
…