Skip to content

bojanbjelic/xml2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml2json xslt

xml2json xslt will transform XML into JSON format.

This blog post has more details.

Running tests

In the command line, run npm to install the dependencies, and then run the tests.

npm install
npm test