Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / guides / data / examples / lazy_associations / data / posts / index.html
1 {
2     success: true,
3     posts: [
4         {
5             id   : 12,
6             title: 'All about data in Ext JS 4',
7             body : 'One areas that has seen the most improvement...',
8             comments: [
9                 {
10                     id: 123,
11                     name: 'S Jobs',
12                     message: 'One more thing'
13                 }
14             ]
15         }
16     ]
17 }