Math processes objects by applying mathematic operations.

Interpretation Methods

The processor supports these interpretation methods:

  • object (array)

Options

FieldTypeDescriptionRequired
operationstringdetermines the operator applied to the values.

must be one of:
- add
- subtract
- multiply
- divide
Yes

Use Cases

Adding Values

If the operator is add, then the result is:

{"a":[1,3]}
{"a":4}