Reputation: 1
How to convert json string to xml using JavaScriptSerializer?
Upvotes: 0
Views: 897
Reputation: 944
First you need to convert json to object with http://nuget.org/packages/newtonsoft.json and object to xml with XMLSerializer
Upvotes: 1