SIVA
SIVA

Reputation: 1

Use JavaScriptSerializer to convert Json to Xml

How to convert json string to xml using JavaScriptSerializer?

Upvotes: 0

Views: 897

Answers (1)

Khurshid
Khurshid

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

Related Questions