Registry / serialization / json-ld-syntax

json-ld-syntax

JSON →
library0.21.4rscratesunverified

A Rust implementation of the JSON-LD syntax specification for linked data.

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

JsonLdSyntax
use json_ld_syntax::JsonLdSyntax;

Basic usage of the JSON-LD syntax crate.

use json_ld_syntax::JsonLdSyntax; fn main() { let json_ld = JsonLdSyntax::new(); println!("JSON-LD syntax crate loaded"); }
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-syntax — cargo add json-ld-syntax · libregistry