1

How can I convert XML to JSON and JSON to XML back in my C# application?

Termininja
  • 6,620
  • 12
  • 48
  • 49
Charitha
  • 517
  • 2
  • 7
  • 20
  • 2
    http://stackoverflow.com/questions/814001/json-net-convert-json-string-to-xml-or-xml-to-json-string – kapa Aug 15 '12 at 08:41

1 Answers1

1

This might work: http://www.phdcc.com/xml2json.htm

Anemoia
  • 7,928
  • 7
  • 46
  • 71
  • Yes its working. But i'm looking for a well tested dll. because some time this may have some limitation to convert to some data types. – Charitha Feb 24 '11 at 10:53