0
|
1 [
|
|
2 {
|
|
3 "id": 1,
|
|
4 "name": "entry1",
|
|
5 "description": "description of entry",
|
|
6 "lon": 1,
|
|
7 "lat": 1,
|
|
8 "place": "place1",
|
|
9 "time": "2001",
|
|
10 "tableContent": {
|
|
11 "column1":"c1value1",
|
|
12 "column2":"c2value1"
|
|
13 }
|
|
14 },
|
|
15 {
|
|
16 "id": 2,
|
|
17 "name": "entry2",
|
|
18 "description": "description of entry",
|
|
19 "lon": 2,
|
|
20 "lat": 2,
|
|
21 "place": "place2",
|
|
22 "time": "2002",
|
|
23 "tableContent": {
|
|
24 "column1":"c1value2",
|
|
25 "column2":"c2value2"
|
|
26 }
|
|
27 },
|
|
28 {
|
|
29 "id": 3,
|
|
30 "name": "entry1",
|
|
31 "description": "description of entry",
|
|
32 "lon": 3,
|
|
33 "lat": 3,
|
|
34 "place": "place3",
|
|
35 "time": "2003",
|
|
36 "tableContent": {
|
|
37 "column1":"c1value3",
|
|
38 "column2":"c2value3"
|
|
39 }
|
|
40 },
|
|
41 {
|
|
42 "id": 4,
|
|
43 "name": "entry4",
|
|
44 "description": "description of entry",
|
|
45 "lon": 4,
|
|
46 "lat": 4,
|
|
47 "place": "place4",
|
|
48 "time": "2004",
|
|
49 "tableContent": {
|
|
50 "column1":"c1value4",
|
|
51 "column2":"c2value4"
|
|
52 }
|
|
53 },
|
|
54 {
|
|
55 "id": 5,
|
|
56 "name": "entry5",
|
|
57 "description": "description of entry",
|
|
58 "lon": 5,
|
|
59 "lat": 5,
|
|
60 "place": "place5",
|
|
61 "time": "2005",
|
|
62 "tableContent": {
|
|
63 "column1":"c1value5",
|
|
64 "column2":"c2value5"
|
|
65 }
|
|
66 },
|
|
67 {
|
|
68 "id": 6,
|
|
69 "name": "entry6",
|
|
70 "description": "description of entry",
|
|
71 "lon": 6,
|
|
72 "lat": 6,
|
|
73 "place": "place6",
|
|
74 "time": "2006",
|
|
75 "tableContent": {
|
|
76 "column1":"c1value6",
|
|
77 "column2":"c2value6"
|
|
78 }
|
|
79 }
|
|
80 ]
|