package encoding
import "github.com/gohugoio/hugo/tpl/encoding"
Index ¶
Types ¶
type Namespace ¶
type Namespace struct{}
Namespace provides template functions for the "encoding" namespace.
func New ¶
func New() *Namespace
New returns a new instance of the encoding-namespaced template functions.
func (*Namespace) Base64Decode ¶
Base64Decode returns the base64 decoding of the given content.
func (*Namespace) Base64Encode ¶
Base64Encode returns the base64 encoding of the given content.
func (*Namespace) Jsonify ¶
Jsonify encodes a given object to JSON.
Source Files ¶
- Version
- v0.42.1
- Published
- Jun 13, 2018
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 3 hours ago –
Tools for package owners.