Crate json_ld_expansion
source ·Expand description
This library implements the JSON-LD expansion algorithm
for the json-ld
crate.
Usage
The expansion algorithm is provided by the Expand
trait.
Structs
- Expansion options.
Enums
- Key expansion policy.
Traits
- Document expansion.
- Handler for the possible warnings emmited during the expansion of a JSON-LD document.
Type Aliases
- Result of the document expansion.