项目作者: ring-clojure

项目描述 :
Utility library for encoding and decoding data
高级语言: Clojure
项目地址: git://github.com/ring-clojure/ring-codec.git
创建时间: 2013-01-26T14:17:54Z
项目社区:https://github.com/ring-clojure/ring-codec

开源协议:MIT License

下载


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:

  1. ring/ring-codec {:mvn/version "1.3.0"}

Or to your Leiningen project file:

  1. [ring/ring-codec "1.3.0"]

Documentation

License

Copyright © 2025 James Reeves

Distributed under the MIT License, the same as Ring.