edn and transit¶
EDN¶
EDN is the data format from Clojure.
Transit¶
Transit compress EDN to json or message pack and allows smaller payloads. You lose human readability, metadata and you need more context to understand the payloads.
Links¶
- https://swannodette.github.io/2014/07/26/transit-clojurescript
- https://blog.cognitect.com/blog/2014/7/22/transit