Guest User

json file

a guest
Dec 16th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.26 KB | None | 0 0
  1.  
  2. {
  3.     "count": 2,
  4.     "next": null,
  5.     "previous": null,
  6.     "results": [
  7.         {
  8.             "url": "http://127.0.0.1:8000/app/person/2/",
  9.             "id": 2,
  10.             "title": "mr",
  11.             "name": "person1",
  12.             "address": "whatever",
  13.             "city": {
  14.                 "url": "http://127.0.0.1:8000/app/cities/2/persons/",
  15.                 "id": 2,
  16.                 "city_name": "City1"
  17.             },
  18.             "test_set": [
  19.                 {
  20.                     "test_name": "Regular",
  21.                     "subject": "Math",
  22.                     "date": "2015-12-15T23:55:33.422679Z"
  23.                 }
  24.             ]
  25.         },
  26.         {
  27.             "url": "http://127.0.0.1:8000/app/person/3/",
  28.             "id": 3,
  29.             "title": "ms",
  30.             "name": "jamie",
  31.             "address": "2nd lane",
  32.             "city": {
  33.                 "url": "http://127.0.0.1:8000/app/cities/2/persons/",
  34.                 "id": 2,
  35.                 "city_name": "City2"
  36.             },
  37.             "test_set": [
  38.                 {
  39.                     "test_name": "Advanced",
  40.                     "subject": "English",
  41.                     "date": "2015-12-15T23:56:28.570859Z"
  42.                 }
  43.             ]
  44.         }
  45.     ]
  46. }
Add Comment
Please, Sign In to add comment