amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
648 stars 46 forks source link

Added Hash support for json controller helper #44

Closed sdogruyol closed 8 years ago

sdogruyol commented 8 years ago

Now you can do something like below which is pretty handy

json({first_name: "Serdar", last_name: "Dogruyol"})