spray-json icon indicating copy to clipboard operation
spray-json copied to clipboard

Introduce an optional Scala 3 macro module, with full pickling support.

Open strelec opened this issue 4 years ago • 0 comments

Hey,

I was thinking it would be good to have an optional (separate module), Scala 3 only, macro pickling module.

It would preferably function similar to uPickle, so handle default values (omit JsObject key if same as case class default, synthesize it when parsing).

The jsonFormat{1...22} methods are clumsy and have a lot of warts.

strelec avatar Sep 07 '21 19:09 strelec