Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / guides / data / examples / lazy_associations / data / users / 1 / index.html
1 {
2     success: true,
3     users: [
4         {
5             id: 1,
6             name: 'Ed',
7             age: 25,
8             gender: 'male'
9         }
10     ]
11 }