google-code-export / slim3

Automatically exported from code.google.com/p/slim3
1 stars 1 forks source link

ModelMeta.jsonToModels method can't decode json array properly. #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Prepare json string which represents model array. The array must contains at 
least 2 elements.
2. Decode that by ModelMeta.jsonToModels method.
3. All decoded models have the data of the first element of array.

What is the expected output? What do you see instead?
Each model must have correnponding data of array elements.

Original issue reported on code.google.com by takao.nakaguchi on 28 Feb 2011 at 6:03

GoogleCodeExporter commented 9 years ago
fixed by the commit: http://code.google.com/p/slim3/source/detail?r=1558

Original comment by takao.nakaguchi on 28 Feb 2011 at 6:23