Guest User

Untitled

a guest
Nov 23rd, 2017
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. [
  2. {
  3. "name": "Facebook",
  4. "address": "Da Costakade 150, 1053 XC, Amsterdam",
  5. "country": "Netherlands",
  6. "contacts": [
  7. "contact person 1",
  8. "contact person 2"
  9. ],
  10. "emails": [
  11. "primary@email.com",
  12. "secondary@email.com",
  13. "etc@email.com"
  14. ],
  15. "phonenumbers": [
  16. "123",
  17. "456",
  18. "789"
  19. ],
  20. "categories": [
  21. "web",
  22. "social",
  23. "zuckerburg",
  24. "news feed"
  25. ],
  26. "notes": [
  27. {
  28. "date": "unixtimestamp",
  29. "text": "the text"
  30. },
  31. {
  32. "date": "unixtimestamp",
  33. "text": "the text"
  34. },
  35. {
  36. "date": "unixtimestamp",
  37. "text": "the text"
  38. },
  39. {
  40. "date": "unixtimestamp",
  41. "text": "the text"
  42. }
  43. ]
  44. },
  45. {
  46. "name": "Google",
  47. "address": "Da Costakade 150, 1053 XC, Amsterdam",
  48. "country": "Netherlands",
  49. "contacts": [
  50. "contact person 1",
  51. "contact person 2"
  52. ],
  53. "emails": [
  54. "primary@email.com",
  55. "secondary@email.com",
  56. "etc@email.com"
  57. ],
  58. "phonenumbers": [
  59. "123",
  60. "456",
  61. "789"
  62. ],
  63. "categories": [
  64. "search",
  65. "mail",
  66. "html"
  67. ],
  68. "notes": [
  69. {
  70. "date": "unixtimestamp",
  71. "text": "the text"
  72. },
  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. }
  87. ]
Add Comment
Please, Sign In to add comment