Skip to content

Add support for Smithy RPC v2 JSON#1092

Draft
kstich wants to merge 1 commit intomainfrom
dev/kstich/smithy-rpcv2-json
Draft

Add support for Smithy RPC v2 JSON#1092
kstich wants to merge 1 commit intomainfrom
dev/kstich/smithy-rpcv2-json

Conversation

@kstich
Copy link
Contributor

@kstich kstich commented Mar 20, 2026

Smithy RPC v2 JSON is a JSON-payload based protocol in the Smithy RPC v2 family. Support is added for both clients and servers.

The JSON codec has been updated to allow for transmitting arbitrary precision numbers in JSON strings.

A bug in the protocol test implementation was fixed to allow for testing arbitrary precision numbers have been fixed.


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

@kstich kstich marked this pull request as draft March 20, 2026 15:48
@kstich
Copy link
Contributor Author

kstich commented Mar 20, 2026

Made into a draft for now since it requires RPC v2 JSON to ship in Smithy

Smithy RPC v2 JSON is a JSON-payload based protocol in
the Smithy RPC v2 family. Support is added for both clients
and servers.

The JSON codec has been updated to allow for transmitting
arbitrary precision numbers in JSON strings.

A bug in the protocol test implementation was fixed to allow for
testing arbitrary precision numbers have been fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants