I know there is an argument in scala community that one should not have a case class with more than 22 parameters, but in my case i need them as I am building a json object and it breaks the object if i club the parameters in case classes to reduce the original case class param count to < 22.
So is there a way to create a wire format for case classes having more than 22 parameters ?