# JSON-LD expansion algorithm This library implements the [JSON-LD expansion algorithm](https://www.w3.org/TR/json-ld-api/#expansion-algorithms) for the [`json-ld` crate](https://crates.io/crates/json-ld). ## Usage The expansion algorithm is provided by the [`Expand`] trait.