tool_jce
Decode data using JCE by supplying the input and mode, returning the decoded output.
Instructions
[data] JCE
Parameters:
data (string): Data
mode (string): Mode
Outputs:
decoded (json): Decoded
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data | |
| mode | No | Mode | |
| decoded | No | Decoded |