scala - Converting from a lift-json AST to a json4s AST -
i'm bit amazed can't find other information on this.
as understand json4s same thing lift-json, decoupled lift. cool, great. have library i'm using, class can't modify, can produce lift-json jobject. want convert json4s jobject.
a straight cast doesn't work, makes sense.
is there simple way this? preferably faster dumping string , reading in again right type?
Comments
Post a Comment