Using Play Framework and case class with greater than 22 parameters
问题 I have seen some of the other issues involving the infamous "22 fields/parameters" issue that is an inherent bug (feature?) of Scala V < 2.11. See here and here. However, as per this blog post, it appears that the 22 parameter limit in case class has been fixed; at least where the language is concerned. I have a case class that I want to load an arbitrary (Read: > 22) number of values into which will later be read into a JSON object using the Play library. It looks something like this: object