{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/little-johns-campground-cherokee-nc",
  "name": "Little John's Campground",
  "description": "Check out Little John's Campground in Cherokee, North Carolina on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/little-johns-campground-cherokee-nc",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Highway 19 N",
    "addressLocality": "Cherokee",
    "addressRegion": "NC",
    "postalCode": "28719",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.4689509,
    "longitude": -83.3038546
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}