scala-json
scala-json copied to clipboard
Scala JSON toolkit. Originally from the Odersky "Stairway" Book, tightened up and tests added by Twitter, Inc.
Currently, the scala-json won't process mutable map correctly in Scala28 branch. Maybe you want to add few lines to support them just like my branch.
We multi-bytes users want to treat UTF-8 as is like Yajl(Ruby). FYI, Yajl(ruby) doesn't quote UTF-8 strings. This patch quotes not UCS-2(UTF-8) but only UCS-4(UTF-16). Thanks
Hi, my CPU usage goes up when I pass big HTML to com.twitter.Json.json.quote do U have any clue about this issue ?
Hey there If I want to depend on this from a scala project, what's the best way to do it? Is it published in a repository anywhere? or do I...