Open
Description
Because Document
uses HashMap
for objects instead of serde_json::Map
, there needs to be a second pass at converting that HashMap
to a serde_json::Map
when using libraries which work with serde_json::Value
s, and then another for turning it back to a HashMap
/ Document
for use in Smithy output types.
serde_json::Value
is the standard for the Rust ecosystem, so I expect a lot of crates will need to do this.