{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/food-forest-utopia-jupiter-fl",
  "name": "Food Forest Utopia",
  "description": "It's a beautiful spot to park your RV in Jupiter Farms. The food forest attracts all kinds of birds, bees, and butterflies. There's always something in bloom, and racks of bananas are abundant. We're only four miles from the gorgeous Riverbend Park, and eleven miles from Jupiter's beautiful beach.",
  "url": "https://campertunity.com/listings/campgrounds/food-forest-utopia-jupiter-fl",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/v1703796430/campground-photos/h0qdsiygmc0ghl4ob7a9.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Jupiter",
    "addressRegion": "FL",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 26.90607,
    "longitude": -80.23827
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}