# format-json Emit events as `{payload: JSON(event)}`. Will be newline-delimited by default but can be customized via `indent` & `delimiter`. ## Config **Optional:** - `indent`: Number of spaces for indentation (default: 0 = compact) - `delimiter`: String to append after JSON (default: `\n`) ## Example ```yaml pipeline: format-json: config: indent: 0 delimiter: "" ```