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

EmptyObject

An empty Object

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

ObjectGetArray

Returns an array from a JSON-object

ObjectGetNumber

Get a number from an object

ObjectGetObject

Get an object from an object

ObjectGetString

Get string from object by key

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