mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-13 09:33:38 +00:00
work on auto-generating parts of docs from JSONSchema
This commit is contained in:
@@ -4,10 +4,11 @@ sidebar:
|
||||
label: Decode
|
||||
order: 2
|
||||
---
|
||||
import SchemaInfo from '../../../../components/SchemaInfo.astro';
|
||||
|
||||
Convert an incoming byte array or raw string into a JSON object. This processor will return an error if the message being processed is not an array of bytes or a raw string, or if the bytes/string cannot be parsed as JSON.
|
||||
|
||||
- **type**: `json.decode`
|
||||
<SchemaInfo type="processor" id="json.decode"/>
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user