# `JSON.LD.Expansion`
[🔗](https://github.com/rdf-elixir/jsonld-ex/blob/v1.0.1/lib/json/ld/expansion.ex#L1)

Implementation of the JSON-LD 1.1 Expansion Algorithms.

<https://www.w3.org/TR/json-ld11-api/#expansion-algorithm>

# `expand`

# `expand_value`

```elixir
@spec expand_value(JSON.LD.Context.t(), String.t(), any(), JSON.LD.Options.t()) ::
  map()
```

Details at <http://json-ld.org/spec/latest/json-ld-api/#value-expansion>

---

*Consult [api-reference.md](api-reference.md) for complete listing*
