Registry / serialization / ajson
library0.3.1rscratesunverified

Fast JSON parser for Rust that provides quick access to JSON values.

# Cargo.toml [dependencies] ajson = "0.3.1"
INSTALL
IMPORT
SIG · AJSON
A
ajson
serializationrustv0.3.1
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.

JsonValue
use ajson::JsonValue;

Parses a JSON string into a JsonValue.

use ajson::JsonValue; fn main() { let json = JsonValue::parse(r#"{"key": "value"}"#).unwrap(); println!("Parsed JSON: {:?}", json); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
40
OpenAI (training)
1
Resources
ajson — cargo add ajson · libregistry