Documentation
¶
Overview ¶
Package encoding provides stable JSON encoding, hashing, and checksums.
Index ¶
- func CanonicalJSON(raw []byte) ([]byte, error)
- func Checksum(value any, algorithm string) (string, error)
- func Hash(value any, algorithm string) (string, error)
- func HexDecode(value string) (string, error)
- func HexEncode(value string) string
- func Options() []exprlib.Option
- func URLDecode(value, mode string) (string, error)
- func URLEncode(value, mode string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanonicalJSON ¶
CanonicalJSON returns the RFC 8785 canonical form of one JSON value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.