Liking cljdoc? Tell your friends :D

org.bytescale.keywordize-json-body

Ring based middleware that assists in normalizing keys to standard clojure keywords.

Ring based middleware that assists in normalizing keys to standard clojure
keywords.
raw docstring

keywordize-json-bodyclj

(keywordize-json-body handler & [options])

Runs after ring.middleware.json/wrap-json-body to keywordize string based keys produced from that into standard clojure keywords. If the request is not a JSON request, it calls handler without modifying the body.

Runs after ring.middleware.json/wrap-json-body to keywordize string
based keys produced from that into standard clojure keywords. If the request
  is not a JSON request, it calls handler without modifying the body.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close