-
Notifications
You must be signed in to change notification settings - Fork 54
/
JSON_1.html
39 lines (37 loc) · 1.12 KB
/
JSON_1.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<link type="text/css" rel="stylesheet" href="style.css">
<link type="text/css" rel="stylesheet" href="prettify.css">
<script type="text/javascript" src="prettify.js"></script>
<link type="text/css" rel="stylesheet" href="style.css">
<title></title>
</head>
<body onload="prettyPrint()">
<div id="body">
<div id="header">
<pre style="font-size:0.7em;", class="prettyprint">{
"lang": "en_US",
"city": "New York",
"name": "Drew Conway",
"zip": "10014",
"bio": "PhD Candidate in Politics at NYU; studying terrorism, insurgency and technology",
"country": "us",
"topics": [ ],
"other_services": {
"twitter": {"identifier": "@drewconway"}
},
"lon": "-74.01000213623047",
"joined": "Sun Mar 22 20:07:06 EDT 2009",
"state": "NY",
"link": "http://www.meetup.com/members/9179090",
"lat": "40.72999954223633",
"visited": "2011-12-30 11:47:24 EST",
"id": "9179090",
"photo_url": "<a href="http://bit.ly/x0gm6S">http://bit.ly/x0gm6S</a>"
},
</pre>
</div>
</div>
</body>
</html>