{
  "name": "cron_parser",
  "description": "在线Cron表达式解析工具，支持解析和验证标准5段式Cron表达式，解释每个字段含义，计算下次执行时间。",
  "category": "开发工具",
  "ui_url": "/tools/cron_parser/",
  "api_url": null,
  "method": "NONE",
  "parameters": {
    "expression": {
      "type": "string",
      "required": true,
      "description": "Cron表达式（标准5段式：分 时 日 月 周）"
    }
  },
  "response": {
    "result": "解析结果，包含表达式各字段解释和下次执行时间"
  },
  "example": {
    "expression": "0 0 * * *"
  }
}
