package encoding

Import Path
	github.com/aws/smithy-go/encoding (on go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files doc.go encoding.go
Package-Level Functions (only one, which is exported)
EncodeFloat encodes a float value as per the stdlib encoder for json and xml protocol This encodes a float value into dst while attempting to conform to ES6 ToString for Numbers Based on encoding/json floatEncoder from the Go Standard Library https://golang.org/src/encoding/json/encode.go