Advertisement
Guest User

Untitled

a guest
Jun 29th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.61 KB | None | 0 0
  1.                   var agent = [
  2.                       {
  3.                           listingsCount: 12,
  4.                           missedOpportunity: 0,
  5.                           agent: {
  6.                               id: "123",
  7.                               tokens: 1100,
  8.                               plan: {
  9.                                   name: "120 Tokens",
  10.                                   id: "43234",
  11.                                   token: 120,
  12.                                   cost: 49
  13.                               },
  14.                               phone: "49304",
  15.                               email: "xfa@gmail.com",
  16.                               thumbnail: "4242",
  17.                               firstName: "XYZ",
  18.                               lastName: "ABC"
  19.                           },
  20.                           acceptedOpportunityCount: 12
  21.                       },
  22.                       {
  23.                           listingsCount: 34,
  24.                           missedOpportunity: 12,
  25.                           agent: {
  26.                               id: "1521",
  27.                               tokens: 800,
  28.                               plan: {
  29.                                   name: "1100 Tokens",
  30.                                   id: "43234",
  31.                                   token: 1100,
  32.                                   cost: 199
  33.                               },
  34.                               phone: "16787654",
  35.                               email: "era@gmail.com",
  36.                               thumbnail: "5678",
  37.                               firstName: "TAR",
  38.                               lastName: "BALL"
  39.                           },
  40.                           acceptedOpportunityCount: 51
  41.                       },
  42.                       {
  43.                           listingsCount: 10,
  44.                           missedOpportunity: 2,
  45.                           agent: {
  46.                               id: "942",
  47.                               tokens: 500,
  48.                               plan: {
  49.                                   name: "50 Tokens",
  50.                                   id: "fa13",
  51.                                   token: 50,
  52.                                   cost: 9
  53.                               },
  54.                               phone: "8485021412",
  55.                               email: "ade@gmail.com",
  56.                               thumbnail: "420420420",
  57.                               firstName: "TOK",
  58.                               lastName: "KOT"
  59.                           },
  60.                           acceptedOpportunityCount: 4
  61.                       }
  62.                   ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement