[
  {
    "custid": "C13",
    "name": "T. Cody",
    "address": {
      "street": "201 Main St.",
      "city": "St. Louis, MO",
      "zipcode": "63101"
    },
    "rating": 750
  },
  {
    "custid": "C25",
    "name": "M. Sinclair",
    "address": {
      "street": "690 River St.",
      "city": "Hanover, MA",
      "zipcode": "02340"
    },
    "rating": 690
  },
  {
    "custid": "C31",
    "name": "B. Pruitt",
    "address": {
      "street": "360 Mountain Ave.",
      "city": "St. Louis, MO",
      "zipcode": "63101"
    }
  },
  {
    "custid": "C35",
    "name": "J. Roberts",
    "address": {
      "street": "420 Green St.",
      "city": "Boston, MA",
      "zipcode": "02115"
    },
    "rating": 565
  },
  {
    "custid": "C37",
    "name": "T. Henry",
    "address": {
      "street": "120 Harbor Blvd.",
      "city": "Boston, MA",
      "zipcode": "02115"
    },
    "rating": 750
  },
  {
    "custid": "C41",
    "name": "R. Dodge",
    "address": {
      "street": "150 Market St.",
      "city": "St. Louis, MO",
      "zipcode": "63101"
    },
    "rating": 640
  },
  {
    "custid": "C47",
    "name": "S. Logan",
    "address": {
      "street": "Via del Corso",
      "city": "Rome, Italy"
    },
    "rating": 625
  }
]