-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathusers.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
[
{
"id": 0,
"name": "Josh N",
"email": "jnavi@ucsd.edu",
"hasImage": false,
"image": "",
"description": "Co-Founder and creater of GO!outside",
"places": [
{
"id": 3,
"name": "Salk Institute",
"description": "A very popular spot for photographers. The institution may look a bit dreary at certain angles, but the immense view of the Pacific and institute's symmetry provide an amazing view",
"image" : "/images/salk.jpg" ,
"ratings" : {
"overall": 5,
"secluded": 5,
"romantic": 5,
"quiet": 5
}
},
{
"id": 4,
"name": "Scripps Swings",
"description": "Hidden swings sets located near the Scripps Institute of Oceanography provide a breathtaking view of the Pacific Coast.",
"image" : "/images/sioswings.jpg" ,
"ratings" : {
"overall": 5,
"secluded": 5,
"romantic": 5,
"quiet": 5
}
}
],
"pass": "password"
}
]