smithy-lang / smithy-python

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

Add JSON serializer and Codec interface #254

Closed JordonPhillips closed 3 months ago

JordonPhillips commented 3 months ago

This adds a Codec interface and a JSON implementation of it that currently only supports serialization.

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