https://github.com/pearmaster/xml-json-parser
XML to JSON, JSON to XML parser based on https://github.com/abdmob/x2js. Modified for NPM usage
https://github.com/pearmaster/xml-json-parser
Last synced: 3 months ago
JSON representation
XML to JSON, JSON to XML parser based on https://github.com/abdmob/x2js. Modified for NPM usage
- Host: GitHub
- URL: https://github.com/pearmaster/xml-json-parser
- Owner: pearmaster
- Created: 2015-06-18T16:24:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T17:11:42.000Z (almost 10 years ago)
- Last Synced: 2025-01-25T19:07:49.515Z (4 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xml-json-parser
XML to JSON, JSON to XML transformer based on https://github.com/abdmob/x2js which is in turn just a clone of https://code.google.com/p/x2js/
Modified for NPM installation and Node.js usage.