3-step workflow · JSON input

JSON to Base64 (Env Var)

Store JSON credentials in a single environment variable. Validates, minifies and Base64-encodes JSON.

Runs in your browser
Goal
Store JSON credentials in a single environment variable.
Steps
Validate JSONMinify JSONBase64 encode
Output
Base64 string
Your JSON

3 steps · upload once, every step runs on the same file

  1. 1
    Validate JSON
    Stop on errors
  2. 2
    Minify JSON
    Smallest size
  3. 3
    Base64 encode
    Encode as Base64
Customize steps

Tools used in this workflow