Advertisement
Guest User

Untitled

a guest
Apr 9th, 2016
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. var users = [
  2. {"FullName": "User one", "Email": "one@mail.com", "Phone": "1234567890", "Id": 1},
  3. {"FullName": "User two", "Email": "two@mail.com", "Phone": "1234567890", "Id": 2},
  4. {"FullName": "User three", "Email": "three@mail.com", "Phone": "1234567890", "Id": 15},
  5. {"FullName": "User four", "Email": "three@mail.com", "Phone": "1234567890", "Id": 14},
  6. {"FullName": "User five", "Email": "three@mail.com", "Phone": "1234567890", "Id": 12},
  7. {"FullName": "User six", "Email": "three@mail.com", "Phone": "1234567890", "Id": 8},
  8. {"FullName": "User seven", "Email": "three@mail.com", "Phone": "1234567890", "Id": 16},
  9. {"FullName": "User eight", "Email": "nine@mail.com", "Phone": "1234567890", "Id": 9},
  10. {"FullName": "User nine", "Email": "nine@mail.com", "Phone": "1234567890", "Id": 25},
  11. {"FullName": "User ten", "Email": "ten@mail.com", "Phone": "999", "Id": 26},
  12. {"FullName": "User eleven", "Email": "eleven@mail.com", "Phone": "1234567890", "Id": 27}
  13. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement