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 payload deserialization #281

Closed JordonPhillips closed 1 month ago

JordonPhillips commented 2 months ago

This updates deserialization for restJson1 to use the json codec where possible. There's a bit of unfortunate behavior in there that will get unrolled when the schema-based serde handles the whole protocol.

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