/ext-4.1.0_b3/docs/guides/data/examples/associations_validations/data/users/1/index.html
https://bitbucket.org/srogerf/javascript · HTML · 25 lines · 25 code · 0 blank · 0 comment · 0 complexity · f0f64d4abb84e4e41c56ada3cedfb6e0 MD5 · raw file
- {
- success: true,
- users: [
- {
- id: 1,
- name: 'Ed',
- age: 25,
- gender: 'male',
- posts: [
- {
- id : 12,
- title: 'All about data in Ext JS 4',
- body : 'One areas that has seen the most improvement...',
- comments: [
- {
- id: 123,
- name: 'S Jobs',
- message: 'One more thing'
- }
- ]
- }
- ]
- }
- ]
- }