Socket
Socket
Sign inDemoInstall

node-red-contrib-json

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-json

A collection of Node-RED nodes for processing JSON.


Version published
Maintainers
1
Created
Source

node-red-contrib-json

A collection of Node-RED nodes for processing JSON objects, particularly selecting data from them.

Install

From your node-red directory:

npm install node-red-contrib-json

Note that the jq node needs to be able to run the jq command line program. See the jq site for installation instructions.

Usage

The nodes in this collection (JSONPath, JSONSelect, and jq) operate in essentially the same way. When a message arrives, the node applies an expression to select out properties from the incoming object. The selected property values are then sent out via the outgoing msg.payload.

Details for how to correctly create an expression differ by tool:

Keywords

FAQs

Package last updated on 28 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc