sugar-framework / sugar

Modular web framework for Elixir
https://sugar-framework.github.io/
MIT License
430 stars 29 forks source link

JSON parser Plug #35

Closed sschepens closed 9 years ago

sschepens commented 10 years ago

We should have a JSON parser Plug because Plug doesn't have one and sending content-type: application/json makes sugar reply a 500

slogsdon commented 10 years ago

Good idea. I can add this to list of new stuff to work on, but if you're feeling up to it, feel free to send a PR to sugar-framework/plugs.

sschepens commented 10 years ago

Done hope its useful :)