Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T13:01:44.000Z (11 months ago)
- Last Synced: 2024-12-21T03:09:46.365Z (13 days ago)
- Topics: base64, clojure, codec, ring, urlencode
- Language: Clojure
- Homepage:
- Size: 121 KB
- Stars: 63
- Watchers: 7
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ring-Codec
[![Build Status](https://app.travis-ci.com/ring-clojure/ring-codec.svg?branch=master)](https://app.travis-ci.com/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.