Advertisement
Guest User

Untitled

a guest
May 29th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1. {
  2.    "fields":[
  3.       "contact_data.addresses.city",
  4.       "contact_data.phones.number",
  5.       "name"
  6.    ],
  7.    "hits":[
  8.       {
  9.          "id":1,
  10.          "preview":{
  11.             "name":"Иванов Иван",
  12.             "contact_data.phones.number":"+78121234567"
  13.          },
  14.          "source":null
  15.       },
  16.       {
  17.          "id":3,
  18.          "preview":{
  19.             "name":"Иванов Петр",
  20.             "contact_data.addresses.city":"Санкт-Петербург",
  21.             "contact_data.phones.number":"+7812 12 34 999"
  22.          },
  23.          "source":null
  24.       }
  25.    ],
  26.    "success":true,
  27.    "total_count":2
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement