Guest User

Untitled

a guest
Nov 23rd, 2017
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. [
  2. {
  3. "name": "John Doe",
  4. "gender": "male",
  5. "relationship_status": "married",
  6. "job_title": "Web Developer",
  7. "employer": "Facebook",
  8. "birthdate": "0000-00-00",
  9. "address": "Da Costakade 150, 1053 XC, Amsterdam",
  10. "country": "Netherlands",
  11. "language": "dutch/english",
  12. "emails": [
  13. "primary@email.com",
  14. "secondary@email.com",
  15. "etc@email.com"
  16. ],
  17. "phonenumbers": [
  18. "123",
  19. "456",
  20. "789"
  21. ],
  22. "categories": [
  23. "developer",
  24. "php",
  25. "html",
  26. "apache"
  27. ],
  28. "notes": [
  29. {
  30. "date": "unixtimestamp",
  31. "text": "the text"
  32. },
  33. {
  34. "date": "unixtimestamp",
  35. "text": "the text"
  36. },
  37. {
  38. "date": "unixtimestamp",
  39. "text": "the text"
  40. },
  41. {
  42. "date": "unixtimestamp",
  43. "text": "the text"
  44. }
  45. ]
  46. },
  47. {
  48. "name": "Jane Doe",
  49. "gender": "female",
  50. "relationship_status": "single",
  51. "job_title": "Illustrator and front-end developer",
  52. "employer": "Google",
  53. "birthdate": "0000-00-00",
  54. "address": "Da Costakade 150, 1053 XC, Amsterdam",
  55. "country": "Netherlands",
  56. "language": "dutch/english",
  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. ]
Add Comment
Please, Sign In to add comment