metosin/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

[metosin/ring-middleware-format "0.5.0"]

Clojure CLI/deps.edn

metosin/ring-middleware-format {:mvn/version "0.5.0"}

Gradle

implementation("metosin:ring-middleware-format:0.5.0")

Maven

<dependency>
  <groupId>metosin</groupId>
  <artifactId>ring-middleware-format</artifactId>
  <version>0.5.0</version>
</dependency>