sjson
sjson copied to clipboard
Upgrading Dispatch
When dispatch got rebooted, its json lib got removed. So what would be the ideal upgrade path for json library behind sjson?
Looks like Dispatch Reboot supports json4s (native & jackson) and lift-json out of the box. And apparently json4s(native) is pretty much lift-json only without the problems of lift release cycle.
The erstwhile dispatch is now classic dispatch. I have now ported sjson to 2.10 but removed the reflection based serialization part.