# `JSONAPI`
[🔗](https://github.com/beam-community/jsonapi/blob/main/lib/jsonapi.ex#L1)

A module for working with the JSON API specification in Elixir

# `json_library`

```elixir
@spec json_library() :: module()
```

Returns the configured JSON encoding library for JSONAPI.
To customize the JSON library, including the following
in your `config/config.exs`:
    config :jsonapi, :json_library, Jason

# `mime_type`

```elixir
@spec mime_type() :: binary()
```

This returns the MIME type for JSONAPIs

---

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