mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 10:18:58 +00:00
format
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
---
|
||||
title: Encode JSON
|
||||
sidebar:
|
||||
label: Encode
|
||||
order: 1
|
||||
label: Encode
|
||||
order: 1
|
||||
---
|
||||
|
||||
This processor will encode an incoming object into a JSON byte array. This processor will return an error if the message being processed is not able to be serialized as JSON.
|
||||
|
||||
- **type**: `json.encode`
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```yaml
|
||||
- type: json.encode
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user