1

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

Termininja
  • 6,167
  • 12
  • 45
  • 48
Charitha
  • 477
  • 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,734
  • 6
  • 43
  • 69
  • 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