﻿{
  "month": "лютий",
  "year": 2026,
  "weekdays": ["Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Нд"],
  "days": [
    { "day": 26, "currentMonth": false },
    { "day": 27, "currentMonth": false },
    { "day": 28, "currentMonth": false },
    { "day": 29, "currentMonth": false },
    { "day": 30, "currentMonth": false },
    { "day": 31, "currentMonth": false },
    { "day": 1,  "currentMonth": false },

    { "day": 2,  "currentMonth": false },
    { "day": 3,  "currentMonth": false },
    { "day": 4,  "currentMonth": false },
    { "day": 5,  "currentMonth": false },
    { "day": 6,  "currentMonth": true, "color": "red" },
    { "day": 7,  "currentMonth": false },
    { "day": 8,  "currentMonth": false },

    { "day": 9,  "currentMonth": false },
    { "day": 10, "currentMonth": false },
    { "day": 11, "currentMonth": false },
    { "day": 12, "currentMonth": false },
    { "day": 13, "currentMonth": false },
    { "day": 14, "currentMonth": false },
    { "day": 15, "currentMonth": true, "color": "red" },

    { "day": 16, "currentMonth": false },
    { "day": 17, "currentMonth": false },
    { "day": 18, "currentMonth": false },
    { "day": 19, "currentMonth": false },
    { "day": 20, "currentMonth": false },
    { "day": 21, "currentMonth": false },
    { "day": 22, "currentMonth": false },

    { "day": 23, "currentMonth": false },
    { "day": 24, "currentMonth": false },
    { "day": 25, "currentMonth": false },
    { "day": 26, "currentMonth": true, "color": "red" },
    { "day": 27, "currentMonth": true, "color": "red" },
    { "day": 28, "currentMonth": false },
    { "day": 1,  "currentMonth": false }
  ]
}
