package
1.36.5
Repository: https://go.googlesource.com/protobuf
Documentation: pkg.go.dev

# Functions

NewDecoder returns a Decoder to read the given []byte.
NewEncoder returns an Encoder.
TokenEquals returns true if given Tokens are equal, else false.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrUnexpectedEOF means that EOF was encountered in the middle of the input.

# Structs

Decoder is a token-based JSON decoder.
Encoder provides methods to write out JSON constructs and values.
Token provides a parsed token kind and value.

# Type aliases

Kind represents a token kind expressible in the JSON format.