3-step workflow · JSON input
Runs in your browserJSON to Base64 (Env Var)
Store JSON credentials in a single environment variable. Validates, minifies and Base64-encodes JSON.
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
- 1Validate JSONStop on errors
- 2Minify JSONSmallest size
- 3Base64 encodeEncode as Base64