node-red-contrib-xml2
v0.1.2
Published
A Node-RED node to parse xml strings to json and vice-versa
Downloads
3
Readme
node-red-contrib-xml2
A Node-RED node to parse XML strings into JSON and vice-versa.
Install
Run the following command in your Node-RED user directory - typically ~/.node-red
npm i node-red-contrib-xml2
Usage
A function that converts the msg.payload
to and from XML format.
Uses the fast-xml-parser library.