frombase64()

Converts a BASE64 string to a byte array.

Syntax

frombase64(BASE64_STR)
Required Parameter
BASE64_STR
String encoded with BASE64

Usage

json "{}" 
| eval str=decode(frombase64("aGVsbG8sIHdvcmxkIQ=="))
=> "hello, world!"