(decode format v)(decode muuntaja format v)Decode various formats into a clojure value (usually a collection)
Decode various formats into a clojure value (usually a collection)
(encode format v)(encode muuntaja format v)Encode a value into a specified format (e.g. application/json)
Encode a value into a specified format (e.g. application/json)
(extract-accept req)Extract accept from request. If it's not present, defaults to application/json
Extract accept from request. If it's not present, defaults to application/json
(extract-content-type req-or-res)Extract content type from request or response. If it's not present, defaults to application/json
Extract content type from request or response. If it's not present, defaults to application/json
(muuntaja)Gets the default muuntaja instance for content negotiation
Gets the default muuntaja instance for content negotiation
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |