forked from antonmihaylov/OpenXmlTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
59 lines (59 loc) · 914 Bytes
/
data.json
File metadata and controls
59 lines (59 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Antoniantaz",
"addresses": [
{
"city": {
"name": "Novigrad",
"province": "Plovdiv"
},
"streets": [
{
"name": "First street",
"number": 24
},
{
"name": "Second Street",
"number": 68
}
],
"phoneNumbers": [
"0000",
"1111"
]
},
{
"city": {
"name": "Khan",
"province": "Plovdiv"
},
"streets": [
{
"name": "Third street",
"number": 28
},
{
"name": "Fourth Street",
"number": 44
}
],
"phoneNumbers": [
"2222",
"3333"
]
}
],
"items": [
{
"Text": "Image1",
"pic": "test.jpg"
},
{
"Text": "Image2",
"pic": "test2.jpg"
},
{
"Text": "Image3",
"pic": "test3.jpg"
}
]
}