Skip to content

noflo/noflo-objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object 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.

Changes

  • 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