package jsonutil

Import Path
	github.com/aws/aws-sdk-go/private/protocol/json/jsonutil (on go.dev)

Dependency Relation
	imports 15 packages, and imported by one package

Involved Source Files Package jsonutil provides JSON serialization of AWS requests and responses. unmarshal.go
Package-Level Type Names (total 2, neither is exported)
/* sort exporteds by: | */
Package-Level Functions (total 11, in which 4 are exported)
BuildJSON builds a JSON string for a given object v.
UnmarshalJSON reads a stream and unmarshals the results in object v.
UnmarshalJSONCaseInsensitive reads a stream and unmarshals the result into the object v. Ignores casing for structure members.
UnmarshalJSONError unmarshal's the reader's JSON document into the passed in type. The value to unmarshal the json document into must be a pointer to the type.
Package-Level Variables (total 4, none are exported)