json-html

Provide JSON and get a DOM node with a human representation of that JSON

Leiningen/Boot

[json-html "0.4.4"]

Clojure CLI/deps.edn

json-html/json-html {:mvn/version "0.4.4"}

Gradle

implementation("json-html:json-html:0.4.4")

Maven

<dependency>
  <groupId>json-html</groupId>
  <artifactId>json-html</artifactId>
  <version>0.4.4</version>
</dependency>