summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-08 21:36:09 -0700
committerJakob Odersky <jakob@odersky.com>2019-06-10 23:22:17 +0200
commitb97d9b4be7d57b16e9d2faa8998d87ecde75fd35 (patch)
treeb7af4fe7857168b29c2593e151652c3964e808d5 /README.markdown
parenta43a10a12fd5653e6050c652024764416b71ab54 (diff)
downloadspray-json-b97d9b4be7d57b16e9d2faa8998d87ecde75fd35.tar.gz
spray-json-b97d9b4be7d57b16e9d2faa8998d87ecde75fd35.tar.bz2
spray-json-b97d9b4be7d57b16e9d2faa8998d87ecde75fd35.zip
Fork: rename organizationv1.3.5-5
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 7494184..911cec7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,3 +1,17 @@
+[![Build Status](https://travis-ci.org/jodersky/spray-json.svg?branch=master)](https://travis-ci.org/jodersky/spray-json)
+[![Download](https://img.shields.io/maven-central/v/io.crashbox/spray-json_2.12.svg)](https://search.maven.org/#search|ga|1|io.crashbox%20spray-json-)
+
+*This repository is a fork of the spray-json project. Its purpose is
+to make spray available for ScalaJS and ScalaNative.*
+
+*It remains fully binary compatible with the upstream project and can
+be used as a drop-in replacement on the JVM.*
+
+```scala
+libraryDependencies += "io.crashbox" %%% "spray-json" % "<latest_version>"
+```
+----
+
_spray-json_ is a lightweight, clean and efficient [JSON] implementation in Scala.
It supports the following features: