tool_protobuf
Decode Protobuf data into JSON output with adjustable mode and indentation.
Instructions
[data] Protobuf
Parameters:
data (string): Data
mode (string): Mode
indentSize (number): Indent
Outputs:
decoded (json): Decoded
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data | |
| mode | No | Mode | |
| decoded | No | Decoded | |
| indentSize | No | Indent |