esumitra / clojure-webmvc

A framework for supporting the Model-View-Controller (MVC) design pattern for clojure web applications
2 stars 0 forks source link

add support for json view format #2

Open esumitra opened 12 years ago

esumitra commented 12 years ago

Add support for JSON views with the :format configuration option. Use Cheshire for JSON generation

esumitra commented 10 years ago

use ring-json and cheshire/jackson for JSON responses. Use a view resolver to resolve to JSON views