sonofjson
sonofjson copied to clipboard
Better JSON support for Scala
at this time, we would build and make available the sonofjson jar within our project structure. But it'd be much better if we don't need to build (jar) and could...
This code: ``` import nl.typeset.sonofjson import nl.typeset.sonofjson._ ... val s: String = x.payload.decodeString("UTF-8") log.debug(s) val json = parse(s) log.debug(json.toString) log.debug(json) // JString(bar))) [ERROR] [05/02/2015 12:36:16.375] [UHttpTestSystem-akka.actor.default-dispatcher-6] [akka://UHttpTestSystem/user/$g/$a] JObject(Map(foo -> JString(bar)))...
Hi there, Thanks for writing sonofjson. Just started using it, love the dynamic operation/attribute aspect of it. Seems to work pretty well thus far -- not sure about performance though....
It's an easy-to-use library with handing json. I just do my best to add a feature to make It better.