Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.12 KB | None | 0 0
  1. [
  2.   {
  3.     "display_name": "Ben Schumann",
  4.     "first_name": "Ben",
  5.     "middle_name": null,
  6.     "last_name": "Schumann",
  7.     "name_suffix": null,
  8.     "username": "schumann.49",
  9.     "email": "schumann.49@osu.edu",
  10.     "address": {
  11.       "building": {
  12.         "name": "Arps Hall",
  13.         "number": "011",
  14.         "url": "http://www.osu.edu/map/building.php?building=011"
  15.       },
  16.       "room_number": "311",
  17.       "street1": "1945 N High Street",
  18.       "street2": null,
  19.       "city": "Columbus",
  20.       "state": "OH",
  21.       "zip": "43210"
  22.     },
  23.     "phone": {},
  24.     "majors": [
  25.       {
  26.         "major": "Economics",
  27.         "college": "Arts and Sciences"
  28.       },
  29.       {
  30.         "major": "Political Science",
  31.         "college": "Arts and Sciences"
  32.       }
  33.     ],
  34.     "affiliations": [      
  35.       "Student",
  36.       "Student Employee"
  37.     ],
  38.     "appointments": [
  39.       {
  40.         "job_title": "Student Assistant",
  41.         "working_title": "Student Office Assistant",
  42.         "organization": "Economics",
  43.         "org_code": "07220",
  44.         "vp_college_name": "Arts and Sciences"
  45.       }
  46.     ]
  47.   }
  48. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement