Object Utilities for NoFlo
npm install noflo-objectsObject Utilities for NoFlo 
===============================
This package provides utility components to manipulate objects in
NoFlo.
An object in this context isn't an object in the sense of OOP, but in
the sense of a native JavaScript object, or basically a hash/dictionary.
These components let you manipulate them as IPs in NoFlo.
* 0.7.0 (September 09 2020)
- New component for getting object values via JSONPath expressions
- New component for comparing object values with a JSONPath expression
* 0.6.0 (September 02 2020)
- Converted from CoffeeScript to ES6
* 0.5.0 (November 27 2017)
- Added GetRandomMember component for choosing a random member from an array