smithy-lang / smithy-python

Smithy code generators and core modules for Python (in development)
Apache License 2.0
47 stars 10 forks source link

Use JSONCodec for json pyaload serialization #277

Closed JordonPhillips closed 2 months ago

JordonPhillips commented 2 months ago

This updates payload serialization for RestJson1 to use codecs. Note that it's currently creating a new codec every time, but eventually that will be stored on the config.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.