chickadee » edn » tag-handlers

tag-handlersconstant

An a-list parameter containing the handlers for reader tags. You can register your own reader tags by simply adding a new a-list entry.

Example for a tag "#keywordify": add the entry `(cons keywordify: keywordify-procedure)`.

(tag-handlers (list (cons _: (lambda (input) edn/omit:))))