Comment on Scala Feels like EJB 2 parentComments−stephen14yI don't use lift-the-web-framework, but after looking around at the scala json options, decided on and am so far really liking lift-json's package.Does any of raw string <-> JSON AST, or maps/lists <-> JSON (...IIRC), or case objects <-> JSON (what I'm using it for, pseudo ORM).
Comments
I don't use lift-the-web-framework, but after looking around at the scala json options, decided on and am so far really liking lift-json's package.
Does any of raw string <-> JSON AST, or maps/lists <-> JSON (...IIRC), or case objects <-> JSON (what I'm using it for, pseudo ORM).