Advertisement
Guest User

Intended result

a guest
Jun 30th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.46 KB | None | 0 0
  1. {
  2.  
  3.     "_index": "persons",
  4.     "_type": "person",
  5.     "_id": "712",
  6.     "_version": 1,
  7.     "_score": 1,
  8.     "_source": {
  9.         "firstname": "Terrill",
  10.         "lastname": "Parker",
  11.         "id": 712,
  12.         "title": "Mr.",
  13.         "nickname": "",
  14.         "gender": "male",
  15.         "birthday": "1970-07-12",
  16.         "companies": [
  17.             "Abshire, Fadel and Kiehn"
  18.             ,
  19.             "Zemlak Ltd"
  20.             ,
  21.             "McDermott, Schuppe and Mayer"
  22.             ,
  23.             "Ledner, Rosenbaum and Maggio"
  24.             ,
  25.             "Schoen PLC"
  26.             ,
  27.             "Hills LLC"
  28.             ,
  29.             "Tromp, Abernathy and Kuvalis"
  30.             ,
  31.             "Toy, Gusikowski and Mohr"
  32.             ,
  33.             "Hyatt-Flatley"
  34.             ,
  35.             "Rippin, Batz and Ondricka"
  36.             ,
  37.             "Jenkins-Corwin"
  38.             ,
  39.             "Ratke PLC"
  40.         ],
  41.         "emailAddresses": [
  42.             "john66@doe.com"
  43.             ,
  44.             "pdoe@doe.info"
  45.         ],
  46.         "addresses": [
  47.             "Doe Street 31, 35283 JaneVille"
  48.             ,
  49.             "Doe Street 78, 46721 JohnVille"
  50.             ,
  51.             "Doe Street 48, 39953 JohnVille"
  52.             ,
  53.             "Doe Street 24, 31388 JohnVille"
  54.             ,
  55.             "Doe Street 84, 35932 JohnVille"
  56.         ],
  57.         "phoneNumbers": [
  58.             "747-058-484"
  59.             ,
  60.             "027-478-036"
  61.         ]
  62.     }
  63.  
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement