Skip to content

Commit b3a864d

Browse files
author
Jason S
committed
Add Elixir JSONAPI Library.
This is my project I've been working on for sometime. We support the spec as it stands.
1 parent 4000b80 commit b3a864d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

implementations/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ has a page describing how to emit conformant JSON.
154154
### <a href="#server-libraries-elixir" id="server-libraries-elixir" class="headerlink"></a> Elixir
155155

156156
* [ja_serializer](https://github.com/AgilionApps/ja_serializer) is a behaviour and DSL to emit conforming JSON. Suitable for use in a Phoenix view or in a Plug stack.
157+
* [jsonapi](https://github.com/jeregrine/jsonapi) is a serializer and query parser built with plain old functions. Can parse and validate a JSONAPI compliant query and serialize Ecto Models or Elixir Structs into conforming JSON. Suitable for use in a Phoenix view, Plug Stack or anywhere you can call functions.
157158

158159
### <a href="#server-libraries-perl" id="server-libraries-perl" class="headerlink"></a> Perl
159160

0 commit comments

Comments
 (0)