ring.middleware.nested-params

(source)
Middleware to convert a single-depth map of parameters to a nested map.

For more info about this library see:

https://github.com/ring-clojure/ring/wiki
Public Variable Short Description
nested-params-request (clj) Converts a request with a flat map of parameters to a nested map.
parse-nested-keys (clj) Parse a parameter name into a list of keys using a 'C'-like index notation.
wrap-nested-params (clj) Middleware to converts a flat map of parameters into a nested map.