I have a webservice returning data in Json format, Now i want to populate my Dataset.xsd using the json file, how can i achieve that?
Any sort of help will be really appreciated.
I have a webservice returning data in Json format, Now i want to populate my Dataset.xsd using the json file, how can i achieve that?
Any sort of help will be really appreciated.
You need to deserialize it from JS to C#. Look in to this already posted answer: Deserialize JSON with C#