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
- Host: GitHub
- URL: https://github.com/bojanbjelic/xml2json
- Owner: bojanbjelic
- License: mit
- Created: 2012-04-26T09:57:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T16:53:21.000Z (over 8 years ago)
- Last Synced: 2024-11-06T14:42:39.863Z (12 months ago)
- Topics: json, xml, xml2json, xslt
- Language: JavaScript
- Size: 7.81 KB
- Stars: 34
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```