Files
kjvstudy.org/kjvstudy_org/data/featured_verses.json
kennethreitz 498b191afa Migrate hardcoded data to JSON files for better maintainability
Move static reference data from Python modules to JSON files in data/ directory:
- Bible metadata (testament lists, book abbreviations) → bible_metadata.json
- Chapter explanations and popularity scores → chapter_explanations.json, popular_chapters.json
- Featured verses for verse of the day → featured_verses.json
- Resource slugs for sitemap generation → resource_slugs.json

Benefits: easier content updates, better separation of data and code, enables non-developer content management. All 252 tests passing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 17:45:26 -05:00

36 lines
1.6 KiB
JSON

{
"verses": [
{"book": "John", "chapter": 3, "verse": 16},
{"book": "Psalms", "chapter": 23, "verse": 1},
{"book": "Proverbs", "chapter": 3, "verse": 5},
{"book": "Philippians", "chapter": 4, "verse": 13},
{"book": "Romans", "chapter": 8, "verse": 28},
{"book": "Isaiah", "chapter": 40, "verse": 31},
{"book": "Jeremiah", "chapter": 29, "verse": 11},
{"book": "Joshua", "chapter": 1, "verse": 9},
{"book": "Matthew", "chapter": 11, "verse": 28},
{"book": "Psalms", "chapter": 46, "verse": 10},
{"book": "Romans", "chapter": 12, "verse": 2},
{"book": "2 Timothy", "chapter": 1, "verse": 7},
{"book": "Proverbs", "chapter": 22, "verse": 6},
{"book": "1 Corinthians", "chapter": 13, "verse": 4},
{"book": "Galatians", "chapter": 5, "verse": 22},
{"book": "Hebrews", "chapter": 11, "verse": 1},
{"book": "James", "chapter": 1, "verse": 2},
{"book": "1 Peter", "chapter": 5, "verse": 7},
{"book": "Psalms", "chapter": 119, "verse": 105},
{"book": "Matthew", "chapter": 6, "verse": 33},
{"book": "John", "chapter": 14, "verse": 6},
{"book": "Romans", "chapter": 5, "verse": 8},
{"book": "Ephesians", "chapter": 2, "verse": 8},
{"book": "Psalms", "chapter": 27, "verse": 1},
{"book": "Isaiah", "chapter": 41, "verse": 10},
{"book": "Matthew", "chapter": 28, "verse": 19},
{"book": "John", "chapter": 1, "verse": 1},
{"book": "Psalms", "chapter": 51, "verse": 10},
{"book": "Proverbs", "chapter": 18, "verse": 10},
{"book": "2 Corinthians", "chapter": 5, "verse": 17},
{"book": "Colossians", "chapter": 3, "verse": 23}
]
}