How can I convert XML to JSON and JSON to XML back in my C# application?
            Asked
            
        
        
            Active
            
        
            Viewed 2,478 times
        
    1
            
            
        - 
                    2http://stackoverflow.com/questions/814001/json-net-convert-json-string-to-xml-or-xml-to-json-string – kapa Aug 15 '12 at 08:41
 
1 Answers
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