https://github.com/ring-clojure/ring-codec.git
git clone 'https://github.com/ring-clojure/ring-codec.git'
(ql:quickload :ring-clojure.ring-codec)
Functions for encoding and decoding data into formats commonly used in web applications.
To install, add the following to your project :dependencies
:
[ring/ring-codec "1.1.2"]
Copyright © 2019 James Reeves
Distributed under the MIT License, the same as Ring.