{
    "crop_ids": {
        "1945": "alfalfa",
        "1947": "corn",
        "1949": "cotton",
        "1951": "grass_hay",
        "1953": "peanut",
        "1954": "sesame",
        "1957": "sorghum",
        "1959": "soybean",
        "1963": "wheat"
    },
    "config": {
        "alfalfa": {
            "planting_date": { "month": "02", "day": "15" },
            "base": 41,
            "cap": 86
        },
        "corn": {
            "planting_date": { "month": "03", "day": "20" },
            "base": 50,
            "cap": 86
        },
        "cotton": {
            "planting_date": { "month": "05", "day": "10" },
            "base": 60,
            "cap": 100
        },
        "grass_hay": {
            "planting_date": { "month": "03", "day": "01" },
            "base": 50,
            "cap": 86
        },
        "peanut": {
            "planting_date": { "month": "05", "day": "10" },
            "base": 55,
            "cap": 95
        },
        "sesame": {
            "planting_date": { "month": "05", "day": "20" },
            "base": 50,
            "cap": 100
        },
        "sorghum": {
            "planting_date": { "month": "05", "day": "01" },
            "base": 55,
            "cap": 95
        },
        "soybean_single_crop": {
            "planting_date": { "month": "04", "day": "10" },
            "base": 50,
            "cap": 95
        },
        "soybean_double_crop": {
            "planting_date": { "month": "06", "day": "10" },
            "base": 50,
            "cap": 95
        },
        "wheat": {
            "planting_date": { "month": "10", "day": "01" },
            "base": 32,
            "cap": 86
        }
    }
}