JSON Stringify node
The JSON Stringify node takes a value (such as an object) and converts it into a JSON string representation.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
JSON stringify: Convert an object or an object variable into a JSON string.
- Space: Define the indentation level used to format the output JSON string. This is useful for improving readability.
-
Save in the flow store: Save the result into a variable for reuse by other nodes. See Save in the flow store for details.
Default output node
- Success
- Failure
JSON metadata
{
"name": "json_stringify",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "JSON Stringify"
}, {
"lang": "it",
"value": "JSON Stringify"
}
],
"nodeName": "JsonStringify",
"index": 8,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}