# Functions
NewDecoder returns a Decoder for deserializing Smithy documents for JSON based protocols.
NewEncoder returns an Encoder for serializing Smithy documents for JSON based protocols.
# Structs
Decoder is a Smithy document decoder for JSON based protocols.
DecoderOptions is the set of options that can be configured for a Decoder.
Encoder is a Smithy document decoder for JSON based protocols.
EncoderOptions is the set of options that can be configured for an Encoder.