Module

std/encoding

Deno standard library
Go to Latest
Index
csv
json
ascii85.ts

{@link encode} and {@link decode} for Ascii85/base85 encoding.

base32.ts

{@link encode} and {@link decode} for base32 encoding.

base64.ts

{@link encode} and {@link decode} for base64 encoding.

base64url.ts

{@link encode} and {@link decode} for base64 URL safe encoding.

binary.ts

Functions for encoding binary data in array buffers.

csv_stringify.ts

Provides {@link stringify} to encode data following the CSV specification.

csv.ts

Port of the Go encoding/csv library.

front_matter.ts

{@link extract} and {@link test} functions to handle many forms of front matter.

hex.ts

Port of the Go encoding/hex library.

jsonc.ts

{@link parse} function for parsing JSONC strings.

toml.ts

{@link parse} and {@link stringify} for handling TOML encoded data.

varint.ts

Functions for encoding typed integers in array buffers.

yaml.ts

{@link parse} and {@link stringify} for handling YAML encoded data.