Advertisement
Guest User

Untitled

a guest
Jan 14th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.85 KB | None | 0 0
  1. [
  2.     {
  3.         "id": 4,
  4.         "firstName": "Alexandra",
  5.         "lastName": "Dumitrescu",
  6.         "email": "aledumitrescu@yahoo.com",
  7.         "password": "alexandraaaa"
  8.     },
  9.     {
  10.         "id": 5,
  11.         "firstName": "Alexandru",
  12.         "lastName": "Anghelescu",
  13.         "email": "alex_anghelescu@gmail.com",
  14.         "password": "aaa123456"
  15.     },
  16.     {
  17.         "id": 3,
  18.         "firstName": "Cristian",
  19.         "lastName": "Anghel",
  20.         "email": "anghelc@yahoo.com",
  21.         "password": "ac101010"
  22.     },
  23.     {
  24.         "id": 1,
  25.         "firstName": "Ioana",
  26.         "lastName": "Popa",
  27.         "email": "ioanap@yahoo.com",
  28.         "password": "ioanaaa"
  29.     },
  30.     {
  31.         "id": 2,
  32.         "firstName": "Victor",
  33.         "lastName": "Popescu",
  34.         "email": "victorp@yahoo.com",
  35.         "password": "victor123"
  36.     }
  37. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement