ring-clojure / ring-codec

Utility library for encoding and decoding data

Repository from Github https://github.comring-clojure/ring-codecRepository from Github https://github.comring-clojure/ring-codec

Ring-Codec Build Status

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

License

Copyright © 2025 James Reeves

Distributed under the MIT License, the same as Ring.

About

Utility library for encoding and decoding data

License:MIT License


Languages

Language:Clojure 100.0%