{
    "crop_ids": {
        "1943": "garden_vegetable",
        "1941": "grape",
        "1939": "lawn",
        "1937": "peach",
        "1935": "pecan",
        "1933": "sweet_corn",
        "1928": "tomato",
        "1926": "watermelon"
    },
    "config": {
        "garden_vegetable": {
            "planting_date": { "month": "03", "day": "01"}
        },
        "grape": {
            "planting_date": { "month": "03", "day": "01"}
        },
        "lawn_cool": {
            "planting_date": { "month": "03", "day": "01"}
        },
        "lawn_warm": {
            "planting_date": { "month": "04", "day": "15"}
        },
        "peach": {
            "planting_date": { "month": "04", "day": "01"}
        },
        "pecan": {
            "planting_date": { "month": "05", "day": "01"}
        },
        "sweet_corn": {
            "planting_date": { "month": "03", "day": "20"},
            "relative_maturity_days": 120
        },
        "tomato": {
            "planting_date": { "month": "04", "day": "10"}
        },
        "watermelon": {
          "planting_date": { "month": "05", "day": "01" },
          "relative_maturity_days": 80
        }
    }
}