https://github.com/ring-clojure/ring-codec
Utility library for encoding and decoding data
https://github.com/ring-clojure/ring-codec
base64 clojure codec ring urlencode
Last synced: about 1 month ago
JSON representation
Utility library for encoding and decoding data
- Host: GitHub
- URL: https://github.com/ring-clojure/ring-codec
- Owner: ring-clojure
- License: mit
- Created: 2013-01-26T14:17:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T11:57:58.000Z (3 months ago)
- Last Synced: 2025-05-03T01:03:36.906Z (about 2 months ago)
- Topics: base64, clojure, codec, ring, urlencode
- Language: Clojure
- Homepage:
- Size: 126 KB
- Stars: 64
- Watchers: 6
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ring-Codec [](https://github.com/ring-clojure/ring-codec/actions/workflows/test.yml)
Functions for encoding and decoding data into formats commonly used in
web applications.## Installation
Add the following dependency to your deps.edn file:
ring/ring-codec {:mvn/version "1.3.0"}
Or to your Leiningen project file:
[ring/ring-codec "1.3.0"]
## Documentation
* [API Docs](http://ring-clojure.github.io/ring-codec/ring.util.codec.html)
## License
Copyright © 2025 James Reeves
Distributed under the MIT License, the same as Ring.