Guest User

Untitled

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