Comment on Typelevel Scala and the future of the Scala ecosystemparentComments−JackFr12yWait, so it can figure out case classes on it's own?−lmm12yYes. The implementation uses a macro, which some people have (sometimes legitimate) concerns about, but you can tell it to make a format for a case class and it will Just Work.
Comments
Wait, so it can figure out case classes on it's own?
Yes. The implementation uses a macro, which some people have (sometimes legitimate) concerns about, but you can tell it to make a format for a case class and it will Just Work.