Registry / serialization / jsona
library0.6.0rscratesunverified

A JSONA parser, analyzer and formatter library for working with JSONA data.

# Cargo.toml [dependencies] jsona = "0.6.0"
INSTALL
IMPORT
SIG · JSONA
J
jsona
serializationrustv0.6.0
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.

parse
use jsona::parse;

Parses a JSONA string into a data structure.

use jsona::parse; fn main() { let data = r#"{"name": "JSONA"}"#; let parsed = parse(data).unwrap(); println!("{:?}", parsed); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jsona — cargo add jsona · libregistry