Liking cljdoc? Tell your friends :D

Clojars Project cljdoc badge Clojure CI

jtk-dvlp.transit

Mini clj and cljs lib for common transit usage.

Features

  • Provides clj->transit and transit->clj helpers
  • Supports clj-time instances

Getting started

Get it / add dependency

Add the following dependency to your project.clj:
Clojars Project

Usage

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))))

Appendix

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 & jtkDvlp
Edit on GitHub

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

× close