Advertisement
Guest User

Untitled

a guest
Feb 4th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. {
  2.  
  3. "local_id" : "1841",
  4.  
  5. "name_first" : "tiger",
  6.  
  7. "name_last" : "lion",
  8.  
  9. "address" : [
  10. {
  11. "id" : 1,
  12. "address_type" : "Home",
  13. "city" : "Delhi",
  14. "country" : "",
  15. "po_box" : ""
  16. },
  17. {
  18. "id" : 2,
  19. "address_type" : "Work",
  20. "city" : "",
  21. "country" : "",
  22. "po_box" : ""
  23. }
  24. ],
  25.  
  26. "email" : [
  27. {
  28. "email_id" : "blah@gmail.com",
  29. "id" : 1,
  30. "type" : "Home"
  31. },
  32. {
  33. "email_id" : "Pearl1@gmail.com",
  34. "id" : 2,
  35. "type" : "Work"
  36. }
  37. ],
  38.  
  39. "phone_number" : [
  40. {
  41. "id" : 1,
  42. "no" : "+911234567890",
  43. "type" : "Mobile"
  44. },
  45. {
  46. "id" : 2,
  47. "no" : "+917894561230",
  48. "type" : "work"
  49. }
  50. ]
  51.  
  52. }`
  53.  
  54. `
  55. {
  56.  
  57. "local_id" : "1730",
  58. "name_first" : "lion",
  59. "name_last" : "king",
  60.  
  61. "address" : [
  62. {
  63. "id" : 1,
  64. "address_type" : "Home",
  65. "city" : "Delhi",
  66. "country" : "India",
  67. "po_box" : "110041"
  68. },
  69. {
  70. "id" : 2,
  71. "address_type" : "Work",
  72. "city" : "Delhi-NCR",
  73. "country" : "India",
  74. "po_box" : "110048"
  75. },
  76. {
  77. "id" : 3,
  78. "address_type" : "Work",
  79. "city" : "Delhi-NCR",
  80. "country" : "Indai",
  81. "po_box" : "110048"
  82. }
  83. ],
  84.  
  85. "email" : [
  86. {
  87. "email_id" : "updatethis@gmail.com",
  88. "id" : 1,
  89. "type" : "Home"
  90. },
  91. {
  92. "email_id" : "Pearl1@gmail.com",
  93. "id" : 2,
  94. "type" : "Work"
  95. },
  96. {
  97. "email_id" : "addthisarray@gmail.com",
  98. "id" : 3,
  99. "type" : "personal"
  100. }
  101. ],
  102.  
  103. "phone_number" : [
  104. {
  105. "id" : 1,
  106. "no" : "+911234567890",
  107. "type" : "Mobile"
  108. }
  109. /*second array not here so remove that array from that document*/
  110. ]
  111.  
  112. }`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement