Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Utility library for encoding and decoding data (retaining order)

License

Notifications You must be signed in to change notification settings

banzai-inc/ring-codec-flatland

 
 

Repository files navigation

A drop-in replacement for ring/ring-codec which retains form parameter order with flatland ordered-map.

Installation

{:deps {
        ring/ring-codec {:git/url "https://github.com/banzai-inc/ring-codec-flatland.git"
                         :git/sha "fca70f161f28cd00c24f7154dc9675f3195be1e2"
                         :git/tag "1.3.0"}
        ,}}}

This library will not be published as a jar, so the original installation instructions below won't work.


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 (retaining order)

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Clojure 100.0%