📝
FormaX TeamMay 15, 20263 min
Developer utilities: YAML, JWT, and Base64 in the browser
New FormaX tools for YAML↔JSON, JWT inspection, and Base64/URL codecs — all client-side.
JSONYAMLJWTBase64
Why these utilities matter
YAML dominates config and DevOps; JWTs are everywhere in APIs; Base64 and percent-encoding are basic glue between systems.
FormaX pages
- YAML ↔ JSON for manifests and CI configs.
- JWT decoder for header/payload inspection (no signature verification).
- Base64 & URL codecs for UTF-8 text.
Everything runs locally in your browser.