Advertisement
LockdateforGHS

Json User Data

Apr 15th, 2023
1,333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.21 KB | None | 0 0
  1. {
  2.   "users": [
  3.     {
  4.       "username": "Joh122n",
  5.       "first_name": "John",
  6.       "last_name": "Doe",
  7.       "email": "johndoe@example.com",
  8.       "age": 28,
  9.       "gender": "male",
  10.       "interests": [
  11.         "hiking",
  12.         "reading",
  13.         "traveling"
  14.       ],
  15.       "location": {
  16.         "city": "New York",
  17.         "state": "NY",
  18.         "country": "USA"
  19.       },
  20.       "education": {
  21.         "degree": "Bachelor's",
  22.         "major": "Computer Science",
  23.         "school": "NYU"
  24.       },
  25.       "occupation": "Software Engineer"
  26.     },
  27.     {
  28.       "username": "Seb1391",
  29.       "first_name": "Sebastian",
  30.       "last_name": "Smith",
  31.       "email": "sebsmith@example.com",
  32.       "age": 33,
  33.       "gender": "male",
  34.       "interests": [
  35.         "running",
  36.         "cooking",
  37.         "music"
  38.       ],
  39.       "location": {
  40.         "city": "Los Angeles",
  41.         "state": "CA",
  42.         "country": "USA"
  43.       },
  44.       "education": {
  45.         "degree": "Master's",
  46.         "major": "Business Administration",
  47.         "school": "UCLA"
  48.       },
  49.       "occupation": "Marketing Manager"
  50.     },
  51.     {
  52.       "username": "MeGirl12233",
  53.       "first_name": "Megan",
  54.       "last_name": "Jones",
  55.       "email": "megjones@example.com",
  56.       "age": 25,
  57.       "gender": "female",
  58.       "interests": [
  59.         "painting",
  60.         "yoga",
  61.         "traveling"
  62.       ],
  63.       "location": {
  64.         "city": "Chicago",
  65.         "state": "IL",
  66.         "country": "USA"
  67.       },
  68.       "education": {
  69.         "degree": "Bachelor's",
  70.         "major": "Art History",
  71.         "school": "University of Chicago"
  72.       },
  73.       "occupation": "Artist"
  74.     },
  75.     {
  76.       "username": "Noob1101",
  77.       "first_name": "Josh",
  78.       "last_name": "Johnson",
  79.       "email": "joshjohnson@example.com",
  80.       "age": 19,
  81.       "gender": "male",
  82.       "interests": [
  83.         "gaming",
  84.         "music",
  85.         "hiking"
  86.       ],
  87.       "location": {
  88.         "city": "Austin",
  89.         "state": "TX",
  90.         "country": "USA"
  91.       },
  92.       "education": {
  93.         "degree": "High School Diploma",
  94.         "major": null,
  95.         "school": "Austin High School"
  96.       },
  97.       "occupation": "Student"
  98.     }
  99.   ]
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement