Liking cljdoc? Tell your friends :D

clj-rest-client.conform


->date-formatcljmacro

(->date-format formatter)
(->date-format formatter parse-type-constructor)

Conformer for java.util.Date and java.time objects using the supplied formatter.

You can supply time object constructor fn for unform. This fn is called with java.time.TemporalAccessor parse object. Defaults to java.time.Instant/from

Conformer for java.util.Date and java.time objects using the supplied formatter.

You can supply time object constructor fn for unform. This fn is called with java.time.TemporalAccessor parse object.
Defaults to `java.time.Instant/from`
sourceraw docstring

->jsonclj

A conformer that conforms to JSON

A conformer that conforms to JSON
sourceraw docstring

->json*clj

(->json* cheshire-opts)

Create a new conformer that conforms to JSON with added params.

Create a new conformer that conforms to JSON with added params.
sourceraw docstring

->json?clj

A conformer that conforms to JSON, but it doesn't convert nil to "null"

A conformer that conforms to JSON, but it doesn't convert nil to "null"
sourceraw docstring

->json?*clj

(->json?* cheshire-opts)

Create a new conformer that conforms to JSON with added params, but it doesn't convert nil to "null"

Create a new conformer that conforms to JSON with added params, but it doesn't convert nil to "null"
sourceraw docstring

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

× close