Overview Version History Q & A Rating & Review
This extension allows you to:
This extension provides essential text encoding and conversion utilities for developers:
Encode string to Base64
Decode Base64 to string
Decode JWT string (Simple and Advanced Webview)
Convert CSV to JSON
Commands
Convert to Base64 (extension.base64Encode
): Encode selected text or document to Base64.
Convert from Base64 (extension.base64Decode
): Decode Base64 string to text.
Decode JWT (Simple) (extension.decodeJwt
): Decode JWT string and show payload.
Decode JWT (Advanced Webview) (extension.decodeJwtAdvanced
): Decode JWT string with advanced inspection in a Webview.
Convert CSV to JSON (extension.convertCsvToJson
): Convert selected CSV text or document to JSON format.
Convert to JavaScript (extension.convertToJavascript
): Convert selected text or document to JavaScript object.
Convert CSV to JSON (extension.convertCsvToJson
): Convert selected CSV text or document to JSON format.
Usage
All commands are available from the Command Palette (Ctrl+Shift+P
or Cmd+Shift+P
) and the editor context menu (right-click with text selected).
Example Workflow
Select text in the editor and right-click to access encoding/decoding commands.
Use "Convert CSV to JSON" to quickly transform CSV data into JSON format.
Use "Decode JWT (Advanced Webview)" for detailed JWT inspection, including header, payload, expiry, and signature status.
Features
Fast Base64 encode/decode for selected text
JWT decode with expiry and algorithm security check
Advanced JWT inspection in a Webview
CSV to JSON conversion for selected text or entire document