Liking cljdoc? Tell your friends :D

lambdaisland.data-printers.transit

Create write handlers for Transit

The handlers simply get added to an atom, it's up to you to refer to them when constructing your transit writer.

Create write handlers for Transit

The handlers simply get added to an atom, it's up to you to refer to them
when constructing your transit writer.
raw docstring

data-reader-handlersclj/smacro

(data-reader-handlers)

Turn your data_readers.cljc into transit read handlers. Note that this expects the data-reader functions to return forms (essentially act like macros), which is the proper way to provide cross platform data-readers.

Turn your data_readers.cljc into transit read handlers. Note that this expects
the data-reader functions to return forms (essentially act like macros), which
is the proper way to provide cross platform data-readers.
sourceraw docstring

register-write-handlerclj/s

(register-write-handler type tag to-edn)
source

write-handlersclj/s

source

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

× close