std/encoding
Functions for encoding typed integers in array buffers.
encode and decode for Ascii85/base85 encoding.
encode
decode
encode and decode for base32 encoding.
encode and decode for base64 encoding.
encode and decode for base64 URL safe encoding.
Functions for encoding binary data in array buffers.
Port of the Go encoding/csv library.
extract and test functions to handle many forms of front matter.
extract
test
Port of the Go encoding/hex library.
parse function for parsing JSONC strings.
parse
parse and stringify for handling TOML encoded data.
stringify
parse and stringify for handling YAML encoded data.