You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: