Overview
The Decode command provides functionality for:- Decoding base64+LZ4 compressed payloads into JSON
- Decoding base64+gzip compressed payloads into JSON
- Unwrapping SignalR envelopes including V3 R field format
Command Type
Command Type ID: 1023Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| encoding | string | The encoding used to decode the payload. Possible values: "base64+lz4", "base64+gzip" | No |
Usage Examples
Decode base64+LZ4 Payload
Decode base64+gzip Payload
Decode with Auto-detection
Common Use Cases
- SignalR Messages: Decode Betano/SignalR compressed payloads into readable JSON
- Compressed Responses: Handle LZ4 or gzip compressed binary data from WebSocket or HTTP sources
- V3 Envelope Unwrapping: Automatically unwrap SignalR V3 R field envelopes
Related Commands
- XML Parse - Parse XML payloads
- JSON Parse - Parse plain JSON strings
- Json Path - Extract fields from decoded output