Registry / serialization / json-ld

json-ld

JSON →
library0.21.4rscratesunverified

JSON-LD implementation.

# Cargo.toml [dependencies] json-ld = "0.21.4"
INSTALL
IMPORT
SIG · JSON-LD
J
json-ld
serializationrustv0.21.4
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.

JsonLd
use json_ld::JsonLd;

Create a new JSON-LD document.

use json_ld::JsonLd; fn main() { let doc = JsonLd::new(); println!("JSON-LD document created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
json-ld — cargo add json-ld · libregistry