Skip to content

SeNeReKo/LibXMLToJSON_CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibXMLToJSON_CSharp

The library LibXMLToJSON provides a simple XML to JSON converter. Ir produces output that conforms to the conventions introduced by David Calhoun on https://github.com/davidcalhoun/jstoxml .

This library makes use of the free JSON library provided at https://json.codeplex.com/ .

Usage example:

XmlDocument doc = new XmlDocument();
doc.Load(SOME_FILE_PATH);
JObject jobj = XMLToJSON.ToJSON(doc);

About

Simple XML to JSON converter for C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages