ArrayGetArrayByPath

returns the array at the position defined by a path

ArrayGetArrayValuesByPath

Outputs all the values of the properties of an array of objects given a path

ArrayGetNumberByPath

finds a number at a position in an array defined by path

ArrayGetObjectByPath

Returns the object at the position defined by a path

ArrayGetStringByPath

Finds a string at a position in an array defined by path

CopyObject

Creates a copy of a JSON object

CsvArray

parse CSV files as array

CsvColumnArray

get all values of a CSV column as array of strings

FilterValidObject

Filter valid objects

GateObject

Will only allow an Object to to be output if the the pass through parameter evaluates to true

GetStringFromObject

get string from object

HttpRequest

Request a json file and output an object (ajax, url, json)

Object

An empty Object

ObjectDeleteKey

Remove a Property from an Object by Key

ObjectFilterContentByKey

filter values from an object if key starts with input string

ObjectFunnel

outputs the last changed object

ObjectGetArrayByPath

returns the array at the position defined by a path

ObjectGetArrayValuesByPath

Outputs all the values of the properties of an array of objects given a path

ObjectGetArray

Returns an array from a JSON-object

ObjectGetNumberByPath

finds a number at a position in an object defined by path

ObjectGetNumber

Get a number from an object

ObjectGetObjectByPath

Returns the object at the position defined by a path

ObjectGetObject

Get an object from an object

ObjectGetString

Get string from object by key

ObjectGetStringByPath

Finds a string at a position in an object defined by path

ObjectIsNull

check if object is null or a valid object

ObjectKeys

returns an array of strings, which contain the keys of the object

ObjectMerge

merge key+values of two objects

ObjectOr

result is first connected valid object

ObjectRecorder

record objects and download as json file

ObjectSetArray

Set array by key in an object

ObjectSetColorArray

Set rgba array by key in an object

ObjectSetNumber

set number at key in an object

ObjectSetObject

set object as value in an object

ObjectSetString

set a string value by key in an object

ObjectStringify

Convert object to string

ObjectToArray

cast an object port to an array port

ObjectTrigger

set output object when triggered

ObjectValuesAsArray

extract all object values as an array

ParseObject

Parses a string to a JSON object

RouteObject

Route an object to an output port

SaveJsonFile

save/download an object as json file

SequenceObjects

control order and flow of objects

SwitchObject

Allows switching between objects

TriggerObjectSetNumber

set a number value of an object using trigger

TriggerObjectSetString

set a string value of an object using trigger