StringifyArray

Return the string encoded with JSON from the whole array

javascript · Filters And Transformers

Details

IDStringifyArray
Languagejavascript
From Version6.0.0
Tagsentirelist transformer general

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.

return JSON.stringify(args.value)