Jerkson for Scala 2.10
Jerkson has only been published for Scala versions as high as 2.9.1.
Differences from upstream Jerkson
- sbt instead of Maven.
- Tests have been deleted, since sbt cannot run simplespec tests.
- Minor tweaks to get compilation in 2.10.
- Streaming iteration patch, if you use version 0.6.2+.
- Streaming field iterator patch, if you use version 0.6.3+.
Install
-
This version of Jerkson is hosted on Maven Central.
-
From sbt:
libraryDependencies += "com.cloudphysics %% "jerkson" % "0.6.1"
-
From Maven:
<dependency> <groupId>com.cloudphysics</groupId> <artifactId>jerkson_2.10</artifactId> <version>0.6.1</version> </dependency>
Build
$ cd jerkson
$ sbt compile
Future plans
Jerkson is legacy. We won't do any further work except providing the 2.10 jars. We suggest you switch to one of the many excellent Scala Json libraries.