What is a good JSON serialization library for Scala 2.8.1 for use in Eclipse

I looked at https://github.com/debasishg/sjson and using EGit I was not able to import this code for Scala 2.8.1.

Ideally, this is apparently the best library that should work, but when I load master, it is currently empty.

I am trying to use Jersey ( http://jersey.java.net ) to create a REST service in Scala, but JSON serialization is where I am stuck as I would rather use something written in Scala.

Unfortunately, there is nothing for Scala for http://json.org/ .

So, how do I import SJSON for use in Scala 2.8.1, for Eclipse, or is there a more updated library that will also work?

+3
source share
3 answers

If you look at the fork graph of this repo , you will see a ginkel version of sjson with:

+1
source

REST ( Java) - , . Jackson JSON . . REST, Java, JSON- Java , , ?

Scala REST, SBT, - Scalatra lift-json. .

Eclipse, JSON , IDE/editor/etc. , , , Eclipse.

Scala REST ( ), : http://blog.everythings-beta.com/?p=430

case lift-json . : https://github.com/lift/lift/tree/master/framework/lift-base/lift-json/ ( ) lift-json SBT :

val lift_json = "net.liftweb" %% "lift-json" % "2.1"

lift-json JSON. , Jackson, - .

+2

Source: https://habr.com/ru/post/1783060/


All Articles