README.md



# elli_json #

Copyright (c) 2016 Sukumar Yethadka, 2017-2018 elli-lib team.

__Version:__ 1.0.1

[![Hex.pm][hex badge]][hex link]
[![Hex.pm][hex downloads]][hex link]
[![Travis CI][travis badge]][travis builds]
[![Coverage Status][coveralls badge]][coveralls link]
[![Erlang][erlang badge]][erlang downloads]
[![MIT License][license badge]](LICENSE)

*Elli middleware to encode response bodies as JSON.*

Encode an elli response body as JSON when the content type is `application/json`.

[travis badge]: https://travis-ci.org/elli-lib/elli_json.svg?branch=develop
[travis builds]: https://travis-ci.org/elli-lib/elli_json?branch=develop
[hex badge]: https://img.shields.io/hexpm/v/elli_json.svg
[hex link]: https://hex.pm/packages/elli_json
[hex downloads]: https://img.shields.io/hexpm/dt/elli_json.svg
[coveralls badge]: https://coveralls.io/repos/github/elli-lib/elli_json/badge.svg?branch=develop
[coveralls link]: https://coveralls.io/github/elli-lib/elli_json?branch=develop
[erlang badge]: https://img.shields.io/badge/erlang-%E2%89%A518.0-red.svg
[erlang downloads]: http://www.erlang.org/downloads
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg


## Modules ##


<table width="100%" border="0" summary="list of modules">
<tr><td><a href="https://github.com/elli-lib/elli_json/blob/develop/doc/elli_json.md" class="module">elli_json</a></td></tr></table>