Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. ----- Candidates -----
  2.  
  3. [
  4. {
  5. "name": "John Doe",
  6. "gender": "male",
  7. "relationship_status": "married",
  8. "job_title": "Web Developer",
  9. "employer": "Facebook",
  10. "birthdate": "0000-00-00",
  11. "address": "Da Costakade 150, 1053 XC, Amsterdam",
  12. "country": "Netherlands",
  13. "emails": [
  14. "primary@email.com",
  15. "secondary@email.com",
  16. "etc@email.com"
  17. ],
  18. "phonenumbers": [
  19. "123",
  20. "456",
  21. "789"
  22. ],
  23. "categories": [
  24. "developer",
  25. "php",
  26. "html",
  27. "apache"
  28. ],
  29. "notes": [
  30. {
  31. "date": "unixtimestamp",
  32. "text": "the text"
  33. },
  34. {
  35. "date": "unixtimestamp",
  36. "text": "the text"
  37. },
  38. {
  39. "date": "unixtimestamp",
  40. "text": "the text"
  41. },
  42. {
  43. "date": "unixtimestamp",
  44. "text": "the text"
  45. }
  46. ]
  47. },
  48. {
  49. "name": "Jane Doe",
  50. "gender": "female",
  51. "relationship_status": "single",
  52. "job_title": "Illustrator and front-end developer",
  53. "employer": "Google",
  54. "birthdate": "0000-00-00",
  55. "address": "Da Costakade 150, 1053 XC, Amsterdam",
  56. "country": "Netherlands",
  57. "emails": [
  58. "primary@email.com",
  59. "secondary@email.com",
  60. "etc@email.com"
  61. ],
  62. "phonenumbers": [
  63. "123",
  64. "456",
  65. "789"
  66. ],
  67. "categories": [
  68. "illustrator",
  69. "javascript",
  70. "html"
  71. ],
  72. "notes": [
  73. {
  74. "date": "unixtimestamp",
  75. "text": "the text"
  76. },
  77. {
  78. "date": "unixtimestamp",
  79. "text": "the text"
  80. },
  81. {
  82. "date": "unixtimestamp",
  83. "text": "the text"
  84. },
  85. {
  86. "date": "unixtimestamp",
  87. "text": "the text"
  88. }
  89. ]
  90. }
  91. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement