Advertisement
Guest User

Result

a guest
Jun 30th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.01 KB | None | 0 0
  1. {
  2.  
  3.     "_index": "persons",
  4.     "_type": "person",
  5.     "_id": "701",
  6.     "_version": 1,
  7.     "_score": 1,
  8.     "_source": {
  9.         "firstname": "Austen",
  10.         "lastname": "Braun",
  11.         "id": 701,
  12.         "title": "Mr.",
  13.         "nickname": "",
  14.         "gender": "male",
  15.         "birthday": "2008-05-15",
  16.         "companies": [
  17.             "Abshire, Fadel and Kiehn"
  18.             ,
  19.             "Wolf-Bogan"
  20.             ,
  21.             "Kohler-Langosh"
  22.             ,
  23.             "Howe, Skiles and Boyer"
  24.             ,
  25.             "Rippin, Batz and Ondricka"
  26.             ,
  27.             "Gislason-Kirlin"
  28.         ],
  29.         "emailAddresses": [ ],
  30.         "addresses": [
  31.             "Doe Street 68, 28012 JaneVille"
  32.             ,
  33.             "Doe Street 12, 78992 JohnVille"
  34.             ,
  35.             "Doe Street 23, 75805 JaneVille"
  36.             ,
  37.             "Doe Street 95, 46066 JohnVille"
  38.             ,
  39.             "Doe Street 72, 28754 JohnVille"
  40.         ],
  41.         "phoneNumbers": [ ]
  42.     }
  43.  
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement