ring-middleware-format

Ring middleware for parsing parameters and emitting responses in various formats (mainly JSON, YAML and Transit out of the box)

Leiningen/Boot

[ring-middleware-format "0.7.5"]

Clojure CLI/deps.edn

ring-middleware-format/ring-middleware-format {:mvn/version "0.7.5"}

Gradle

implementation("ring-middleware-format:ring-middleware-format:0.7.5")

Maven

<dependency>
  <groupId>ring-middleware-format</groupId>
  <artifactId>ring-middleware-format</artifactId>
  <version>0.7.5</version>
</dependency>