xml-json

2.0.2 • Public • Published

xml-json

convert xml to json on the command line, streaming and pure JS. extracts all matched xml elements by node name and stream them out at line delimited JSON. can only match one node name at a time.

NPM

usage

you must specify both a input stream and a xml node filter. conversion of all input xml is not supported at this time. all nodes that match your filter node name will be returned one at a time as JSON.

npm install xml-json -g
xml-json <file> <xml node name>

or cat something.xml | xml-json <xml node name>

examples

curl "http://news.yahoo.com/rss/entertainment" | xml-json item
xml-json data.xml entry

/xml-json/

    Package Sidebar

    Install

    npm i xml-json

    Weekly Downloads

    522

    Version

    2.0.2

    License

    BSD

    Last publish

    Collaborators

    • maxogden