Closed Andre0991 closed 2 years ago
By default, clojure.edn/read-string does not use *data-readers*. This implies that user-defined data readers will not be used for coercing bodies, and an exception will be thrown if the response contains custom data readers.
clojure.edn/read-string
*data-readers*
Fixes https://github.com/gnarroway/hato/issues/45.
thanks a lot!
By default,
clojure.edn/read-string
does not use*data-readers*
. This implies that user-defined data readers will not be used for coercing bodies, and an exception will be thrown if the response contains custom data readers.Fixes https://github.com/gnarroway/hato/issues/45.