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: about 1 month ago
JSON representation

Utility library for encoding and decoding data

Awesome Lists containing this project

README

        

# Ring-Codec [![Build Status](https://github.com/ring-clojure/ring-codec/actions/workflows/test.yml/badge.svg)](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.