Registry / serialization / aws-smithy-json

aws-smithy-json

JSON →
library0.62.7rscratesunverified

Token streaming JSON parser for smithy-rs.

# Cargo.toml [dependencies] aws-smithy-json = "0.62.7"
INSTALL
IMPORT
SIG · AWS-SMITHY-JSON
A
aws-smithy-json
serializationrustv0.62.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Token
use aws_smithy_json::deserialize::token::Token;

Parses a JSON string into a stream of tokens.

use aws_smithy_json::deserialize::token::Token; fn main() { let json = br#"{"key": "value"}"#; let mut tokens = Token::parse(json).unwrap(); while let Some(token) = tokens.next().unwrap() { println!("{:?}", token); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.62.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
aws-smithy-json — cargo add aws-smithy-json · libregistry