package jsonutil
import "github.com/aws/aws-sdk-go-v2/private/protocol/json/jsonutil"
Package jsonutil provides JSON serialization of AWS requests and responses.
Index ¶
- func BuildJSON(v interface{}) ([]byte, error)
- func UnmarshalJSON(v interface{}, stream io.Reader) error
Functions ¶
func BuildJSON ¶
BuildJSON builds a JSON string for a given object v.
func UnmarshalJSON ¶
UnmarshalJSON reads a stream and unmarshals the results in object v.
Source Files ¶
- Version
- v0.3.0
- Published
- Mar 8, 2018
- Platform
- darwin/amd64
- Imports
- 13 packages
- Last checked
- 1 minute ago –
Tools for package owners.