Encoding functions
Use these functions to encode and decode data.
Use these functions to encode and decode data.
encoding.Base64Decode INPUT ⟼ stringReturns the base64 decoding of the given content. Read More »
encoding.Base64Encode INPUT ⟼ stringReturns the base64 decoding of the given content. Read More »
encoding.Jsonify [OPTIONS] INPUT ⟼ template.HTMLEncodes the given object to JSON. Read More »