streaming-json-encoder

Composable declarative API for efficient encoding of data-structures to JSON using streaming.

License

License

MIT/X11
Categories

Categories

Scala Languages JSON Data
GroupId

GroupId

com.github.nikita-volkov.scala
ArtifactId

ArtifactId

streaming-json-encoder
Last Version

Last Version

1
Release Date

Release Date

Type

Type

jar
Description

Description

streaming-json-encoder
Composable declarative API for efficient encoding of data-structures to JSON using streaming.
Project URL

Project URL

http://github.com/nikita-volkov/streaming-json-encoder.scala

Download streaming-json-encoder

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.scala/streaming-json-encoder/ -->
<dependency>
    <groupId>com.github.nikita-volkov.scala</groupId>
    <artifactId>streaming-json-encoder</artifactId>
    <version>1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.scala/streaming-json-encoder/
implementation 'com.github.nikita-volkov.scala:streaming-json-encoder:1'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.scala/streaming-json-encoder/
implementation ("com.github.nikita-volkov.scala:streaming-json-encoder:1")
'com.github.nikita-volkov.scala:streaming-json-encoder:jar:1'
<dependency org="com.github.nikita-volkov.scala" name="streaming-json-encoder" rev="1">
  <artifact name="streaming-json-encoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.scala', module='streaming-json-encoder', version='1')
)
libraryDependencies += "com.github.nikita-volkov.scala" % "streaming-json-encoder" % "1"
[com.github.nikita-volkov.scala/streaming-json-encoder "1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scalaz : scalaz-core_2.11 jar 7.2.10
org.scala-lang.modules : scala-java8-compat_2.11 jar 0.8.0
org.scala-lang : scala-library jar 2.11.8
com.fasterxml.jackson.core : jackson-databind jar 2.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1