Registry / serialization / atelier-json

atelier-json

JSON →
library0.2.7rscratesunverified

Rust native JSON format implementation for the AWS Smithy IDL.

# Cargo.toml [dependencies] atelier_json = "0.2.7"
INSTALL
IMPORT
SIG · ATELIER-JSON
A
atelier-json
serializationrustv0.2.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.

JsonSerializer
use atelier_json::JsonSerializer;

Minimal example serializing a value using Atelier JSON.

use atelier_json::JsonSerializer; fn main() { let mut serializer = JsonSerializer::new(); // Example: serialize a simple value let result = serializer.serialize(&42); println!("Serialized: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
atelier-json — cargo add atelier-json · libregistry