Guest User

Untitled

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