()
| 57 | } |
| 58 | |
| 59 | func (p jsonObjectKeyProvider) GetValue() smithyjson.Value { |
| 60 | return p.Object.Key(p.Key) |
| 61 | } |
| 62 | |
| 63 | // jsonArrayProvider is a valueProvider that returns a JSON value type for encoding a value in the given JSON array. |
| 64 | type jsonArrayProvider struct { |