Module aws_smithy_json::deserialize
source · Re-exports
pub use token::EscapedStr;
pub use token::Offset;
pub use token::Token;
Modules
Structs
- An iterator over a
&[u8]
that yieldsResult<Token, Error>
with Token being JSON tokens. Construct with json_token_iter.
Functions
- JSON token parser as a Rust iterator