Crate ssi_json_ld
source ·Expand description
JSON-LD context loaders.
Re-exports
pub use json_ld::syntax;
Modules
Structs
- Deprecated in favor of W3ID_ESRS2020_V2_CONTEXT_DOCUMENT
- Deprecated in favor of W3ID_ESRS2020_V2_CONTEXT_DOCUMENT
- JSON-LD Processor options.
- Error raised when an unknown context is loaded with
StaticLoaderorContextLoader.
Enums
- Error that can be raised by the
ContextLoader::with_context_map_fromconstructor function. - Remote document, loaded or not.
Constants
- ESRS2020_EXTRA_CONTEXTDeprecated
Functions
- Converts the input JSON-LD document into an RDF dataset.
- Parse a JSON-LD context.
Type Definitions
- Remote JSON-LD context document.
- Remote JSON-LD context document reference.
- Remote JSON-LD document.
- Error raised by the
json_to_datasetfunction.