-
Notifications
You must be signed in to change notification settings - Fork 0
/
programs.json
executable file
·32 lines (32 loc) · 1.06 KB
/
programs.json
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
[
{
"id": "1",
"name": "Health Awareness Program",
"tags": "health, education, diet",
"description": "This is the description of the program and what it offers to the public.",
"url": "http://example.com",
"state": "Washington",
"phone": "555-523-2233",
"email": "[email protected]"
},
{
"id": "2",
"name": "Child Nutrition Program",
"tags": "nutrition, outreach, diet",
"description": "This is the description of the program and what it offers to the public.",
"url": "http://example.com",
"state": "California",
"phone": "555-523-2233",
"email": "[email protected]"
},
{
"id": "3",
"name": "Senior Outreach Program",
"tags": "senior, outreach, education",
"description": "This is the description of the program and what it offers to the public.",
"url": "http://example.com",
"state": "Ohio",
"phone": "555-523-2233",
"email": "[email protected]"
}
]