Mini clj and cljs lib for common transit usage.
clj->transit
and transit->clj
helpersAdd the following dependency to your project.clj
:
See in repo your-project.cljs
(ns jtk-dvlp.your-project
(:require
...
[jtk-dvlp.transit :refer [clj->transit transit->clj]))
(let [x {:my :cool, :data :yeah}]
(= x (clj->transit (transit-clj x))))
I´d be thankful to receive patches, comments and constructive criticism.
Hope the package is useful :-)
Can you improve this documentation? These fine people already did:
JT Knabenschuh & jtkDvlpEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close