json2caseclass icon indicating copy to clipboard operation
json2caseclass copied to clipboard

Conversion fails if json object has field with name "length"

Open richwhitjr opened this issue 6 years ago • 0 comments

If a json object has a field with name length the internal code seems to set the value to some internal length attribute and you get an error of " the R00tJsonObject class is exceding 22 fields, generated but it will not work, due to the Product arity limitation"

You can recreate this issue by putting the following json object into the website {"length":100}.

richwhitjr avatar Apr 09 '18 20:04 richwhitjr