{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/grays-landing-rv-park-livingston-tx",
  "name": "Gray's Landing RV Park",
  "description": "Check out Gray's Landing RV Park in Livingston, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/grays-landing-rv-park-livingston-tx",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Livingston",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.7565506,
    "longitude": -94.9102583
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}