Skip to main content

*default-data-reader-fn*

value

clojure.tools.reader/*default-data-reader-fn*

Available in:BBCLJ
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 value), an exception will be thrown for the unknown tag.

No examples yet. Be the first to add one!