]> git.proxmox.com Git - sencha-touch.git/blob - src/examples/kitchensink/userData.json
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / kitchensink / userData.json
1 [
2 {
3 "id": 1,
4 "name": "Ed Spencer",
5 "orders": [
6 {
7 "id": 100,
8 "status": "shipped",
9 "orderItems": [
10 {
11 "id": 453,
12 "price": 19.50,
13 "quantity": 3,
14 "name": "Some Product"
15 }
16 ]
17 },
18 {
19 "id": 101,
20 "status": "pending",
21 "orderItems": [
22 {
23 "id": 543,
24 "price": 54.99,
25 "quantity": 1,
26 "name": "Some Product"
27 },
28 {
29 "id": 544,
30 "price": 20,
31 "quantity": 2,
32 "name": "Another Product"
33 }
34 ]
35 }
36 ]
37 },
38 {
39 "id": 2,
40 "name": "Jamie Avins",
41 "orders": [
42 {
43 "id": 200,
44 "status": "shipped",
45 "orderItems": [
46 {
47 "id": 456,
48 "price": 19.50,
49 "quantity": 2,
50 "name": "A Product"
51 }
52 ]
53 }
54 ]
55 },
56 {
57 "id": 3,
58 "name": "Aaron Conran",
59 "orders": [
60 {
61 "id": 300,
62 "status": "back order",
63 "orderItems": [
64 {
65 "id": 743,
66 "price": 19.50,
67 "quantity": 2,
68 "name": "The Product"
69 }
70 ]
71 }
72 ]
73 },
74 {
75 "id": 4,
76 "name": "Robert Dougan",
77 "orders": [
78 {
79 "id": 400,
80 "status": "shipped",
81 "orderItems": [
82 {
83 "id": 666,
84 "price": 19.50,
85 "quantity": 1,
86 "name": "No Product"
87 }
88 ]
89 }
90 ]
91 }
92 ]