{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-granite-falls-nc",
  "name": "Spot2Nite",
  "description": "Check out Tough Enough Rodeo & Campground in Granite Falls, North Carolina on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-granite-falls-nc",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Granite Falls",
    "addressRegion": "NC",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.8780581,
    "longitude": -81.4000685
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/north-carolina/granite-falls/tough-enough-rodeo-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}