eed3si9n / sjson-new

a typeclass based JSON codec that's backend independent
Apache License 2.0
36 stars 19 forks source link

Implement flatUnionN functions #18

Closed eed3si9n closed 7 years ago

eed3si9n commented 7 years ago

Ref https://github.com/sbt/sbt/issues/2811

dwijnand commented 7 years ago

Excellent. I was concerned about this, because changing the class hierarchy of a sealed family would incompatibly change the serialisation shape.