I'm a bit amazed that I can't find any other information on this.
As I understand it json4s is the same thing as lift-json, just decoupled from lift. Cool, great. I have a library I'm using, with a class I can't modify, that can produce a lift-json JObject. I want to convert that to a json4s JObject.
A straight cast doesn't work, which makes sense.
Is there a simple way to do this? Preferably faster than dumping it to a string and then reading it in again as the right type?