ClojureDocs

Nav

Namespaces

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

*default-data-reader-fn*

clojure.core

Available since 1.5 (source)
    When no data reader is found for a tag and *default-data-reader-fn*
    is non-nil, it will be called with two arguments,
    the tag and the value.  If *default-data-reader-fn* is nil (the
    default), an exception will be thrown for the unknown tag.