[][src]Crate sophia_jsonld

Serializer and parser for the JSON-LD concrete syntax of RDF.

NB: this implementation only supports the expanded document form of JSON-LD.

NB2: currently, only the serializer part is implemented.

Re-exports

pub use config::*;
pub use error::*;
pub use serializer::*;

Modules

config
error
serializer