Can data be converted from JSON to DataSet?
I have a JSON string with Multiple JSON Object. I would like to know how to deserialize Json string to DataSet. I have deserialize JSON string to DataTable. It works fine but I would like to know how to convert…