package
0.0.0-20210602185959-ae587407e71c
Repository: https://github.com/andrewarchi/browser.git
Documentation: pkg.go.dev

# Packages

Package timefmt provides types for representing time formats in JSON.
Package uuid encodes and decodes UUIDs.

# Functions

Decode decodes the result into data, requiring fields to match strictly and checking for trailing text.
DecodeAllowUnknownFields decodes the result into data, checking for trailing text.
DecodeFile opens the given file and decodes the result into data, requiring fields to match strictly and checking for trailing text.
DecodeFileAllowUnknownFields opens the given file and decodes the result into data, checking for trailing text.
No description provided by the author
No description provided by the author
No description provided by the author
QuotedUnmarshal removes quotes then unmarshals the data.
No description provided by the author

# Structs

UnknownObj represents a json object for which the full type information is not known.
UnknownType represents a json value for which the full type information is not known.

# Type aliases

Base64 is a byte slice that is formatted in json as a base64 string.
Hex is a byte slice that is formatted in json as a hexadecimal string.