jsonld-ex/README.md

380 B

JSON.LD

An implementation of the JSON-LD standard.

Installation

The package can be installed by adding json_ld to your list of dependencies in mix.exs:

```elixir
def deps do
  [
    {:json_ld, "~> 0.1.0"}
  ]
end
```

Then, update your dependencies:

$ mix deps.get

Usage