Skip to content

How to use a custom transit reader

Jamie Orchard-Hays edited this page Apr 14, 2015 · 1 revision
(defn read [href]
  (http/get
   href
   {:transit-opts
    {:decoding-opts
     {:handlers {"r" (fn [v] (goog.Uri. v))}}}}))
Clone this wiki locally