A collection of tools for encoding, decoding, and data format conversions.
This plugin package contains the following workflows:
Workflow | Description |
---|---|
Base64 Encode | Encode a string to Base64 |
Base64 Decode | Decode a Base64 string |
Form Data to JSON | Convert Form Data to JSON |
HTML Decode Everything | Decode HTML entities |
HTML Encode Everything | Encode HTML entities |
JSON Escape | Escape a JSON string |
JSON to Form Data | Convert JSON to Form Data |
JSON to XML | Convert JSON to XML |
JSON Unescape | Unescape a JSON string |
URL Decode | Decode a URL encoded string |
URL Encode | Encode a URL |