package
1.20.4
Repository: https://github.com/aws/smithy-go.git
Documentation: pkg.go.dev

# Functions

CollectUnknownField grabs the contents of unknown fields from the decoder body and returns them as a byte slice.
DiscardUnknownField discards unknown fields from a decoder body.
NewEncoder returns a new JSON encoder.

# Structs

Array represents the encoding of a JSON Array.
Encoder is JSON encoder that supports construction of JSON values using methods.
Object represents the encoding of a JSON Object type.
Value represents a JSON Value type JSON Value types: Object, Array, String, Number, Boolean, and Null.