pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

Decode Base64 to JSON

Readable JSON from Base64-encoded data

Encode/Decode
Input0 chars
Output0 chars

Examples

Decode a Base64 config payload from an API response

Usage
"eyJuYW1lIjoiQWxpY2UiLCJyb2xlIjoiYWRtaW4iLCJhY3RpdmUiOnRydWV9" | base64-decode | json-format

Read a Base64-encoded user profile from a webhook

Usage
"eyJ1c2VyX2lkIjo0MiwiZW1haWwiOiJ0ZXN0QGV4YW1wbGUuY29tIiwicGxh..." | base64-decode | json-format

Inspect a Base64 analytics event for debugging

Usage
"eyJldmVudCI6InNpZ251cCIsInRpbWVzdGFtcCI6MTcwMDAwMDAwMCwiZGF0..." | base64-decode | json-format