1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# Ring-Codec
[](https://travis-ci.org/ring-clojure/ring-codec)
Functions for encoding and decoding data into formats commonly used in
web applications.
## Installation
To install, add the following to your project `:dependencies`:
[ring/ring-codec "1.2.0"]
## Documentation
* [API Docs](http://ring-clojure.github.io/ring-codec/ring.util.codec.html)
## License
Copyright © 2021 James Reeves
Distributed under the MIT License, the same as Ring.
|