Decode Base64 JSON

All workflow recipes

Encoding

Use this for Base64-encoded configuration blobs and development payloads that contain UTF-8 JSON.

Transformation steps

  1. 1Base64 decode
  2. 2Format JSON

Example input

eyJuYW1lIjoiUGxhaW5VdGlscyIsImxvY2FsIjp0cnVlfQ==

Expected output

{
  "name": "PlainUtils",
  "local": true
}

Local and private: this recipe runs entirely in your browser. Opening it transfers the example input through local storage on this device; copied recipe links contain the workflow definition only.

Related recipes