{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-cape-may-court-house-nj",
  "name": "Spot2Nite",
  "description": "Check out Little Oaks Campground in Cape May Court House, New Jersey on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-cape-may-court-house-nj",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Cape May Court House",
    "addressRegion": "NJ",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.1675417,
    "longitude": -74.7648404
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}