MCPcopy Create free account
hub / github.com/aws/smithy-go / jsonArrayProvider

Struct jsonArrayProvider

document/json/encoder.go:64–66  ·  view source on GitHub ↗

jsonArrayProvider is a valueProvider that returns a JSON value type for encoding a value in the given JSON array.

Source from the content-addressed store, hash-verified

62
63// jsonArrayProvider is a valueProvider that returns a JSON value type for encoding a value in the given JSON array.
64type jsonArrayProvider struct {
65 Array *smithyjson.Array
66}
67
68func (p jsonArrayProvider) GetValue() smithyjson.Value {
69 return p.Array.Value()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected