Building REST APIs for Clojure Web Applications August 5 2010 One common requirement for Clojure web applications is to provide REST APIs. REST APIs allow non-Clojure components to access the app’s data and also facilitate loose coupling with other Clojure components. JSON is a convenient data format to use in these REST services because it maps well to Clojure’s native data structures. In this po