Online documentation, manuals and tutorials
< All Topics
Print

JSONStringify

Description

Converts the Flow Value to a JSON string and sends it to the result output.

Properties

Specific

Value

EXPRESSION (any)

Flow value that will be converted into a JSON string.

Indentation

EXPRESSION (integer)

The indentation to be used in the generated JSON string.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

result

DATA(string) | MANDATORY

The constructed JSON string is sent through this output.

Examples

  • JSON
Page content