{
  "version": "1.0",
  "updated": "2026-07-23",
  "count": 2,
  "hymns": [
    {
      "id": 1,
      "number": 1,
      "title": "Amazing Grace",
      "category": "Entrance",
      "language": "English",
      "author": "John Newton",
      "copyright": "Public Domain",
      "key": "G",
      "tempo": "Moderate",
      "tags": ["Grace", "Faith"],
      "verses": [
        "Amazing grace! How sweet the sound...",
        "'Twas grace that taught my heart to fear..."
      ],
      "chorus": ""
    },
    {
      "id": 2,
      "number": 2,
      "title": "Holy God We Praise Thy Name",
      "category": "Praise",
      "language": "English",
      "author": "Ignaz Franz",
      "copyright": "Public Domain",
      "key": "F",
      "tempo": "Slow",
      "tags": ["Praise"],
      "verses": [
        "Holy God, we praise Thy Name..."
      ],
      "chorus": ""
    }
  ]
}