Skip to content

A Node-RED module for flattening complex JSON objects and reconstructing them

License

Notifications You must be signed in to change notification settings

cjh-cloud/node-red-contrib-flatter

Repository files navigation

node-red-contrib-flatter

A Node-RED module for flattening complex JSON objects and reconstructing them

Build Status

This node uses the NPM package 'flat' to flatten a nested Javascript object in msg.payload, or unflatten an object with delimited keys.

To install & uninstall

$ cd ~/.node-red  
$ npm install /PATH/node-red-contrib-flatter  
$ npm uninstall node-red-contrib-flatter
$ node-red

Unit Testing

$ npm install --save-dev node-red-node-test-helper mocha node-red  
$ npm test

About

A Node-RED module for flattening complex JSON objects and reconstructing them

Resources

License

Stars

Watchers

Forks

Packages

No packages published