Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.27 KB | None | 0 0
  1. [
  2.     {
  3.         "classID" : "5d37b434dd47c465edcedcb3",
  4.         "firstname" : "teste 1",
  5.         "matricula" : "111",
  6.         "password" : "123",
  7.         "handles" : [
  8.             "veras",
  9.             "teste2"
  10.         ],
  11.         "photourl" : "http://userpic.codeforces.com/546204/avatar/6cc9f4e73af6d2bd.jpg",
  12.         "email" : "thiago.veras.machado@gmail.com",
  13.         "grades" :  {
  14.             "exams" : [
  15.                 1,
  16.                 2,
  17.                 3
  18.             ],
  19.             "projects" : [
  20.                 1,
  21.                 2,
  22.                 3
  23.             ],
  24.             "lists" : [
  25.                 1,
  26.                 2,
  27.                 3
  28.             ]
  29.         }
  30.     },
  31.     {
  32.         "classID" : "5d37b434dd47c465edcedcb3",
  33.         "firstname" : "teste 2",
  34.         "matricula" : "222",
  35.         "password" : "123",
  36.         "handles" : [
  37.             "veras",
  38.             "teste2"
  39.         ],
  40.         "photourl" : "shorturl.at/bkrXZ",
  41.         "email" : "teste2@gmail.com",
  42.         "grades" :  {
  43.             "exams" : [
  44.                 1.2,
  45.                 1.3,
  46.                 4.5
  47.             ],
  48.             "projects" : [
  49.                 6,
  50.                 1,
  51.                 2
  52.             ],
  53.             "lists" : [
  54.                 2.5,
  55.                 7.2,
  56.                 3.1
  57.             ]
  58.         }
  59.     },
  60.     {
  61.         "classID" : "5d37b434dd47c465edcedcb3",
  62.         "firstname" : "teste 3",
  63.         "matricula" : "333",
  64.         "password" : "123",
  65.         "handles" : [
  66.             "veras",
  67.             "teste2"
  68.         ],
  69.         "photourl" : "shorturl.at/bkrXZ",
  70.         "email" : "teste3@gmail.com",
  71.         "grades" :  {
  72.             "exams" : [
  73.                 1,
  74.                 2,
  75.                 3
  76.             ],
  77.             "projects" : [
  78.                 1,
  79.                 2,
  80.                 3
  81.             ],
  82.             "lists" : [
  83.                 2.1,
  84.                 2,
  85.                 3
  86.             ]
  87.         }
  88.     }
  89. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement