Guest User

Contacts.json

a guest
Oct 6th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.39 KB | None | 0 0
  1. {
  2.     "contacts": [
  3.         {
  4.             "Name": "Test Recip",
  5.             "CodeName": "TestDude",
  6.             "Email": "TestEmail@gmail.com",
  7.             "Key": "TestKEy"
  8.         },
  9.         {
  10.             "Name": "Test Recip2",
  11.             "CodeName": "TestDude2",
  12.             "Email": "TestEmail2@gmail.com",
  13.             "Key": "TestKEy"
  14.         },
  15.         {
  16.             "Name": "Test Recip3",
  17.             "CodeName": "TestDude3",
  18.             "Email": "TestEmail3@gmail.com",
  19.             "Key": "TestKEy"
  20.         }
  21.     ]
  22. }
Add Comment
Please, Sign In to add comment