Processors
Stringify Processor
Render an entire event’s JSON object into a single text string for downstream steps that require string input, such as the Encrypt processor.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Render an entire event’s JSON object into a single text string for downstream steps that require string input, such as the Encrypt processor.
| Before | After |
|---|---|
{ "host": "localhost", "port": 3030,"public": "../public/","paginate": {"default": 10,"max": 50},"mongodb": "mongodb://localhost:27017/api"} | { "host": "localhost", "port": 3030, "public": "../public/", "paginate": { "default": 10, "max": 50 }, "mongodb": "mongodb://localhost:27017/api" } |
Was this page helpful?
