An implementation of the JSON-LD standard.
The package can be installed by adding json_ld to your list of dependencies in mix.exs:
json_ld
mix.exs
```elixir def deps do [ {:json_ld, "~> 0.1.0"} ] end ```
Then, update your dependencies:
$ mix deps.get