An open API service indexing awesome lists of open source software.

https://github.com/bojanbjelic/xml2json

Xml To Json
https://github.com/bojanbjelic/xml2json

json xml xml2json xslt

Last synced: 6 months ago
JSON representation

Xml To Json

Awesome Lists containing this project

README

          

# xml2json xslt
xml2json xslt will transform XML into JSON format.

This [blog post](http://www.bjelic.net/?p=1117) has more details.

## Running tests

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

```
npm install
npm test
```