charafau/json2builtvalue

Does not handle cases where the list is empty

Opened this issue · 2 comments

if (decode is List) {

thanks for comment. surely tests would cover that. real question is, what should generator do in that case? probably skip field.

Either skip the field or make it dynamic, whatever you feel more comfortable with