smithy-lang / smithy-rs

Code generation for the AWS SDK for Rust, as well as server and generic smithy client generation.
Apache License 2.0
500 stars 188 forks source link

Implement similar set of traits from `serde_json::Value` for `Document` #2703

Open andrewbanchich opened 1 year ago

andrewbanchich commented 1 year ago

These would almost all be useful.

jdisanti commented 1 year ago

Doing some of this as part of #2708 since I'm in the area. You're welcome to contribute any that I miss (I probably won't get to Index or IndexMut).

jdisanti commented 6 months ago

Leaving this open to add Index/IndexMut implementations.

mjn298 commented 5 months ago

I'll take a crack at Index and IndexMut this week.

mjn298 commented 5 months ago

I'm quite perplexed here - I think I must implement all of this for Document, but I don't know for sure. I'd be very grateful for any hints.