0.1.2 • Published 2 years ago

node-red-contrib-xml2 v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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.