cljsjs/oboe

A streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes.

Leiningen/Boot

[cljsjs/oboe "2.1.2-1"]

Clojure CLI/deps.edn

cljsjs/oboe {:mvn/version "2.1.2-1"}

Gradle

implementation("cljsjs:oboe:2.1.2-1")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>oboe</artifactId>
  <version>2.1.2-1</version>
</dependency>