mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-30 00:00:40 +00:00
244 B
244 B
Base64
Encode and decode to and from Base64.
Base64 assumes RFC4648 encoding. Encoding and decoding both assume that the content is a UTF-8 string and not binary content.
See below for examples