StringifyArray
Return the string encoded with JSON from the whole array
javascript · Filters And Transformers
Source
return JSON.stringify(args.value)
README
Return the string encoded with JSON from the whole array
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | entirelist, transformer, general |
Inputs
| Argument Name | Description |
|---|---|
| value | The array to join if it has single element |
Outputs
There are no outputs for this script.