encoding.Base64Decode
encoding.Base64Decode INPUT
Returns the base64 decoding of the given content.
encoding.Base64Encode
encoding.Base64Encode INPUT
Returns the base64 decoding of the given content.
encoding.HexDecode
encoding.HexDecode INPUT
Returns the hexadecimal decoding of the given content.
encoding.HexEncode
encoding.HexEncode INPUT
Returns the hexadecimal encoding of the given content.
encoding.Jsonify
encoding.Jsonify [OPTIONS] INPUT
Encodes the given object to JSON.
