JSON.Net and Typed Datasets

Does anyone know if JSON.net can serialize / deserialize typed datasets in asp.net? Or, if not, are there any other options for this?

I looked around but couldn't find anything in the JSON.net docs that explicitly said yes for typed dataset support.

Thanks!

Eric

+1


a source to share


1 answer


I guess yes. I used the typed collection version of JSON.net and it worked very well.



+1


a source







All Articles