cskit-biblekjv 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/Gemfile +8 -0
- data/History.txt +3 -0
- data/LICENSE +177 -0
- data/README.md +0 -0
- data/Rakefile +37 -0
- data/cskit-biblekjv.gemspec +25 -0
- data/lib/cskit-biblekjv.rb +7 -0
- data/lib/cskit-biblekjv/bible_splitter.rb +91 -0
- data/lib/cskit-biblekjv/version.rb +5 -0
- data/lib/cskit-biblekjv/volume.rb +49 -0
- data/lib/cskit/bible/kjv.rb +17 -0
- data/resources/bible/kjv/acts/1.json +1 -0
- data/resources/bible/kjv/acts/10.json +1 -0
- data/resources/bible/kjv/acts/11.json +1 -0
- data/resources/bible/kjv/acts/12.json +1 -0
- data/resources/bible/kjv/acts/13.json +1 -0
- data/resources/bible/kjv/acts/14.json +1 -0
- data/resources/bible/kjv/acts/15.json +1 -0
- data/resources/bible/kjv/acts/16.json +1 -0
- data/resources/bible/kjv/acts/17.json +1 -0
- data/resources/bible/kjv/acts/18.json +1 -0
- data/resources/bible/kjv/acts/19.json +1 -0
- data/resources/bible/kjv/acts/2.json +1 -0
- data/resources/bible/kjv/acts/20.json +1 -0
- data/resources/bible/kjv/acts/21.json +1 -0
- data/resources/bible/kjv/acts/22.json +1 -0
- data/resources/bible/kjv/acts/23.json +1 -0
- data/resources/bible/kjv/acts/24.json +1 -0
- data/resources/bible/kjv/acts/25.json +1 -0
- data/resources/bible/kjv/acts/26.json +1 -0
- data/resources/bible/kjv/acts/27.json +1 -0
- data/resources/bible/kjv/acts/28.json +1 -0
- data/resources/bible/kjv/acts/3.json +1 -0
- data/resources/bible/kjv/acts/4.json +1 -0
- data/resources/bible/kjv/acts/5.json +1 -0
- data/resources/bible/kjv/acts/6.json +1 -0
- data/resources/bible/kjv/acts/7.json +1 -0
- data/resources/bible/kjv/acts/8.json +1 -0
- data/resources/bible/kjv/acts/9.json +1 -0
- data/resources/bible/kjv/amos/1.json +1 -0
- data/resources/bible/kjv/amos/2.json +1 -0
- data/resources/bible/kjv/amos/3.json +1 -0
- data/resources/bible/kjv/amos/4.json +1 -0
- data/resources/bible/kjv/amos/5.json +1 -0
- data/resources/bible/kjv/amos/6.json +1 -0
- data/resources/bible/kjv/amos/7.json +1 -0
- data/resources/bible/kjv/amos/8.json +1 -0
- data/resources/bible/kjv/amos/9.json +1 -0
- data/resources/bible/kjv/books.json +1 -0
- data/resources/bible/kjv/colossians/1.json +1 -0
- data/resources/bible/kjv/colossians/2.json +1 -0
- data/resources/bible/kjv/colossians/3.json +1 -0
- data/resources/bible/kjv/colossians/4.json +1 -0
- data/resources/bible/kjv/daniel/1.json +1 -0
- data/resources/bible/kjv/daniel/10.json +1 -0
- data/resources/bible/kjv/daniel/11.json +1 -0
- data/resources/bible/kjv/daniel/12.json +1 -0
- data/resources/bible/kjv/daniel/2.json +1 -0
- data/resources/bible/kjv/daniel/3.json +1 -0
- data/resources/bible/kjv/daniel/4.json +1 -0
- data/resources/bible/kjv/daniel/5.json +1 -0
- data/resources/bible/kjv/daniel/6.json +1 -0
- data/resources/bible/kjv/daniel/7.json +1 -0
- data/resources/bible/kjv/daniel/8.json +1 -0
- data/resources/bible/kjv/daniel/9.json +1 -0
- data/resources/bible/kjv/deuteronomy/1.json +1 -0
- data/resources/bible/kjv/deuteronomy/10.json +1 -0
- data/resources/bible/kjv/deuteronomy/11.json +1 -0
- data/resources/bible/kjv/deuteronomy/12.json +1 -0
- data/resources/bible/kjv/deuteronomy/13.json +1 -0
- data/resources/bible/kjv/deuteronomy/14.json +1 -0
- data/resources/bible/kjv/deuteronomy/15.json +1 -0
- data/resources/bible/kjv/deuteronomy/16.json +1 -0
- data/resources/bible/kjv/deuteronomy/17.json +1 -0
- data/resources/bible/kjv/deuteronomy/18.json +1 -0
- data/resources/bible/kjv/deuteronomy/19.json +1 -0
- data/resources/bible/kjv/deuteronomy/2.json +1 -0
- data/resources/bible/kjv/deuteronomy/20.json +1 -0
- data/resources/bible/kjv/deuteronomy/21.json +1 -0
- data/resources/bible/kjv/deuteronomy/22.json +1 -0
- data/resources/bible/kjv/deuteronomy/23.json +1 -0
- data/resources/bible/kjv/deuteronomy/24.json +1 -0
- data/resources/bible/kjv/deuteronomy/25.json +1 -0
- data/resources/bible/kjv/deuteronomy/26.json +1 -0
- data/resources/bible/kjv/deuteronomy/27.json +1 -0
- data/resources/bible/kjv/deuteronomy/28.json +1 -0
- data/resources/bible/kjv/deuteronomy/29.json +1 -0
- data/resources/bible/kjv/deuteronomy/3.json +1 -0
- data/resources/bible/kjv/deuteronomy/30.json +1 -0
- data/resources/bible/kjv/deuteronomy/31.json +1 -0
- data/resources/bible/kjv/deuteronomy/32.json +1 -0
- data/resources/bible/kjv/deuteronomy/33.json +1 -0
- data/resources/bible/kjv/deuteronomy/34.json +1 -0
- data/resources/bible/kjv/deuteronomy/4.json +1 -0
- data/resources/bible/kjv/deuteronomy/5.json +1 -0
- data/resources/bible/kjv/deuteronomy/6.json +1 -0
- data/resources/bible/kjv/deuteronomy/7.json +1 -0
- data/resources/bible/kjv/deuteronomy/8.json +1 -0
- data/resources/bible/kjv/deuteronomy/9.json +1 -0
- data/resources/bible/kjv/ecclesiastes/1.json +1 -0
- data/resources/bible/kjv/ecclesiastes/10.json +1 -0
- data/resources/bible/kjv/ecclesiastes/11.json +1 -0
- data/resources/bible/kjv/ecclesiastes/12.json +1 -0
- data/resources/bible/kjv/ecclesiastes/2.json +1 -0
- data/resources/bible/kjv/ecclesiastes/3.json +1 -0
- data/resources/bible/kjv/ecclesiastes/4.json +1 -0
- data/resources/bible/kjv/ecclesiastes/5.json +1 -0
- data/resources/bible/kjv/ecclesiastes/6.json +1 -0
- data/resources/bible/kjv/ecclesiastes/7.json +1 -0
- data/resources/bible/kjv/ecclesiastes/8.json +1 -0
- data/resources/bible/kjv/ecclesiastes/9.json +1 -0
- data/resources/bible/kjv/ephesians/1.json +1 -0
- data/resources/bible/kjv/ephesians/2.json +1 -0
- data/resources/bible/kjv/ephesians/3.json +1 -0
- data/resources/bible/kjv/ephesians/4.json +1 -0
- data/resources/bible/kjv/ephesians/5.json +1 -0
- data/resources/bible/kjv/ephesians/6.json +1 -0
- data/resources/bible/kjv/esther/1.json +1 -0
- data/resources/bible/kjv/esther/10.json +1 -0
- data/resources/bible/kjv/esther/2.json +1 -0
- data/resources/bible/kjv/esther/3.json +1 -0
- data/resources/bible/kjv/esther/4.json +1 -0
- data/resources/bible/kjv/esther/5.json +1 -0
- data/resources/bible/kjv/esther/6.json +1 -0
- data/resources/bible/kjv/esther/7.json +1 -0
- data/resources/bible/kjv/esther/8.json +1 -0
- data/resources/bible/kjv/esther/9.json +1 -0
- data/resources/bible/kjv/exodus/1.json +1 -0
- data/resources/bible/kjv/exodus/10.json +1 -0
- data/resources/bible/kjv/exodus/11.json +1 -0
- data/resources/bible/kjv/exodus/12.json +1 -0
- data/resources/bible/kjv/exodus/13.json +1 -0
- data/resources/bible/kjv/exodus/14.json +1 -0
- data/resources/bible/kjv/exodus/15.json +1 -0
- data/resources/bible/kjv/exodus/16.json +1 -0
- data/resources/bible/kjv/exodus/17.json +1 -0
- data/resources/bible/kjv/exodus/18.json +1 -0
- data/resources/bible/kjv/exodus/19.json +1 -0
- data/resources/bible/kjv/exodus/2.json +1 -0
- data/resources/bible/kjv/exodus/20.json +1 -0
- data/resources/bible/kjv/exodus/21.json +1 -0
- data/resources/bible/kjv/exodus/22.json +1 -0
- data/resources/bible/kjv/exodus/23.json +1 -0
- data/resources/bible/kjv/exodus/24.json +1 -0
- data/resources/bible/kjv/exodus/25.json +1 -0
- data/resources/bible/kjv/exodus/26.json +1 -0
- data/resources/bible/kjv/exodus/27.json +1 -0
- data/resources/bible/kjv/exodus/28.json +1 -0
- data/resources/bible/kjv/exodus/29.json +1 -0
- data/resources/bible/kjv/exodus/3.json +1 -0
- data/resources/bible/kjv/exodus/30.json +1 -0
- data/resources/bible/kjv/exodus/31.json +1 -0
- data/resources/bible/kjv/exodus/32.json +1 -0
- data/resources/bible/kjv/exodus/33.json +1 -0
- data/resources/bible/kjv/exodus/34.json +1 -0
- data/resources/bible/kjv/exodus/35.json +1 -0
- data/resources/bible/kjv/exodus/36.json +1 -0
- data/resources/bible/kjv/exodus/37.json +1 -0
- data/resources/bible/kjv/exodus/38.json +1 -0
- data/resources/bible/kjv/exodus/39.json +1 -0
- data/resources/bible/kjv/exodus/4.json +1 -0
- data/resources/bible/kjv/exodus/40.json +1 -0
- data/resources/bible/kjv/exodus/5.json +1 -0
- data/resources/bible/kjv/exodus/6.json +1 -0
- data/resources/bible/kjv/exodus/7.json +1 -0
- data/resources/bible/kjv/exodus/8.json +1 -0
- data/resources/bible/kjv/exodus/9.json +1 -0
- data/resources/bible/kjv/ezekiel/1.json +1 -0
- data/resources/bible/kjv/ezekiel/10.json +1 -0
- data/resources/bible/kjv/ezekiel/11.json +1 -0
- data/resources/bible/kjv/ezekiel/12.json +1 -0
- data/resources/bible/kjv/ezekiel/13.json +1 -0
- data/resources/bible/kjv/ezekiel/14.json +1 -0
- data/resources/bible/kjv/ezekiel/15.json +1 -0
- data/resources/bible/kjv/ezekiel/16.json +1 -0
- data/resources/bible/kjv/ezekiel/17.json +1 -0
- data/resources/bible/kjv/ezekiel/18.json +1 -0
- data/resources/bible/kjv/ezekiel/19.json +1 -0
- data/resources/bible/kjv/ezekiel/2.json +1 -0
- data/resources/bible/kjv/ezekiel/20.json +1 -0
- data/resources/bible/kjv/ezekiel/21.json +1 -0
- data/resources/bible/kjv/ezekiel/22.json +1 -0
- data/resources/bible/kjv/ezekiel/23.json +1 -0
- data/resources/bible/kjv/ezekiel/24.json +1 -0
- data/resources/bible/kjv/ezekiel/25.json +1 -0
- data/resources/bible/kjv/ezekiel/26.json +1 -0
- data/resources/bible/kjv/ezekiel/27.json +1 -0
- data/resources/bible/kjv/ezekiel/28.json +1 -0
- data/resources/bible/kjv/ezekiel/29.json +1 -0
- data/resources/bible/kjv/ezekiel/3.json +1 -0
- data/resources/bible/kjv/ezekiel/30.json +1 -0
- data/resources/bible/kjv/ezekiel/31.json +1 -0
- data/resources/bible/kjv/ezekiel/32.json +1 -0
- data/resources/bible/kjv/ezekiel/33.json +1 -0
- data/resources/bible/kjv/ezekiel/34.json +1 -0
- data/resources/bible/kjv/ezekiel/35.json +1 -0
- data/resources/bible/kjv/ezekiel/36.json +1 -0
- data/resources/bible/kjv/ezekiel/37.json +1 -0
- data/resources/bible/kjv/ezekiel/38.json +1 -0
- data/resources/bible/kjv/ezekiel/39.json +1 -0
- data/resources/bible/kjv/ezekiel/4.json +1 -0
- data/resources/bible/kjv/ezekiel/40.json +1 -0
- data/resources/bible/kjv/ezekiel/41.json +1 -0
- data/resources/bible/kjv/ezekiel/42.json +1 -0
- data/resources/bible/kjv/ezekiel/43.json +1 -0
- data/resources/bible/kjv/ezekiel/44.json +1 -0
- data/resources/bible/kjv/ezekiel/45.json +1 -0
- data/resources/bible/kjv/ezekiel/46.json +1 -0
- data/resources/bible/kjv/ezekiel/47.json +1 -0
- data/resources/bible/kjv/ezekiel/48.json +1 -0
- data/resources/bible/kjv/ezekiel/5.json +1 -0
- data/resources/bible/kjv/ezekiel/6.json +1 -0
- data/resources/bible/kjv/ezekiel/7.json +1 -0
- data/resources/bible/kjv/ezekiel/8.json +1 -0
- data/resources/bible/kjv/ezekiel/9.json +1 -0
- data/resources/bible/kjv/ezra/1.json +1 -0
- data/resources/bible/kjv/ezra/10.json +1 -0
- data/resources/bible/kjv/ezra/2.json +1 -0
- data/resources/bible/kjv/ezra/3.json +1 -0
- data/resources/bible/kjv/ezra/4.json +1 -0
- data/resources/bible/kjv/ezra/5.json +1 -0
- data/resources/bible/kjv/ezra/6.json +1 -0
- data/resources/bible/kjv/ezra/7.json +1 -0
- data/resources/bible/kjv/ezra/8.json +1 -0
- data/resources/bible/kjv/ezra/9.json +1 -0
- data/resources/bible/kjv/galatians/1.json +1 -0
- data/resources/bible/kjv/galatians/2.json +1 -0
- data/resources/bible/kjv/galatians/3.json +1 -0
- data/resources/bible/kjv/galatians/4.json +1 -0
- data/resources/bible/kjv/galatians/5.json +1 -0
- data/resources/bible/kjv/galatians/6.json +1 -0
- data/resources/bible/kjv/genesis/1.json +1 -0
- data/resources/bible/kjv/genesis/10.json +1 -0
- data/resources/bible/kjv/genesis/11.json +1 -0
- data/resources/bible/kjv/genesis/12.json +1 -0
- data/resources/bible/kjv/genesis/13.json +1 -0
- data/resources/bible/kjv/genesis/14.json +1 -0
- data/resources/bible/kjv/genesis/15.json +1 -0
- data/resources/bible/kjv/genesis/16.json +1 -0
- data/resources/bible/kjv/genesis/17.json +1 -0
- data/resources/bible/kjv/genesis/18.json +1 -0
- data/resources/bible/kjv/genesis/19.json +1 -0
- data/resources/bible/kjv/genesis/2.json +1 -0
- data/resources/bible/kjv/genesis/20.json +1 -0
- data/resources/bible/kjv/genesis/21.json +1 -0
- data/resources/bible/kjv/genesis/22.json +1 -0
- data/resources/bible/kjv/genesis/23.json +1 -0
- data/resources/bible/kjv/genesis/24.json +1 -0
- data/resources/bible/kjv/genesis/25.json +1 -0
- data/resources/bible/kjv/genesis/26.json +1 -0
- data/resources/bible/kjv/genesis/27.json +1 -0
- data/resources/bible/kjv/genesis/28.json +1 -0
- data/resources/bible/kjv/genesis/29.json +1 -0
- data/resources/bible/kjv/genesis/3.json +1 -0
- data/resources/bible/kjv/genesis/30.json +1 -0
- data/resources/bible/kjv/genesis/31.json +1 -0
- data/resources/bible/kjv/genesis/32.json +1 -0
- data/resources/bible/kjv/genesis/33.json +1 -0
- data/resources/bible/kjv/genesis/34.json +1 -0
- data/resources/bible/kjv/genesis/35.json +1 -0
- data/resources/bible/kjv/genesis/36.json +1 -0
- data/resources/bible/kjv/genesis/37.json +1 -0
- data/resources/bible/kjv/genesis/38.json +1 -0
- data/resources/bible/kjv/genesis/39.json +1 -0
- data/resources/bible/kjv/genesis/4.json +1 -0
- data/resources/bible/kjv/genesis/40.json +1 -0
- data/resources/bible/kjv/genesis/41.json +1 -0
- data/resources/bible/kjv/genesis/42.json +1 -0
- data/resources/bible/kjv/genesis/43.json +1 -0
- data/resources/bible/kjv/genesis/44.json +1 -0
- data/resources/bible/kjv/genesis/45.json +1 -0
- data/resources/bible/kjv/genesis/46.json +1 -0
- data/resources/bible/kjv/genesis/47.json +1 -0
- data/resources/bible/kjv/genesis/48.json +1 -0
- data/resources/bible/kjv/genesis/49.json +1 -0
- data/resources/bible/kjv/genesis/5.json +1 -0
- data/resources/bible/kjv/genesis/50.json +1 -0
- data/resources/bible/kjv/genesis/6.json +1 -0
- data/resources/bible/kjv/genesis/7.json +1 -0
- data/resources/bible/kjv/genesis/8.json +1 -0
- data/resources/bible/kjv/genesis/9.json +1 -0
- data/resources/bible/kjv/habakkuk/1.json +1 -0
- data/resources/bible/kjv/habakkuk/2.json +1 -0
- data/resources/bible/kjv/habakkuk/3.json +1 -0
- data/resources/bible/kjv/haggai/1.json +1 -0
- data/resources/bible/kjv/haggai/2.json +1 -0
- data/resources/bible/kjv/hebrews/1.json +1 -0
- data/resources/bible/kjv/hebrews/10.json +1 -0
- data/resources/bible/kjv/hebrews/11.json +1 -0
- data/resources/bible/kjv/hebrews/12.json +1 -0
- data/resources/bible/kjv/hebrews/13.json +1 -0
- data/resources/bible/kjv/hebrews/2.json +1 -0
- data/resources/bible/kjv/hebrews/3.json +1 -0
- data/resources/bible/kjv/hebrews/4.json +1 -0
- data/resources/bible/kjv/hebrews/5.json +1 -0
- data/resources/bible/kjv/hebrews/6.json +1 -0
- data/resources/bible/kjv/hebrews/7.json +1 -0
- data/resources/bible/kjv/hebrews/8.json +1 -0
- data/resources/bible/kjv/hebrews/9.json +1 -0
- data/resources/bible/kjv/hosea/1.json +1 -0
- data/resources/bible/kjv/hosea/10.json +1 -0
- data/resources/bible/kjv/hosea/11.json +1 -0
- data/resources/bible/kjv/hosea/12.json +1 -0
- data/resources/bible/kjv/hosea/13.json +1 -0
- data/resources/bible/kjv/hosea/14.json +1 -0
- data/resources/bible/kjv/hosea/2.json +1 -0
- data/resources/bible/kjv/hosea/3.json +1 -0
- data/resources/bible/kjv/hosea/4.json +1 -0
- data/resources/bible/kjv/hosea/5.json +1 -0
- data/resources/bible/kjv/hosea/6.json +1 -0
- data/resources/bible/kjv/hosea/7.json +1 -0
- data/resources/bible/kjv/hosea/8.json +1 -0
- data/resources/bible/kjv/hosea/9.json +1 -0
- data/resources/bible/kjv/i_chronicles/1.json +1 -0
- data/resources/bible/kjv/i_chronicles/10.json +1 -0
- data/resources/bible/kjv/i_chronicles/11.json +1 -0
- data/resources/bible/kjv/i_chronicles/12.json +1 -0
- data/resources/bible/kjv/i_chronicles/13.json +1 -0
- data/resources/bible/kjv/i_chronicles/14.json +1 -0
- data/resources/bible/kjv/i_chronicles/15.json +1 -0
- data/resources/bible/kjv/i_chronicles/16.json +1 -0
- data/resources/bible/kjv/i_chronicles/17.json +1 -0
- data/resources/bible/kjv/i_chronicles/18.json +1 -0
- data/resources/bible/kjv/i_chronicles/19.json +1 -0
- data/resources/bible/kjv/i_chronicles/2.json +1 -0
- data/resources/bible/kjv/i_chronicles/20.json +1 -0
- data/resources/bible/kjv/i_chronicles/21.json +1 -0
- data/resources/bible/kjv/i_chronicles/22.json +1 -0
- data/resources/bible/kjv/i_chronicles/23.json +1 -0
- data/resources/bible/kjv/i_chronicles/24.json +1 -0
- data/resources/bible/kjv/i_chronicles/25.json +1 -0
- data/resources/bible/kjv/i_chronicles/26.json +1 -0
- data/resources/bible/kjv/i_chronicles/27.json +1 -0
- data/resources/bible/kjv/i_chronicles/28.json +1 -0
- data/resources/bible/kjv/i_chronicles/29.json +1 -0
- data/resources/bible/kjv/i_chronicles/3.json +1 -0
- data/resources/bible/kjv/i_chronicles/4.json +1 -0
- data/resources/bible/kjv/i_chronicles/5.json +1 -0
- data/resources/bible/kjv/i_chronicles/6.json +1 -0
- data/resources/bible/kjv/i_chronicles/7.json +1 -0
- data/resources/bible/kjv/i_chronicles/8.json +1 -0
- data/resources/bible/kjv/i_chronicles/9.json +1 -0
- data/resources/bible/kjv/i_corinthians/1.json +1 -0
- data/resources/bible/kjv/i_corinthians/10.json +1 -0
- data/resources/bible/kjv/i_corinthians/11.json +1 -0
- data/resources/bible/kjv/i_corinthians/12.json +1 -0
- data/resources/bible/kjv/i_corinthians/13.json +1 -0
- data/resources/bible/kjv/i_corinthians/14.json +1 -0
- data/resources/bible/kjv/i_corinthians/15.json +1 -0
- data/resources/bible/kjv/i_corinthians/16.json +1 -0
- data/resources/bible/kjv/i_corinthians/2.json +1 -0
- data/resources/bible/kjv/i_corinthians/3.json +1 -0
- data/resources/bible/kjv/i_corinthians/4.json +1 -0
- data/resources/bible/kjv/i_corinthians/5.json +1 -0
- data/resources/bible/kjv/i_corinthians/6.json +1 -0
- data/resources/bible/kjv/i_corinthians/7.json +1 -0
- data/resources/bible/kjv/i_corinthians/8.json +1 -0
- data/resources/bible/kjv/i_corinthians/9.json +1 -0
- data/resources/bible/kjv/i_john/1.json +1 -0
- data/resources/bible/kjv/i_john/2.json +1 -0
- data/resources/bible/kjv/i_john/3.json +1 -0
- data/resources/bible/kjv/i_john/4.json +1 -0
- data/resources/bible/kjv/i_john/5.json +1 -0
- data/resources/bible/kjv/i_kings/1.json +1 -0
- data/resources/bible/kjv/i_kings/10.json +1 -0
- data/resources/bible/kjv/i_kings/11.json +1 -0
- data/resources/bible/kjv/i_kings/12.json +1 -0
- data/resources/bible/kjv/i_kings/13.json +1 -0
- data/resources/bible/kjv/i_kings/14.json +1 -0
- data/resources/bible/kjv/i_kings/15.json +1 -0
- data/resources/bible/kjv/i_kings/16.json +1 -0
- data/resources/bible/kjv/i_kings/17.json +1 -0
- data/resources/bible/kjv/i_kings/18.json +1 -0
- data/resources/bible/kjv/i_kings/19.json +1 -0
- data/resources/bible/kjv/i_kings/2.json +1 -0
- data/resources/bible/kjv/i_kings/20.json +1 -0
- data/resources/bible/kjv/i_kings/21.json +1 -0
- data/resources/bible/kjv/i_kings/22.json +1 -0
- data/resources/bible/kjv/i_kings/3.json +1 -0
- data/resources/bible/kjv/i_kings/4.json +1 -0
- data/resources/bible/kjv/i_kings/5.json +1 -0
- data/resources/bible/kjv/i_kings/6.json +1 -0
- data/resources/bible/kjv/i_kings/7.json +1 -0
- data/resources/bible/kjv/i_kings/8.json +1 -0
- data/resources/bible/kjv/i_kings/9.json +1 -0
- data/resources/bible/kjv/i_peter/1.json +1 -0
- data/resources/bible/kjv/i_peter/2.json +1 -0
- data/resources/bible/kjv/i_peter/3.json +1 -0
- data/resources/bible/kjv/i_peter/4.json +1 -0
- data/resources/bible/kjv/i_peter/5.json +1 -0
- data/resources/bible/kjv/i_samuel/1.json +1 -0
- data/resources/bible/kjv/i_samuel/10.json +1 -0
- data/resources/bible/kjv/i_samuel/11.json +1 -0
- data/resources/bible/kjv/i_samuel/12.json +1 -0
- data/resources/bible/kjv/i_samuel/13.json +1 -0
- data/resources/bible/kjv/i_samuel/14.json +1 -0
- data/resources/bible/kjv/i_samuel/15.json +1 -0
- data/resources/bible/kjv/i_samuel/16.json +1 -0
- data/resources/bible/kjv/i_samuel/17.json +1 -0
- data/resources/bible/kjv/i_samuel/18.json +1 -0
- data/resources/bible/kjv/i_samuel/19.json +1 -0
- data/resources/bible/kjv/i_samuel/2.json +1 -0
- data/resources/bible/kjv/i_samuel/20.json +1 -0
- data/resources/bible/kjv/i_samuel/21.json +1 -0
- data/resources/bible/kjv/i_samuel/22.json +1 -0
- data/resources/bible/kjv/i_samuel/23.json +1 -0
- data/resources/bible/kjv/i_samuel/24.json +1 -0
- data/resources/bible/kjv/i_samuel/25.json +1 -0
- data/resources/bible/kjv/i_samuel/26.json +1 -0
- data/resources/bible/kjv/i_samuel/27.json +1 -0
- data/resources/bible/kjv/i_samuel/28.json +1 -0
- data/resources/bible/kjv/i_samuel/29.json +1 -0
- data/resources/bible/kjv/i_samuel/3.json +1 -0
- data/resources/bible/kjv/i_samuel/30.json +1 -0
- data/resources/bible/kjv/i_samuel/31.json +1 -0
- data/resources/bible/kjv/i_samuel/4.json +1 -0
- data/resources/bible/kjv/i_samuel/5.json +1 -0
- data/resources/bible/kjv/i_samuel/6.json +1 -0
- data/resources/bible/kjv/i_samuel/7.json +1 -0
- data/resources/bible/kjv/i_samuel/8.json +1 -0
- data/resources/bible/kjv/i_samuel/9.json +1 -0
- data/resources/bible/kjv/i_thessalonians/1.json +1 -0
- data/resources/bible/kjv/i_thessalonians/2.json +1 -0
- data/resources/bible/kjv/i_thessalonians/3.json +1 -0
- data/resources/bible/kjv/i_thessalonians/4.json +1 -0
- data/resources/bible/kjv/i_thessalonians/5.json +1 -0
- data/resources/bible/kjv/i_timothy/1.json +1 -0
- data/resources/bible/kjv/i_timothy/2.json +1 -0
- data/resources/bible/kjv/i_timothy/3.json +1 -0
- data/resources/bible/kjv/i_timothy/4.json +1 -0
- data/resources/bible/kjv/i_timothy/5.json +1 -0
- data/resources/bible/kjv/i_timothy/6.json +1 -0
- data/resources/bible/kjv/ii_chronicles/1.json +1 -0
- data/resources/bible/kjv/ii_chronicles/10.json +1 -0
- data/resources/bible/kjv/ii_chronicles/11.json +1 -0
- data/resources/bible/kjv/ii_chronicles/12.json +1 -0
- data/resources/bible/kjv/ii_chronicles/13.json +1 -0
- data/resources/bible/kjv/ii_chronicles/14.json +1 -0
- data/resources/bible/kjv/ii_chronicles/15.json +1 -0
- data/resources/bible/kjv/ii_chronicles/16.json +1 -0
- data/resources/bible/kjv/ii_chronicles/17.json +1 -0
- data/resources/bible/kjv/ii_chronicles/18.json +1 -0
- data/resources/bible/kjv/ii_chronicles/19.json +1 -0
- data/resources/bible/kjv/ii_chronicles/2.json +1 -0
- data/resources/bible/kjv/ii_chronicles/20.json +1 -0
- data/resources/bible/kjv/ii_chronicles/21.json +1 -0
- data/resources/bible/kjv/ii_chronicles/22.json +1 -0
- data/resources/bible/kjv/ii_chronicles/23.json +1 -0
- data/resources/bible/kjv/ii_chronicles/24.json +1 -0
- data/resources/bible/kjv/ii_chronicles/25.json +1 -0
- data/resources/bible/kjv/ii_chronicles/26.json +1 -0
- data/resources/bible/kjv/ii_chronicles/27.json +1 -0
- data/resources/bible/kjv/ii_chronicles/28.json +1 -0
- data/resources/bible/kjv/ii_chronicles/29.json +1 -0
- data/resources/bible/kjv/ii_chronicles/3.json +1 -0
- data/resources/bible/kjv/ii_chronicles/30.json +1 -0
- data/resources/bible/kjv/ii_chronicles/31.json +1 -0
- data/resources/bible/kjv/ii_chronicles/32.json +1 -0
- data/resources/bible/kjv/ii_chronicles/33.json +1 -0
- data/resources/bible/kjv/ii_chronicles/34.json +1 -0
- data/resources/bible/kjv/ii_chronicles/35.json +1 -0
- data/resources/bible/kjv/ii_chronicles/36.json +1 -0
- data/resources/bible/kjv/ii_chronicles/4.json +1 -0
- data/resources/bible/kjv/ii_chronicles/5.json +1 -0
- data/resources/bible/kjv/ii_chronicles/6.json +1 -0
- data/resources/bible/kjv/ii_chronicles/7.json +1 -0
- data/resources/bible/kjv/ii_chronicles/8.json +1 -0
- data/resources/bible/kjv/ii_chronicles/9.json +1 -0
- data/resources/bible/kjv/ii_corinthians/1.json +1 -0
- data/resources/bible/kjv/ii_corinthians/10.json +1 -0
- data/resources/bible/kjv/ii_corinthians/11.json +1 -0
- data/resources/bible/kjv/ii_corinthians/12.json +1 -0
- data/resources/bible/kjv/ii_corinthians/13.json +1 -0
- data/resources/bible/kjv/ii_corinthians/2.json +1 -0
- data/resources/bible/kjv/ii_corinthians/3.json +1 -0
- data/resources/bible/kjv/ii_corinthians/4.json +1 -0
- data/resources/bible/kjv/ii_corinthians/5.json +1 -0
- data/resources/bible/kjv/ii_corinthians/6.json +1 -0
- data/resources/bible/kjv/ii_corinthians/7.json +1 -0
- data/resources/bible/kjv/ii_corinthians/8.json +1 -0
- data/resources/bible/kjv/ii_corinthians/9.json +1 -0
- data/resources/bible/kjv/ii_john/1.json +1 -0
- data/resources/bible/kjv/ii_kings/1.json +1 -0
- data/resources/bible/kjv/ii_kings/10.json +1 -0
- data/resources/bible/kjv/ii_kings/11.json +1 -0
- data/resources/bible/kjv/ii_kings/12.json +1 -0
- data/resources/bible/kjv/ii_kings/13.json +1 -0
- data/resources/bible/kjv/ii_kings/14.json +1 -0
- data/resources/bible/kjv/ii_kings/15.json +1 -0
- data/resources/bible/kjv/ii_kings/16.json +1 -0
- data/resources/bible/kjv/ii_kings/17.json +1 -0
- data/resources/bible/kjv/ii_kings/18.json +1 -0
- data/resources/bible/kjv/ii_kings/19.json +1 -0
- data/resources/bible/kjv/ii_kings/2.json +1 -0
- data/resources/bible/kjv/ii_kings/20.json +1 -0
- data/resources/bible/kjv/ii_kings/21.json +1 -0
- data/resources/bible/kjv/ii_kings/22.json +1 -0
- data/resources/bible/kjv/ii_kings/23.json +1 -0
- data/resources/bible/kjv/ii_kings/24.json +1 -0
- data/resources/bible/kjv/ii_kings/25.json +1 -0
- data/resources/bible/kjv/ii_kings/3.json +1 -0
- data/resources/bible/kjv/ii_kings/4.json +1 -0
- data/resources/bible/kjv/ii_kings/5.json +1 -0
- data/resources/bible/kjv/ii_kings/6.json +1 -0
- data/resources/bible/kjv/ii_kings/7.json +1 -0
- data/resources/bible/kjv/ii_kings/8.json +1 -0
- data/resources/bible/kjv/ii_kings/9.json +1 -0
- data/resources/bible/kjv/ii_peter/1.json +1 -0
- data/resources/bible/kjv/ii_peter/2.json +1 -0
- data/resources/bible/kjv/ii_peter/3.json +1 -0
- data/resources/bible/kjv/ii_samuel/1.json +1 -0
- data/resources/bible/kjv/ii_samuel/10.json +1 -0
- data/resources/bible/kjv/ii_samuel/11.json +1 -0
- data/resources/bible/kjv/ii_samuel/12.json +1 -0
- data/resources/bible/kjv/ii_samuel/13.json +1 -0
- data/resources/bible/kjv/ii_samuel/14.json +1 -0
- data/resources/bible/kjv/ii_samuel/15.json +1 -0
- data/resources/bible/kjv/ii_samuel/16.json +1 -0
- data/resources/bible/kjv/ii_samuel/17.json +1 -0
- data/resources/bible/kjv/ii_samuel/18.json +1 -0
- data/resources/bible/kjv/ii_samuel/19.json +1 -0
- data/resources/bible/kjv/ii_samuel/2.json +1 -0
- data/resources/bible/kjv/ii_samuel/20.json +1 -0
- data/resources/bible/kjv/ii_samuel/21.json +1 -0
- data/resources/bible/kjv/ii_samuel/22.json +1 -0
- data/resources/bible/kjv/ii_samuel/23.json +1 -0
- data/resources/bible/kjv/ii_samuel/24.json +1 -0
- data/resources/bible/kjv/ii_samuel/3.json +1 -0
- data/resources/bible/kjv/ii_samuel/4.json +1 -0
- data/resources/bible/kjv/ii_samuel/5.json +1 -0
- data/resources/bible/kjv/ii_samuel/6.json +1 -0
- data/resources/bible/kjv/ii_samuel/7.json +1 -0
- data/resources/bible/kjv/ii_samuel/8.json +1 -0
- data/resources/bible/kjv/ii_samuel/9.json +1 -0
- data/resources/bible/kjv/ii_thessalonians/1.json +1 -0
- data/resources/bible/kjv/ii_thessalonians/2.json +1 -0
- data/resources/bible/kjv/ii_thessalonians/3.json +1 -0
- data/resources/bible/kjv/ii_timothy/1.json +1 -0
- data/resources/bible/kjv/ii_timothy/2.json +1 -0
- data/resources/bible/kjv/ii_timothy/3.json +1 -0
- data/resources/bible/kjv/ii_timothy/4.json +1 -0
- data/resources/bible/kjv/iii_john/1.json +1 -0
- data/resources/bible/kjv/isaiah/1.json +1 -0
- data/resources/bible/kjv/isaiah/10.json +1 -0
- data/resources/bible/kjv/isaiah/11.json +1 -0
- data/resources/bible/kjv/isaiah/12.json +1 -0
- data/resources/bible/kjv/isaiah/13.json +1 -0
- data/resources/bible/kjv/isaiah/14.json +1 -0
- data/resources/bible/kjv/isaiah/15.json +1 -0
- data/resources/bible/kjv/isaiah/16.json +1 -0
- data/resources/bible/kjv/isaiah/17.json +1 -0
- data/resources/bible/kjv/isaiah/18.json +1 -0
- data/resources/bible/kjv/isaiah/19.json +1 -0
- data/resources/bible/kjv/isaiah/2.json +1 -0
- data/resources/bible/kjv/isaiah/20.json +1 -0
- data/resources/bible/kjv/isaiah/21.json +1 -0
- data/resources/bible/kjv/isaiah/22.json +1 -0
- data/resources/bible/kjv/isaiah/23.json +1 -0
- data/resources/bible/kjv/isaiah/24.json +1 -0
- data/resources/bible/kjv/isaiah/25.json +1 -0
- data/resources/bible/kjv/isaiah/26.json +1 -0
- data/resources/bible/kjv/isaiah/27.json +1 -0
- data/resources/bible/kjv/isaiah/28.json +1 -0
- data/resources/bible/kjv/isaiah/29.json +1 -0
- data/resources/bible/kjv/isaiah/3.json +1 -0
- data/resources/bible/kjv/isaiah/30.json +1 -0
- data/resources/bible/kjv/isaiah/31.json +1 -0
- data/resources/bible/kjv/isaiah/32.json +1 -0
- data/resources/bible/kjv/isaiah/33.json +1 -0
- data/resources/bible/kjv/isaiah/34.json +1 -0
- data/resources/bible/kjv/isaiah/35.json +1 -0
- data/resources/bible/kjv/isaiah/36.json +1 -0
- data/resources/bible/kjv/isaiah/37.json +1 -0
- data/resources/bible/kjv/isaiah/38.json +1 -0
- data/resources/bible/kjv/isaiah/39.json +1 -0
- data/resources/bible/kjv/isaiah/4.json +1 -0
- data/resources/bible/kjv/isaiah/40.json +1 -0
- data/resources/bible/kjv/isaiah/41.json +1 -0
- data/resources/bible/kjv/isaiah/42.json +1 -0
- data/resources/bible/kjv/isaiah/43.json +1 -0
- data/resources/bible/kjv/isaiah/44.json +1 -0
- data/resources/bible/kjv/isaiah/45.json +1 -0
- data/resources/bible/kjv/isaiah/46.json +1 -0
- data/resources/bible/kjv/isaiah/47.json +1 -0
- data/resources/bible/kjv/isaiah/48.json +1 -0
- data/resources/bible/kjv/isaiah/49.json +1 -0
- data/resources/bible/kjv/isaiah/5.json +1 -0
- data/resources/bible/kjv/isaiah/50.json +1 -0
- data/resources/bible/kjv/isaiah/51.json +1 -0
- data/resources/bible/kjv/isaiah/52.json +1 -0
- data/resources/bible/kjv/isaiah/53.json +1 -0
- data/resources/bible/kjv/isaiah/54.json +1 -0
- data/resources/bible/kjv/isaiah/55.json +1 -0
- data/resources/bible/kjv/isaiah/56.json +1 -0
- data/resources/bible/kjv/isaiah/57.json +1 -0
- data/resources/bible/kjv/isaiah/58.json +1 -0
- data/resources/bible/kjv/isaiah/59.json +1 -0
- data/resources/bible/kjv/isaiah/6.json +1 -0
- data/resources/bible/kjv/isaiah/60.json +1 -0
- data/resources/bible/kjv/isaiah/61.json +1 -0
- data/resources/bible/kjv/isaiah/62.json +1 -0
- data/resources/bible/kjv/isaiah/63.json +1 -0
- data/resources/bible/kjv/isaiah/64.json +1 -0
- data/resources/bible/kjv/isaiah/65.json +1 -0
- data/resources/bible/kjv/isaiah/66.json +1 -0
- data/resources/bible/kjv/isaiah/7.json +1 -0
- data/resources/bible/kjv/isaiah/8.json +1 -0
- data/resources/bible/kjv/isaiah/9.json +1 -0
- data/resources/bible/kjv/james/1.json +1 -0
- data/resources/bible/kjv/james/2.json +1 -0
- data/resources/bible/kjv/james/3.json +1 -0
- data/resources/bible/kjv/james/4.json +1 -0
- data/resources/bible/kjv/james/5.json +1 -0
- data/resources/bible/kjv/jeremiah/1.json +1 -0
- data/resources/bible/kjv/jeremiah/10.json +1 -0
- data/resources/bible/kjv/jeremiah/11.json +1 -0
- data/resources/bible/kjv/jeremiah/12.json +1 -0
- data/resources/bible/kjv/jeremiah/13.json +1 -0
- data/resources/bible/kjv/jeremiah/14.json +1 -0
- data/resources/bible/kjv/jeremiah/15.json +1 -0
- data/resources/bible/kjv/jeremiah/16.json +1 -0
- data/resources/bible/kjv/jeremiah/17.json +1 -0
- data/resources/bible/kjv/jeremiah/18.json +1 -0
- data/resources/bible/kjv/jeremiah/19.json +1 -0
- data/resources/bible/kjv/jeremiah/2.json +1 -0
- data/resources/bible/kjv/jeremiah/20.json +1 -0
- data/resources/bible/kjv/jeremiah/21.json +1 -0
- data/resources/bible/kjv/jeremiah/22.json +1 -0
- data/resources/bible/kjv/jeremiah/23.json +1 -0
- data/resources/bible/kjv/jeremiah/24.json +1 -0
- data/resources/bible/kjv/jeremiah/25.json +1 -0
- data/resources/bible/kjv/jeremiah/26.json +1 -0
- data/resources/bible/kjv/jeremiah/27.json +1 -0
- data/resources/bible/kjv/jeremiah/28.json +1 -0
- data/resources/bible/kjv/jeremiah/29.json +1 -0
- data/resources/bible/kjv/jeremiah/3.json +1 -0
- data/resources/bible/kjv/jeremiah/30.json +1 -0
- data/resources/bible/kjv/jeremiah/31.json +1 -0
- data/resources/bible/kjv/jeremiah/32.json +1 -0
- data/resources/bible/kjv/jeremiah/33.json +1 -0
- data/resources/bible/kjv/jeremiah/34.json +1 -0
- data/resources/bible/kjv/jeremiah/35.json +1 -0
- data/resources/bible/kjv/jeremiah/36.json +1 -0
- data/resources/bible/kjv/jeremiah/37.json +1 -0
- data/resources/bible/kjv/jeremiah/38.json +1 -0
- data/resources/bible/kjv/jeremiah/39.json +1 -0
- data/resources/bible/kjv/jeremiah/4.json +1 -0
- data/resources/bible/kjv/jeremiah/40.json +1 -0
- data/resources/bible/kjv/jeremiah/41.json +1 -0
- data/resources/bible/kjv/jeremiah/42.json +1 -0
- data/resources/bible/kjv/jeremiah/43.json +1 -0
- data/resources/bible/kjv/jeremiah/44.json +1 -0
- data/resources/bible/kjv/jeremiah/45.json +1 -0
- data/resources/bible/kjv/jeremiah/46.json +1 -0
- data/resources/bible/kjv/jeremiah/47.json +1 -0
- data/resources/bible/kjv/jeremiah/48.json +1 -0
- data/resources/bible/kjv/jeremiah/49.json +1 -0
- data/resources/bible/kjv/jeremiah/5.json +1 -0
- data/resources/bible/kjv/jeremiah/50.json +1 -0
- data/resources/bible/kjv/jeremiah/51.json +1 -0
- data/resources/bible/kjv/jeremiah/52.json +1 -0
- data/resources/bible/kjv/jeremiah/6.json +1 -0
- data/resources/bible/kjv/jeremiah/7.json +1 -0
- data/resources/bible/kjv/jeremiah/8.json +1 -0
- data/resources/bible/kjv/jeremiah/9.json +1 -0
- data/resources/bible/kjv/job/1.json +1 -0
- data/resources/bible/kjv/job/10.json +1 -0
- data/resources/bible/kjv/job/11.json +1 -0
- data/resources/bible/kjv/job/12.json +1 -0
- data/resources/bible/kjv/job/13.json +1 -0
- data/resources/bible/kjv/job/14.json +1 -0
- data/resources/bible/kjv/job/15.json +1 -0
- data/resources/bible/kjv/job/16.json +1 -0
- data/resources/bible/kjv/job/17.json +1 -0
- data/resources/bible/kjv/job/18.json +1 -0
- data/resources/bible/kjv/job/19.json +1 -0
- data/resources/bible/kjv/job/2.json +1 -0
- data/resources/bible/kjv/job/20.json +1 -0
- data/resources/bible/kjv/job/21.json +1 -0
- data/resources/bible/kjv/job/22.json +1 -0
- data/resources/bible/kjv/job/23.json +1 -0
- data/resources/bible/kjv/job/24.json +1 -0
- data/resources/bible/kjv/job/25.json +1 -0
- data/resources/bible/kjv/job/26.json +1 -0
- data/resources/bible/kjv/job/27.json +1 -0
- data/resources/bible/kjv/job/28.json +1 -0
- data/resources/bible/kjv/job/29.json +1 -0
- data/resources/bible/kjv/job/3.json +1 -0
- data/resources/bible/kjv/job/30.json +1 -0
- data/resources/bible/kjv/job/31.json +1 -0
- data/resources/bible/kjv/job/32.json +1 -0
- data/resources/bible/kjv/job/33.json +1 -0
- data/resources/bible/kjv/job/34.json +1 -0
- data/resources/bible/kjv/job/35.json +1 -0
- data/resources/bible/kjv/job/36.json +1 -0
- data/resources/bible/kjv/job/37.json +1 -0
- data/resources/bible/kjv/job/38.json +1 -0
- data/resources/bible/kjv/job/39.json +1 -0
- data/resources/bible/kjv/job/4.json +1 -0
- data/resources/bible/kjv/job/40.json +1 -0
- data/resources/bible/kjv/job/41.json +1 -0
- data/resources/bible/kjv/job/42.json +1 -0
- data/resources/bible/kjv/job/5.json +1 -0
- data/resources/bible/kjv/job/6.json +1 -0
- data/resources/bible/kjv/job/7.json +1 -0
- data/resources/bible/kjv/job/8.json +1 -0
- data/resources/bible/kjv/job/9.json +1 -0
- data/resources/bible/kjv/joel/1.json +1 -0
- data/resources/bible/kjv/joel/2.json +1 -0
- data/resources/bible/kjv/joel/3.json +1 -0
- data/resources/bible/kjv/john/1.json +1 -0
- data/resources/bible/kjv/john/10.json +1 -0
- data/resources/bible/kjv/john/11.json +1 -0
- data/resources/bible/kjv/john/12.json +1 -0
- data/resources/bible/kjv/john/13.json +1 -0
- data/resources/bible/kjv/john/14.json +1 -0
- data/resources/bible/kjv/john/15.json +1 -0
- data/resources/bible/kjv/john/16.json +1 -0
- data/resources/bible/kjv/john/17.json +1 -0
- data/resources/bible/kjv/john/18.json +1 -0
- data/resources/bible/kjv/john/19.json +1 -0
- data/resources/bible/kjv/john/2.json +1 -0
- data/resources/bible/kjv/john/20.json +1 -0
- data/resources/bible/kjv/john/21.json +1 -0
- data/resources/bible/kjv/john/3.json +1 -0
- data/resources/bible/kjv/john/4.json +1 -0
- data/resources/bible/kjv/john/5.json +1 -0
- data/resources/bible/kjv/john/6.json +1 -0
- data/resources/bible/kjv/john/7.json +1 -0
- data/resources/bible/kjv/john/8.json +1 -0
- data/resources/bible/kjv/john/9.json +1 -0
- data/resources/bible/kjv/jonah/1.json +1 -0
- data/resources/bible/kjv/jonah/2.json +1 -0
- data/resources/bible/kjv/jonah/3.json +1 -0
- data/resources/bible/kjv/jonah/4.json +1 -0
- data/resources/bible/kjv/joshua/1.json +1 -0
- data/resources/bible/kjv/joshua/10.json +1 -0
- data/resources/bible/kjv/joshua/11.json +1 -0
- data/resources/bible/kjv/joshua/12.json +1 -0
- data/resources/bible/kjv/joshua/13.json +1 -0
- data/resources/bible/kjv/joshua/14.json +1 -0
- data/resources/bible/kjv/joshua/15.json +1 -0
- data/resources/bible/kjv/joshua/16.json +1 -0
- data/resources/bible/kjv/joshua/17.json +1 -0
- data/resources/bible/kjv/joshua/18.json +1 -0
- data/resources/bible/kjv/joshua/19.json +1 -0
- data/resources/bible/kjv/joshua/2.json +1 -0
- data/resources/bible/kjv/joshua/20.json +1 -0
- data/resources/bible/kjv/joshua/21.json +1 -0
- data/resources/bible/kjv/joshua/22.json +1 -0
- data/resources/bible/kjv/joshua/23.json +1 -0
- data/resources/bible/kjv/joshua/24.json +1 -0
- data/resources/bible/kjv/joshua/3.json +1 -0
- data/resources/bible/kjv/joshua/4.json +1 -0
- data/resources/bible/kjv/joshua/5.json +1 -0
- data/resources/bible/kjv/joshua/6.json +1 -0
- data/resources/bible/kjv/joshua/7.json +1 -0
- data/resources/bible/kjv/joshua/8.json +1 -0
- data/resources/bible/kjv/joshua/9.json +1 -0
- data/resources/bible/kjv/jude/1.json +1 -0
- data/resources/bible/kjv/judges/1.json +1 -0
- data/resources/bible/kjv/judges/10.json +1 -0
- data/resources/bible/kjv/judges/11.json +1 -0
- data/resources/bible/kjv/judges/12.json +1 -0
- data/resources/bible/kjv/judges/13.json +1 -0
- data/resources/bible/kjv/judges/14.json +1 -0
- data/resources/bible/kjv/judges/15.json +1 -0
- data/resources/bible/kjv/judges/16.json +1 -0
- data/resources/bible/kjv/judges/17.json +1 -0
- data/resources/bible/kjv/judges/18.json +1 -0
- data/resources/bible/kjv/judges/19.json +1 -0
- data/resources/bible/kjv/judges/2.json +1 -0
- data/resources/bible/kjv/judges/20.json +1 -0
- data/resources/bible/kjv/judges/21.json +1 -0
- data/resources/bible/kjv/judges/3.json +1 -0
- data/resources/bible/kjv/judges/4.json +1 -0
- data/resources/bible/kjv/judges/5.json +1 -0
- data/resources/bible/kjv/judges/6.json +1 -0
- data/resources/bible/kjv/judges/7.json +1 -0
- data/resources/bible/kjv/judges/8.json +1 -0
- data/resources/bible/kjv/judges/9.json +1 -0
- data/resources/bible/kjv/lamentations/1.json +1 -0
- data/resources/bible/kjv/lamentations/2.json +1 -0
- data/resources/bible/kjv/lamentations/3.json +1 -0
- data/resources/bible/kjv/lamentations/4.json +1 -0
- data/resources/bible/kjv/lamentations/5.json +1 -0
- data/resources/bible/kjv/leviticus/1.json +1 -0
- data/resources/bible/kjv/leviticus/10.json +1 -0
- data/resources/bible/kjv/leviticus/11.json +1 -0
- data/resources/bible/kjv/leviticus/12.json +1 -0
- data/resources/bible/kjv/leviticus/13.json +1 -0
- data/resources/bible/kjv/leviticus/14.json +1 -0
- data/resources/bible/kjv/leviticus/15.json +1 -0
- data/resources/bible/kjv/leviticus/16.json +1 -0
- data/resources/bible/kjv/leviticus/17.json +1 -0
- data/resources/bible/kjv/leviticus/18.json +1 -0
- data/resources/bible/kjv/leviticus/19.json +1 -0
- data/resources/bible/kjv/leviticus/2.json +1 -0
- data/resources/bible/kjv/leviticus/20.json +1 -0
- data/resources/bible/kjv/leviticus/21.json +1 -0
- data/resources/bible/kjv/leviticus/22.json +1 -0
- data/resources/bible/kjv/leviticus/23.json +1 -0
- data/resources/bible/kjv/leviticus/24.json +1 -0
- data/resources/bible/kjv/leviticus/25.json +1 -0
- data/resources/bible/kjv/leviticus/26.json +1 -0
- data/resources/bible/kjv/leviticus/27.json +1 -0
- data/resources/bible/kjv/leviticus/3.json +1 -0
- data/resources/bible/kjv/leviticus/4.json +1 -0
- data/resources/bible/kjv/leviticus/5.json +1 -0
- data/resources/bible/kjv/leviticus/6.json +1 -0
- data/resources/bible/kjv/leviticus/7.json +1 -0
- data/resources/bible/kjv/leviticus/8.json +1 -0
- data/resources/bible/kjv/leviticus/9.json +1 -0
- data/resources/bible/kjv/luke/1.json +1 -0
- data/resources/bible/kjv/luke/10.json +1 -0
- data/resources/bible/kjv/luke/11.json +1 -0
- data/resources/bible/kjv/luke/12.json +1 -0
- data/resources/bible/kjv/luke/13.json +1 -0
- data/resources/bible/kjv/luke/14.json +1 -0
- data/resources/bible/kjv/luke/15.json +1 -0
- data/resources/bible/kjv/luke/16.json +1 -0
- data/resources/bible/kjv/luke/17.json +1 -0
- data/resources/bible/kjv/luke/18.json +1 -0
- data/resources/bible/kjv/luke/19.json +1 -0
- data/resources/bible/kjv/luke/2.json +1 -0
- data/resources/bible/kjv/luke/20.json +1 -0
- data/resources/bible/kjv/luke/21.json +1 -0
- data/resources/bible/kjv/luke/22.json +1 -0
- data/resources/bible/kjv/luke/23.json +1 -0
- data/resources/bible/kjv/luke/24.json +1 -0
- data/resources/bible/kjv/luke/3.json +1 -0
- data/resources/bible/kjv/luke/4.json +1 -0
- data/resources/bible/kjv/luke/5.json +1 -0
- data/resources/bible/kjv/luke/6.json +1 -0
- data/resources/bible/kjv/luke/7.json +1 -0
- data/resources/bible/kjv/luke/8.json +1 -0
- data/resources/bible/kjv/luke/9.json +1 -0
- data/resources/bible/kjv/malachi/1.json +1 -0
- data/resources/bible/kjv/malachi/2.json +1 -0
- data/resources/bible/kjv/malachi/3.json +1 -0
- data/resources/bible/kjv/malachi/4.json +1 -0
- data/resources/bible/kjv/mark/1.json +1 -0
- data/resources/bible/kjv/mark/10.json +1 -0
- data/resources/bible/kjv/mark/11.json +1 -0
- data/resources/bible/kjv/mark/12.json +1 -0
- data/resources/bible/kjv/mark/13.json +1 -0
- data/resources/bible/kjv/mark/14.json +1 -0
- data/resources/bible/kjv/mark/15.json +1 -0
- data/resources/bible/kjv/mark/16.json +1 -0
- data/resources/bible/kjv/mark/2.json +1 -0
- data/resources/bible/kjv/mark/3.json +1 -0
- data/resources/bible/kjv/mark/4.json +1 -0
- data/resources/bible/kjv/mark/5.json +1 -0
- data/resources/bible/kjv/mark/6.json +1 -0
- data/resources/bible/kjv/mark/7.json +1 -0
- data/resources/bible/kjv/mark/8.json +1 -0
- data/resources/bible/kjv/mark/9.json +1 -0
- data/resources/bible/kjv/matthew/1.json +1 -0
- data/resources/bible/kjv/matthew/10.json +1 -0
- data/resources/bible/kjv/matthew/11.json +1 -0
- data/resources/bible/kjv/matthew/12.json +1 -0
- data/resources/bible/kjv/matthew/13.json +1 -0
- data/resources/bible/kjv/matthew/14.json +1 -0
- data/resources/bible/kjv/matthew/15.json +1 -0
- data/resources/bible/kjv/matthew/16.json +1 -0
- data/resources/bible/kjv/matthew/17.json +1 -0
- data/resources/bible/kjv/matthew/18.json +1 -0
- data/resources/bible/kjv/matthew/19.json +1 -0
- data/resources/bible/kjv/matthew/2.json +1 -0
- data/resources/bible/kjv/matthew/20.json +1 -0
- data/resources/bible/kjv/matthew/21.json +1 -0
- data/resources/bible/kjv/matthew/22.json +1 -0
- data/resources/bible/kjv/matthew/23.json +1 -0
- data/resources/bible/kjv/matthew/24.json +1 -0
- data/resources/bible/kjv/matthew/25.json +1 -0
- data/resources/bible/kjv/matthew/26.json +1 -0
- data/resources/bible/kjv/matthew/27.json +1 -0
- data/resources/bible/kjv/matthew/28.json +1 -0
- data/resources/bible/kjv/matthew/3.json +1 -0
- data/resources/bible/kjv/matthew/4.json +1 -0
- data/resources/bible/kjv/matthew/5.json +1 -0
- data/resources/bible/kjv/matthew/6.json +1 -0
- data/resources/bible/kjv/matthew/7.json +1 -0
- data/resources/bible/kjv/matthew/8.json +1 -0
- data/resources/bible/kjv/matthew/9.json +1 -0
- data/resources/bible/kjv/micah/1.json +1 -0
- data/resources/bible/kjv/micah/2.json +1 -0
- data/resources/bible/kjv/micah/3.json +1 -0
- data/resources/bible/kjv/micah/4.json +1 -0
- data/resources/bible/kjv/micah/5.json +1 -0
- data/resources/bible/kjv/micah/6.json +1 -0
- data/resources/bible/kjv/micah/7.json +1 -0
- data/resources/bible/kjv/nahum/1.json +1 -0
- data/resources/bible/kjv/nahum/2.json +1 -0
- data/resources/bible/kjv/nahum/3.json +1 -0
- data/resources/bible/kjv/nehemiah/1.json +1 -0
- data/resources/bible/kjv/nehemiah/10.json +1 -0
- data/resources/bible/kjv/nehemiah/11.json +1 -0
- data/resources/bible/kjv/nehemiah/12.json +1 -0
- data/resources/bible/kjv/nehemiah/13.json +1 -0
- data/resources/bible/kjv/nehemiah/2.json +1 -0
- data/resources/bible/kjv/nehemiah/3.json +1 -0
- data/resources/bible/kjv/nehemiah/4.json +1 -0
- data/resources/bible/kjv/nehemiah/5.json +1 -0
- data/resources/bible/kjv/nehemiah/6.json +1 -0
- data/resources/bible/kjv/nehemiah/7.json +1 -0
- data/resources/bible/kjv/nehemiah/8.json +1 -0
- data/resources/bible/kjv/nehemiah/9.json +1 -0
- data/resources/bible/kjv/numbers/1.json +1 -0
- data/resources/bible/kjv/numbers/10.json +1 -0
- data/resources/bible/kjv/numbers/11.json +1 -0
- data/resources/bible/kjv/numbers/12.json +1 -0
- data/resources/bible/kjv/numbers/13.json +1 -0
- data/resources/bible/kjv/numbers/14.json +1 -0
- data/resources/bible/kjv/numbers/15.json +1 -0
- data/resources/bible/kjv/numbers/16.json +1 -0
- data/resources/bible/kjv/numbers/17.json +1 -0
- data/resources/bible/kjv/numbers/18.json +1 -0
- data/resources/bible/kjv/numbers/19.json +1 -0
- data/resources/bible/kjv/numbers/2.json +1 -0
- data/resources/bible/kjv/numbers/20.json +1 -0
- data/resources/bible/kjv/numbers/21.json +1 -0
- data/resources/bible/kjv/numbers/22.json +1 -0
- data/resources/bible/kjv/numbers/23.json +1 -0
- data/resources/bible/kjv/numbers/24.json +1 -0
- data/resources/bible/kjv/numbers/25.json +1 -0
- data/resources/bible/kjv/numbers/26.json +1 -0
- data/resources/bible/kjv/numbers/27.json +1 -0
- data/resources/bible/kjv/numbers/28.json +1 -0
- data/resources/bible/kjv/numbers/29.json +1 -0
- data/resources/bible/kjv/numbers/3.json +1 -0
- data/resources/bible/kjv/numbers/30.json +1 -0
- data/resources/bible/kjv/numbers/31.json +1 -0
- data/resources/bible/kjv/numbers/32.json +1 -0
- data/resources/bible/kjv/numbers/33.json +1 -0
- data/resources/bible/kjv/numbers/34.json +1 -0
- data/resources/bible/kjv/numbers/35.json +1 -0
- data/resources/bible/kjv/numbers/36.json +1 -0
- data/resources/bible/kjv/numbers/4.json +1 -0
- data/resources/bible/kjv/numbers/5.json +1 -0
- data/resources/bible/kjv/numbers/6.json +1 -0
- data/resources/bible/kjv/numbers/7.json +1 -0
- data/resources/bible/kjv/numbers/8.json +1 -0
- data/resources/bible/kjv/numbers/9.json +1 -0
- data/resources/bible/kjv/obadiah/1.json +1 -0
- data/resources/bible/kjv/philemon/1.json +1 -0
- data/resources/bible/kjv/philippians/1.json +1 -0
- data/resources/bible/kjv/philippians/2.json +1 -0
- data/resources/bible/kjv/philippians/3.json +1 -0
- data/resources/bible/kjv/philippians/4.json +1 -0
- data/resources/bible/kjv/proverbs/1.json +1 -0
- data/resources/bible/kjv/proverbs/10.json +1 -0
- data/resources/bible/kjv/proverbs/11.json +1 -0
- data/resources/bible/kjv/proverbs/12.json +1 -0
- data/resources/bible/kjv/proverbs/13.json +1 -0
- data/resources/bible/kjv/proverbs/14.json +1 -0
- data/resources/bible/kjv/proverbs/15.json +1 -0
- data/resources/bible/kjv/proverbs/16.json +1 -0
- data/resources/bible/kjv/proverbs/17.json +1 -0
- data/resources/bible/kjv/proverbs/18.json +1 -0
- data/resources/bible/kjv/proverbs/19.json +1 -0
- data/resources/bible/kjv/proverbs/2.json +1 -0
- data/resources/bible/kjv/proverbs/20.json +1 -0
- data/resources/bible/kjv/proverbs/21.json +1 -0
- data/resources/bible/kjv/proverbs/22.json +1 -0
- data/resources/bible/kjv/proverbs/23.json +1 -0
- data/resources/bible/kjv/proverbs/24.json +1 -0
- data/resources/bible/kjv/proverbs/25.json +1 -0
- data/resources/bible/kjv/proverbs/26.json +1 -0
- data/resources/bible/kjv/proverbs/27.json +1 -0
- data/resources/bible/kjv/proverbs/28.json +1 -0
- data/resources/bible/kjv/proverbs/29.json +1 -0
- data/resources/bible/kjv/proverbs/3.json +1 -0
- data/resources/bible/kjv/proverbs/30.json +1 -0
- data/resources/bible/kjv/proverbs/31.json +1 -0
- data/resources/bible/kjv/proverbs/4.json +1 -0
- data/resources/bible/kjv/proverbs/5.json +1 -0
- data/resources/bible/kjv/proverbs/6.json +1 -0
- data/resources/bible/kjv/proverbs/7.json +1 -0
- data/resources/bible/kjv/proverbs/8.json +1 -0
- data/resources/bible/kjv/proverbs/9.json +1 -0
- data/resources/bible/kjv/psalms/1.json +1 -0
- data/resources/bible/kjv/psalms/10.json +1 -0
- data/resources/bible/kjv/psalms/100.json +1 -0
- data/resources/bible/kjv/psalms/101.json +1 -0
- data/resources/bible/kjv/psalms/102.json +1 -0
- data/resources/bible/kjv/psalms/103.json +1 -0
- data/resources/bible/kjv/psalms/104.json +1 -0
- data/resources/bible/kjv/psalms/105.json +1 -0
- data/resources/bible/kjv/psalms/106.json +1 -0
- data/resources/bible/kjv/psalms/107.json +1 -0
- data/resources/bible/kjv/psalms/108.json +1 -0
- data/resources/bible/kjv/psalms/109.json +1 -0
- data/resources/bible/kjv/psalms/11.json +1 -0
- data/resources/bible/kjv/psalms/110.json +1 -0
- data/resources/bible/kjv/psalms/111.json +1 -0
- data/resources/bible/kjv/psalms/112.json +1 -0
- data/resources/bible/kjv/psalms/113.json +1 -0
- data/resources/bible/kjv/psalms/114.json +1 -0
- data/resources/bible/kjv/psalms/115.json +1 -0
- data/resources/bible/kjv/psalms/116.json +1 -0
- data/resources/bible/kjv/psalms/117.json +1 -0
- data/resources/bible/kjv/psalms/118.json +1 -0
- data/resources/bible/kjv/psalms/119.json +1 -0
- data/resources/bible/kjv/psalms/12.json +1 -0
- data/resources/bible/kjv/psalms/120.json +1 -0
- data/resources/bible/kjv/psalms/121.json +1 -0
- data/resources/bible/kjv/psalms/122.json +1 -0
- data/resources/bible/kjv/psalms/123.json +1 -0
- data/resources/bible/kjv/psalms/124.json +1 -0
- data/resources/bible/kjv/psalms/125.json +1 -0
- data/resources/bible/kjv/psalms/126.json +1 -0
- data/resources/bible/kjv/psalms/127.json +1 -0
- data/resources/bible/kjv/psalms/128.json +1 -0
- data/resources/bible/kjv/psalms/129.json +1 -0
- data/resources/bible/kjv/psalms/13.json +1 -0
- data/resources/bible/kjv/psalms/130.json +1 -0
- data/resources/bible/kjv/psalms/131.json +1 -0
- data/resources/bible/kjv/psalms/132.json +1 -0
- data/resources/bible/kjv/psalms/133.json +1 -0
- data/resources/bible/kjv/psalms/134.json +1 -0
- data/resources/bible/kjv/psalms/135.json +1 -0
- data/resources/bible/kjv/psalms/136.json +1 -0
- data/resources/bible/kjv/psalms/137.json +1 -0
- data/resources/bible/kjv/psalms/138.json +1 -0
- data/resources/bible/kjv/psalms/139.json +1 -0
- data/resources/bible/kjv/psalms/14.json +1 -0
- data/resources/bible/kjv/psalms/140.json +1 -0
- data/resources/bible/kjv/psalms/141.json +1 -0
- data/resources/bible/kjv/psalms/142.json +1 -0
- data/resources/bible/kjv/psalms/143.json +1 -0
- data/resources/bible/kjv/psalms/144.json +1 -0
- data/resources/bible/kjv/psalms/145.json +1 -0
- data/resources/bible/kjv/psalms/146.json +1 -0
- data/resources/bible/kjv/psalms/147.json +1 -0
- data/resources/bible/kjv/psalms/148.json +1 -0
- data/resources/bible/kjv/psalms/149.json +1 -0
- data/resources/bible/kjv/psalms/15.json +1 -0
- data/resources/bible/kjv/psalms/150.json +1 -0
- data/resources/bible/kjv/psalms/16.json +1 -0
- data/resources/bible/kjv/psalms/17.json +1 -0
- data/resources/bible/kjv/psalms/18.json +1 -0
- data/resources/bible/kjv/psalms/19.json +1 -0
- data/resources/bible/kjv/psalms/2.json +1 -0
- data/resources/bible/kjv/psalms/20.json +1 -0
- data/resources/bible/kjv/psalms/21.json +1 -0
- data/resources/bible/kjv/psalms/22.json +1 -0
- data/resources/bible/kjv/psalms/23.json +1 -0
- data/resources/bible/kjv/psalms/24.json +1 -0
- data/resources/bible/kjv/psalms/25.json +1 -0
- data/resources/bible/kjv/psalms/26.json +1 -0
- data/resources/bible/kjv/psalms/27.json +1 -0
- data/resources/bible/kjv/psalms/28.json +1 -0
- data/resources/bible/kjv/psalms/29.json +1 -0
- data/resources/bible/kjv/psalms/3.json +1 -0
- data/resources/bible/kjv/psalms/30.json +1 -0
- data/resources/bible/kjv/psalms/31.json +1 -0
- data/resources/bible/kjv/psalms/32.json +1 -0
- data/resources/bible/kjv/psalms/33.json +1 -0
- data/resources/bible/kjv/psalms/34.json +1 -0
- data/resources/bible/kjv/psalms/35.json +1 -0
- data/resources/bible/kjv/psalms/36.json +1 -0
- data/resources/bible/kjv/psalms/37.json +1 -0
- data/resources/bible/kjv/psalms/38.json +1 -0
- data/resources/bible/kjv/psalms/39.json +1 -0
- data/resources/bible/kjv/psalms/4.json +1 -0
- data/resources/bible/kjv/psalms/40.json +1 -0
- data/resources/bible/kjv/psalms/41.json +1 -0
- data/resources/bible/kjv/psalms/42.json +1 -0
- data/resources/bible/kjv/psalms/43.json +1 -0
- data/resources/bible/kjv/psalms/44.json +1 -0
- data/resources/bible/kjv/psalms/45.json +1 -0
- data/resources/bible/kjv/psalms/46.json +1 -0
- data/resources/bible/kjv/psalms/47.json +1 -0
- data/resources/bible/kjv/psalms/48.json +1 -0
- data/resources/bible/kjv/psalms/49.json +1 -0
- data/resources/bible/kjv/psalms/5.json +1 -0
- data/resources/bible/kjv/psalms/50.json +1 -0
- data/resources/bible/kjv/psalms/51.json +1 -0
- data/resources/bible/kjv/psalms/52.json +1 -0
- data/resources/bible/kjv/psalms/53.json +1 -0
- data/resources/bible/kjv/psalms/54.json +1 -0
- data/resources/bible/kjv/psalms/55.json +1 -0
- data/resources/bible/kjv/psalms/56.json +1 -0
- data/resources/bible/kjv/psalms/57.json +1 -0
- data/resources/bible/kjv/psalms/58.json +1 -0
- data/resources/bible/kjv/psalms/59.json +1 -0
- data/resources/bible/kjv/psalms/6.json +1 -0
- data/resources/bible/kjv/psalms/60.json +1 -0
- data/resources/bible/kjv/psalms/61.json +1 -0
- data/resources/bible/kjv/psalms/62.json +1 -0
- data/resources/bible/kjv/psalms/63.json +1 -0
- data/resources/bible/kjv/psalms/64.json +1 -0
- data/resources/bible/kjv/psalms/65.json +1 -0
- data/resources/bible/kjv/psalms/66.json +1 -0
- data/resources/bible/kjv/psalms/67.json +1 -0
- data/resources/bible/kjv/psalms/68.json +1 -0
- data/resources/bible/kjv/psalms/69.json +1 -0
- data/resources/bible/kjv/psalms/7.json +1 -0
- data/resources/bible/kjv/psalms/70.json +1 -0
- data/resources/bible/kjv/psalms/71.json +1 -0
- data/resources/bible/kjv/psalms/72.json +1 -0
- data/resources/bible/kjv/psalms/73.json +1 -0
- data/resources/bible/kjv/psalms/74.json +1 -0
- data/resources/bible/kjv/psalms/75.json +1 -0
- data/resources/bible/kjv/psalms/76.json +1 -0
- data/resources/bible/kjv/psalms/77.json +1 -0
- data/resources/bible/kjv/psalms/78.json +1 -0
- data/resources/bible/kjv/psalms/79.json +1 -0
- data/resources/bible/kjv/psalms/8.json +1 -0
- data/resources/bible/kjv/psalms/80.json +1 -0
- data/resources/bible/kjv/psalms/81.json +1 -0
- data/resources/bible/kjv/psalms/82.json +1 -0
- data/resources/bible/kjv/psalms/83.json +1 -0
- data/resources/bible/kjv/psalms/84.json +1 -0
- data/resources/bible/kjv/psalms/85.json +1 -0
- data/resources/bible/kjv/psalms/86.json +1 -0
- data/resources/bible/kjv/psalms/87.json +1 -0
- data/resources/bible/kjv/psalms/88.json +1 -0
- data/resources/bible/kjv/psalms/89.json +1 -0
- data/resources/bible/kjv/psalms/9.json +1 -0
- data/resources/bible/kjv/psalms/90.json +1 -0
- data/resources/bible/kjv/psalms/91.json +1 -0
- data/resources/bible/kjv/psalms/92.json +1 -0
- data/resources/bible/kjv/psalms/93.json +1 -0
- data/resources/bible/kjv/psalms/94.json +1 -0
- data/resources/bible/kjv/psalms/95.json +1 -0
- data/resources/bible/kjv/psalms/96.json +1 -0
- data/resources/bible/kjv/psalms/97.json +1 -0
- data/resources/bible/kjv/psalms/98.json +1 -0
- data/resources/bible/kjv/psalms/99.json +1 -0
- data/resources/bible/kjv/revelation/1.json +1 -0
- data/resources/bible/kjv/revelation/10.json +1 -0
- data/resources/bible/kjv/revelation/11.json +1 -0
- data/resources/bible/kjv/revelation/12.json +1 -0
- data/resources/bible/kjv/revelation/13.json +1 -0
- data/resources/bible/kjv/revelation/14.json +1 -0
- data/resources/bible/kjv/revelation/15.json +1 -0
- data/resources/bible/kjv/revelation/16.json +1 -0
- data/resources/bible/kjv/revelation/17.json +1 -0
- data/resources/bible/kjv/revelation/18.json +1 -0
- data/resources/bible/kjv/revelation/19.json +1 -0
- data/resources/bible/kjv/revelation/2.json +1 -0
- data/resources/bible/kjv/revelation/20.json +1 -0
- data/resources/bible/kjv/revelation/21.json +1 -0
- data/resources/bible/kjv/revelation/22.json +1 -0
- data/resources/bible/kjv/revelation/3.json +1 -0
- data/resources/bible/kjv/revelation/4.json +1 -0
- data/resources/bible/kjv/revelation/5.json +1 -0
- data/resources/bible/kjv/revelation/6.json +1 -0
- data/resources/bible/kjv/revelation/7.json +1 -0
- data/resources/bible/kjv/revelation/8.json +1 -0
- data/resources/bible/kjv/revelation/9.json +1 -0
- data/resources/bible/kjv/romans/1.json +1 -0
- data/resources/bible/kjv/romans/10.json +1 -0
- data/resources/bible/kjv/romans/11.json +1 -0
- data/resources/bible/kjv/romans/12.json +1 -0
- data/resources/bible/kjv/romans/13.json +1 -0
- data/resources/bible/kjv/romans/14.json +1 -0
- data/resources/bible/kjv/romans/15.json +1 -0
- data/resources/bible/kjv/romans/16.json +1 -0
- data/resources/bible/kjv/romans/2.json +1 -0
- data/resources/bible/kjv/romans/3.json +1 -0
- data/resources/bible/kjv/romans/4.json +1 -0
- data/resources/bible/kjv/romans/5.json +1 -0
- data/resources/bible/kjv/romans/6.json +1 -0
- data/resources/bible/kjv/romans/7.json +1 -0
- data/resources/bible/kjv/romans/8.json +1 -0
- data/resources/bible/kjv/romans/9.json +1 -0
- data/resources/bible/kjv/ruth/1.json +1 -0
- data/resources/bible/kjv/ruth/2.json +1 -0
- data/resources/bible/kjv/ruth/3.json +1 -0
- data/resources/bible/kjv/ruth/4.json +1 -0
- data/resources/bible/kjv/song_of_solomon/1.json +1 -0
- data/resources/bible/kjv/song_of_solomon/2.json +1 -0
- data/resources/bible/kjv/song_of_solomon/3.json +1 -0
- data/resources/bible/kjv/song_of_solomon/4.json +1 -0
- data/resources/bible/kjv/song_of_solomon/5.json +1 -0
- data/resources/bible/kjv/song_of_solomon/6.json +1 -0
- data/resources/bible/kjv/song_of_solomon/7.json +1 -0
- data/resources/bible/kjv/song_of_solomon/8.json +1 -0
- data/resources/bible/kjv/titus/1.json +1 -0
- data/resources/bible/kjv/titus/2.json +1 -0
- data/resources/bible/kjv/titus/3.json +1 -0
- data/resources/bible/kjv/zechariah/1.json +1 -0
- data/resources/bible/kjv/zechariah/10.json +1 -0
- data/resources/bible/kjv/zechariah/11.json +1 -0
- data/resources/bible/kjv/zechariah/12.json +1 -0
- data/resources/bible/kjv/zechariah/13.json +1 -0
- data/resources/bible/kjv/zechariah/14.json +1 -0
- data/resources/bible/kjv/zechariah/2.json +1 -0
- data/resources/bible/kjv/zechariah/3.json +1 -0
- data/resources/bible/kjv/zechariah/4.json +1 -0
- data/resources/bible/kjv/zechariah/5.json +1 -0
- data/resources/bible/kjv/zechariah/6.json +1 -0
- data/resources/bible/kjv/zechariah/7.json +1 -0
- data/resources/bible/kjv/zechariah/8.json +1 -0
- data/resources/bible/kjv/zechariah/9.json +1 -0
- data/resources/bible/kjv/zephaniah/1.json +1 -0
- data/resources/bible/kjv/zephaniah/2.json +1 -0
- data/resources/bible/kjv/zephaniah/3.json +1 -0
- metadata +1286 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"number":24,"verses":[{"text":"And Joshua gathered all the tribes of Israel to Shechem, and called for the elders of Israel, and for their heads, and for their judges, and for their officers; and they presented themselves before God."},{"text":"And Joshua said unto all the people, Thus saith the LORD God of Israel, Your fathers dwelt on the other side of the flood in old time, even Terah, the father of Abraham, and the father of Nachor: and they served other gods."},{"text":"And I took your father Abraham from the other side of the flood, and led him throughout all the land of Canaan, and multiplied his seed, and gave him Isaac."},{"text":"And I gave unto Isaac Jacob and Esau: and I gave unto Esau mount Seir, to possess it; but Jacob and his children went down into Egypt."},{"text":"I sent Moses also and Aaron, and I plagued Egypt, according to that which I did among them: and afterward I brought you out."},{"text":"And I brought your fathers out of Egypt: and ye came unto the sea; and the Egyptians pursued after your fathers with chariots and horsemen unto the Red sea."},{"text":"And when they cried unto the LORD, he put darkness between you and the Egyptians, and brought the sea upon them, and covered them; and your eyes have seen what I have done in Egypt: and ye dwelt in the wilderness a long season."},{"text":"And I brought you into the land of the Amorites, which dwelt on the other side Jordan; and they fought with you: and I gave them into your hand, that ye might possess their land; and I destroyed them from before you."},{"text":"Then Balak the son of Zippor, king of Moab, arose and warred against Israel, and sent and called Balaam the son of Beor to curse you:"},{"text":"But I would not hearken unto Balaam; therefore he blessed you still: so I delivered you out of his hand."},{"text":"And you went over Jordan, and came unto Jericho: and the men of Jericho fought against you, the Amorites, and the Perizzites, and the Canaanites, and the Hittites, and the Girgashites, the Hivites, and the Jebusites; and I delivered them into your hand."},{"text":"And I sent the hornet before you, which drave them out from before you, even the two kings of the Amorites; but not with thy sword, nor with thy bow."},{"text":"And I have given you a land for which ye did not labour, and cities which ye built not, and ye dwell in them; of the vineyards and oliveyards which ye planted not do ye eat."},{"text":"Now therefore fear the LORD, and serve him in sincerity and in truth: and put away the gods which your fathers served on the other side of the flood, and in Egypt; and serve ye the LORD."},{"text":"And if it seem evil unto you to serve the LORD, choose you this day whom ye will serve; whether the gods which your fathers served that were on the other side of the flood, or the gods of the Amorites, in whose land ye dwell: but as for me and my house, we will serve the LORD."},{"text":"And the people answered and said, God forbid that we should forsake the LORD, to serve other gods;"},{"text":"For the LORD our God, he it is that brought us up and our fathers out of the land of Egypt, from the house of bondage, and which did those great signs in our sight, and preserved us in all the way wherein we went, and among all the people through whom we passed:"},{"text":"And the LORD drave out from before us all the people, even the Amorites which dwelt in the land: therefore will we also serve the LORD; for he is our God."},{"text":"And Joshua said unto the people, Ye cannot serve the LORD: for he is an holy God; he is a jealous God; he will not forgive your transgressions nor your sins."},{"text":"If ye forsake the LORD, and serve strange gods, then he will turn and do you hurt, and consume you, after that he hath done you good."},{"text":"And the people said unto Joshua, Nay; but we will serve the LORD."},{"text":"And Joshua said unto the people, Ye are witnesses against yourselves that ye have chosen you the LORD, to serve him. And they said, We are witnesses."},{"text":"Now therefore put away, said he, the strange gods which are among you, and incline your heart unto the LORD God of Israel."},{"text":"And the people said unto Joshua, The LORD our God will we serve, and his voice will we obey."},{"text":"So Joshua made a covenant with the people that day, and set them a statute and an ordinance in Shechem."},{"text":"And Joshua wrote these words in the book of the law of God, and took a great stone, and set it up there under an oak, that was by the sanctuary of the LORD."},{"text":"And Joshua said unto all the people, Behold, this stone shall be a witness unto us; for it hath heard all the words of the LORD which he spake unto us: it shall be therefore a witness unto you, lest ye deny your God."},{"text":"So Joshua let the people depart, every man unto his inheritance."},{"text":"And it came to pass after these things, that Joshua the son of Nun, the servant of the LORD, died, being an hundred and ten years old."},{"text":"And they buried him in the border of his inheritance in Timnathserah, which is in mount Ephraim, on the north side of the hill of Gaash."},{"text":"And Israel served the LORD all the days of Joshua, and all the days of the elders that overlived Joshua, and which had known all the works of the LORD, that he had done for Israel."},{"text":"And the bones of Joseph, which the children of Israel brought up out of Egypt, buried they in Shechem, in a parcel of ground which Jacob bought of the sons of Hamor the father of Shechem for an hundred pieces of silver: and it became the inheritance of the children of Joseph."},{"text":"And Eleazar the son of Aaron died; and they buried him in a hill that pertained to Phinehas his son, which was given him in mount Ephraim."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"And Joshua rose early in the morning; and they removed from Shittim, and came to Jordan, he and all the children of Israel, and lodged there before they passed over."},{"text":"And it came to pass after three days, that the officers went through the host;"},{"text":"And they commanded the people, saying, When ye see the ark of the covenant of the LORD your God, and the priests the Levites bearing it, then ye shall remove from your place, and go after it."},{"text":"Yet there shall be a space between you and it, about two thousand cubits by measure: come not near unto it, that ye may know the way by which ye must go: for ye have not passed this way heretofore."},{"text":"And Joshua said unto the people, Sanctify yourselves: for to morrow the LORD will do wonders among you."},{"text":"And Joshua spake unto the priests, saying, Take up the ark of the covenant, and pass over before the people. And they took up the ark of the covenant, and went before the people."},{"text":"And the LORD said unto Joshua, This day will I begin to magnify thee in the sight of all Israel, that they may know that, as I was with Moses, so I will be with thee."},{"text":"And thou shalt command the priests that bear the ark of the covenant, saying, When ye are come to the brink of the water of Jordan, ye shall stand still in Jordan."},{"text":"And Joshua said unto the children of Israel, Come hither, and hear the words of the LORD your God."},{"text":"And Joshua said, Hereby ye shall know that the living God is among you, and that he will without fail drive out from before you the Canaanites, and the Hittites, and the Hivites, and the Perizzites, and the Girgashites, and the Amorites, and the Jebusites."},{"text":"Behold, the ark of the covenant of the LORD of all the earth passeth over before you into Jordan."},{"text":"Now therefore take you twelve men out of the tribes of Israel, out of every tribe a man."},{"text":"And it shall come to pass, as soon as the soles of the feet of the priests that bear the ark of the LORD, the LORD of all the earth, shall rest in the waters of Jordan, that the waters of Jordan shall be cut off from the waters that come down from above; and they shall stand upon an heap."},{"text":"And it came to pass, when the people removed from their tents, to pass over Jordan, and the priests bearing the ark of the covenant before the people;"},{"text":"And as they that bare the ark were come unto Jordan, and the feet of the priests that bare the ark were dipped in the brim of the water, (for Jordan overfloweth all his banks all the time of harvest,)"},{"text":"That the waters which came down from above stood and rose up upon an heap very far from the city Adam, that is beside Zaretan: and those that came down toward the sea of the plain, even the salt sea, failed, and were cut off: and the people passed over right against Jericho."},{"text":"And the priests that bare the ark of the covenant of the LORD stood firm on dry ground in the midst of Jordan, and all the Israelites passed over on dry ground, until all the people were passed clean over Jordan."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"And it came to pass, when all the people were clean passed over Jordan, that the LORD spake unto Joshua, saying,"},{"text":"Take you twelve men out of the people, out of every tribe a man,"},{"text":"And command ye them, saying, Take you hence out of the midst of Jordan, out of the place where the priests' feet stood firm, twelve stones, and ye shall carry them over with you, and leave them in the lodging place, where ye shall lodge this night."},{"text":"Then Joshua called the twelve men, whom he had prepared of the children of Israel, out of every tribe a man:"},{"text":"And Joshua said unto them, Pass over before the ark of the LORD your God into the midst of Jordan, and take you up every man of you a stone upon his shoulder, according unto the number of the tribes of the children of Israel:"},{"text":"That this may be a sign among you, that when your children ask their fathers in time to come, saying, What mean ye by these stones?"},{"text":"Then ye shall answer them, That the waters of Jordan were cut off before the ark of the covenant of the LORD; when it passed over Jordan, the waters of Jordan were cut off: and these stones shall be for a memorial unto the children of Israel for ever."},{"text":"And the children of Israel did so as Joshua commanded, and took up twelve stones out of the midst of Jordan, as the LORD spake unto Joshua, according to the number of the tribes of the children of Israel, and carried them over with them unto the place where they lodged, and laid them down there."},{"text":"And Joshua set up twelve stones in the midst of Jordan, in the place where the feet of the priests which bare the ark of the covenant stood: and they are there unto this day."},{"text":"For the priests which bare the ark stood in the midst of Jordan, until everything was finished that the LORD commanded Joshua to speak unto the people, according to all that Moses commanded Joshua: and the people hasted and passed over."},{"text":"And it came to pass, when all the people were clean passed over, that the ark of the LORD passed over, and the priests, in the presence of the people."},{"text":"And the children of Reuben, and the children of Gad, and half the tribe of Manasseh, passed over armed before the children of Israel, as Moses spake unto them:"},{"text":"About forty thousand prepared for war passed over before the LORD unto battle, to the plains of Jericho."},{"text":"On that day the LORD magnified Joshua in the sight of all Israel; and they feared him, as they feared Moses, all the days of his life."},{"text":"And the LORD spake unto Joshua, saying,"},{"text":"Command the priests that bear the ark of the testimony, that they come up out of Jordan."},{"text":"Joshua therefore commanded the priests, saying, Come ye up out of Jordan."},{"text":"And it came to pass, when the priests that bare the ark of the covenant of the LORD were come up out of the midst of Jordan, and the soles of the priests' feet were lifted up unto the dry land, that the waters of Jordan returned unto their place, and flowed over all his banks, as they did before."},{"text":"And the people came up out of Jordan on the tenth day of the first month, and encamped in Gilgal, in the east border of Jericho."},{"text":"And those twelve stones, which they took out of Jordan, did Joshua pitch in Gilgal."},{"text":"And he spake unto the children of Israel, saying, When your children shall ask their fathers in time to come, saying, What mean these stones?"},{"text":"Then ye shall let your children know, saying, Israel came over this Jordan on dry land."},{"text":"For the LORD your God dried up the waters of Jordan from before you, until ye were passed over, as the LORD your God did to the Red sea, which he dried up from before us, until we were gone over:"},{"text":"That all the people of the earth might know the hand of the LORD, that it is mighty: that ye might fear the LORD your God for ever."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"And it came to pass, when all the kings of the Amorites, which were on the side of Jordan westward, and all the kings of the Canaanites, which were by the sea, heard that the LORD had dried up the waters of Jordan from before the children of Israel, until we were passed over, that their heart melted, neither was there spirit in them any more, because of the children of Israel."},{"text":"At that time the LORD said unto Joshua, Make thee sharp knives, and circumcise again the children of Israel the second time."},{"text":"And Joshua made him sharp knives, and circumcised the children of Israel at the hill of the foreskins."},{"text":"And this is the cause why Joshua did circumcise: All the people that came out of Egypt, that were males, even all the men of war, died in the wilderness by the way, after they came out of Egypt."},{"text":"Now all the people that came out were circumcised: but all the people that were born in the wilderness by the way as they came forth out of Egypt, them they had not circumcised."},{"text":"For the children of Israel walked forty years in the wilderness, till all the people that were men of war, which came out of Egypt, were consumed, because they obeyed not the voice of the LORD: unto whom the LORD sware that he would not shew them the land, which the LORD sware unto their fathers that he would give us, a land that floweth with milk and honey."},{"text":"And their children, whom he raised up in their stead, them Joshua circumcised: for they were uncircumcised, because they had not circumcised them by the way."},{"text":"And it came to pass, when they had done circumcising all the people, that they abode in their places in the camp, till they were whole."},{"text":"And the LORD said unto Joshua, This day have I rolled away the reproach of Egypt from off you. Wherefore the name of the place is called Gilgal unto this day."},{"text":"And the children of Israel encamped in Gilgal, and kept the passover on the fourteenth day of the month at even in the plains of Jericho."},{"text":"And they did eat of the old corn of the land on the morrow after the passover, unleavened cakes, and parched corn in the selfsame day."},{"text":"And the manna ceased on the morrow after they had eaten of the old corn of the land; neither had the children of Israel manna any more; but they did eat of the fruit of the land of Canaan that year."},{"text":"And it came to pass, when Joshua was by Jericho, that he lifted up his eyes and looked, and, behold, there stood a man over against him with his sword drawn in his hand: and Joshua went unto him, and said unto him, Art thou for us, or for our adversaries?"},{"text":"And he said, Nay; but as captain of the host of the LORD am I now come. And Joshua fell on his face to the earth, and did worship, and said unto him, What saith my Lord unto his servant?"},{"text":"And the captain of the LORD's host said unto Joshua, Loose thy shoe from off thy foot; for the place whereon thou standest is holy. And Joshua did so."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"Now Jericho was straitly shut up because of the children of Israel: none went out, and none came in."},{"text":"And the LORD said unto Joshua, See, I have given into thine hand Jericho, and the king thereof, and the mighty men of valour."},{"text":"And ye shall compass the city, all ye men of war, and go round about the city once. Thus shalt thou do six days."},{"text":"And seven priests shall bear before the ark seven trumpets of rams' horns: and the seventh day ye shall compass the city seven times, and the priests shall blow with the trumpets."},{"text":"And it shall come to pass, that when they make a long blast with the ram's horn, and when ye hear the sound of the trumpet, all the people shall shout with a great shout; and the wall of the city shall fall down flat, and the people shall ascend up every man straight before him."},{"text":"And Joshua the son of Nun called the priests, and said unto them, Take up the ark of the covenant, and let seven priests bear seven trumpets of rams' horns before the ark of the LORD."},{"text":"And he said unto the people, Pass on, and compass the city, and let him that is armed pass on before the ark of the LORD."},{"text":"And it came to pass, when Joshua had spoken unto the people, that the seven priests bearing the seven trumpets of rams' horns passed on before the LORD, and blew with the trumpets: and the ark of the covenant of the LORD followed them."},{"text":"And the armed men went before the priests that blew with the trumpets, and the rereward came after the ark, the priests going on, and blowing with the trumpets."},{"text":"And Joshua had commanded the people, saying, Ye shall not shout, nor make any noise with your voice, neither shall any word proceed out of your mouth, until the day I bid you shout; then shall ye shout."},{"text":"So the ark of the LORD compassed the city, going about it once: and they came into the camp, and lodged in the camp."},{"text":"And Joshua rose early in the morning, and the priests took up the ark of the LORD."},{"text":"And seven priests bearing seven trumpets of rams' horns before the ark of the LORD went on continually, and blew with the trumpets: and the armed men went before them; but the rereward came after the ark of the LORD, the priests going on, and blowing with the trumpets."},{"text":"And the second day they compassed the city once, and returned into the camp: so they did six days."},{"text":"And it came to pass on the seventh day, that they rose early about the dawning of the day, and compassed the city after the same manner seven times: only on that day they compassed the city seven times."},{"text":"And it came to pass at the seventh time, when the priests blew with the trumpets, Joshua said unto the people, Shout; for the LORD hath given you the city."},{"text":"And the city shall be accursed, even it, and all that are therein, to the LORD: only Rahab the harlot shall live, she and all that are with her in the house, because she hid the messengers that we sent."},{"text":"And ye, in any wise keep yourselves from the accursed thing, lest ye make yourselves accursed, when ye take of the accursed thing, and make the camp of Israel a curse, and trouble it."},{"text":"But all the silver, and gold, and vessels of brass and iron, are consecrated unto the LORD: they shall come into the treasury of the LORD."},{"text":"So the people shouted when the priests blew with the trumpets: and it came to pass, when the people heard the sound of the trumpet, and the people shouted with a great shout, that the wall fell down flat, so that the people went up into the city, every man straight before him, and they took the city."},{"text":"And they utterly destroyed all that was in the city, both man and woman, young and old, and ox, and sheep, and ass, with the edge of the sword."},{"text":"But Joshua had said unto the two men that had spied out the country, Go into the harlot's house, and bring out thence the woman, and all that she hath, as ye sware unto her."},{"text":"And the young men that were spies went in, and brought out Rahab, and her father, and her mother, and her brethren, and all that she had; and they brought out all her kindred, and left them without the camp of Israel."},{"text":"And they burnt the city with fire, and all that was therein: only the silver, and the gold, and the vessels of brass and of iron, they put into the treasury of the house of the LORD."},{"text":"And Joshua saved Rahab the harlot alive, and her father's household, and all that she had; and she dwelleth in Israel even unto this day; because she hid the messengers, which Joshua sent to spy out Jericho."},{"text":"And Joshua adjured them at that time, saying, Cursed be the man before the LORD, that riseth up and buildeth this city Jericho: he shall lay the foundation thereof in his firstborn, and in his youngest son shall he set up the gates of it."},{"text":"So the LORD was with Joshua; and his fame was noised throughout all the country."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"But the children of Israel committed a trespass in the accursed thing: for Achan, the son of Carmi, the son of Zabdi, the son of Zerah, of the tribe of Judah, took of the accursed thing: and the anger of the LORD was kindled against the children of Israel."},{"text":"And Joshua sent men from Jericho to Ai, which is beside Bethaven, on the east of Bethel, and spake unto them, saying, Go up and view the country."},{"text":"And they returned to Joshua, and said unto him, Let not all the people go up; but let about two or three thousand men go up and smite Ai; and make not all the people to labour thither; for they are but few."},{"text":"So there went up thither of the people about three thousand men: and they fled before the men of Ai."},{"text":"And the men of Ai smote of them about thirty and six men: for they chased them from before the gate even unto Shebarim, and smote them in the going down: wherefore the hearts of the people melted, and became as water."},{"text":"And Joshua rent his clothes, and fell to the earth upon his face before the ark of the LORD until the eventide, he and the elders of Israel, and put dust upon their heads."},{"text":"And Joshua said, Alas, O LORD God, wherefore hast thou at all brought this people over Jordan, to deliver us into the hand of the Amorites, to destroy us? would to God we had been content, and dwelt on the other side Jordan!"},{"text":"O LORD, what shall I say, when Israel turneth their backs before their enemies!"},{"text":"For the Canaanites and all the inhabitants of the land shall hear of it, and shall environ us round, and cut off our name from the earth: and what wilt thou do unto thy great name?"},{"text":"And the LORD said unto Joshua, Get thee up; wherefore liest thou thus upon thy face?"},{"text":"Israel hath sinned, and they have also transgressed my covenant which I commanded them: for they have even taken of the accursed thing, and have also stolen, and dissembled also, and they have put it even among their own stuff."},{"text":"Therefore the children of Israel could not stand before their enemies, but turned their backs before their enemies, because they were accursed: neither will I be with you any more, except ye destroy the accursed from among you."},{"text":"Up, sanctify the people, and say, Sanctify yourselves against to morrow: for thus saith the LORD God of Israel, There is an accursed thing in the midst of thee, O Israel: thou canst not stand before thine enemies, until ye take away the accursed thing from among you."},{"text":"In the morning therefore ye shall be brought according to your tribes: and it shall be, that the tribe which the LORD taketh shall come according to the families thereof; and the family which the LORD shall take shall come by households; and the household which the LORD shall take shall come man by man."},{"text":"And it shall be, that he that is taken with the accursed thing shall be burnt with fire, he and all that he hath: because he hath transgressed the covenant of the LORD, and because he hath wrought folly in Israel."},{"text":"So Joshua rose up early in the morning, and brought Israel by their tribes; and the tribe of Judah was taken:"},{"text":"And he brought the family of Judah; and he took the family of the Zarhites: and he brought the family of the Zarhites man by man; and Zabdi was taken:"},{"text":"And he brought his household man by man; and Achan, the son of Carmi, the son of Zabdi, the son of Zerah, of the tribe of Judah, was taken."},{"text":"And Joshua said unto Achan, My son, give, I pray thee, glory to the LORD God of Israel, and make confession unto him; and tell me now what thou hast done; hide it not from me."},{"text":"And Achan answered Joshua, and said, Indeed I have sinned against the LORD God of Israel, and thus and thus have I done:"},{"text":"When I saw among the spoils a goodly Babylonish garment, and two hundred shekels of silver, and a wedge of gold of fifty shekels weight, then I coveted them, and took them; and, behold, they are hid in the earth in the midst of my tent, and the silver under it."},{"text":"So Joshua sent messengers, and they ran unto the tent; and, behold, it was hid in his tent, and the silver under it."},{"text":"And they took them out of the midst of the tent, and brought them unto Joshua, and unto all the children of Israel, and laid them out before the LORD."},{"text":"And Joshua, and all Israel with him, took Achan the son of Zerah, and the silver, and the garment, and the wedge of gold, and his sons, and his daughters, and his oxen, and his asses, and his sheep, and his tent, and all that he had: and they brought them unto the valley of Achor."},{"text":"And Joshua said, Why hast thou troubled us? the LORD shall trouble thee this day. And all Israel stoned him with stones, and burned them with fire, after they had stoned them with stones."},{"text":"And they raised over him a great heap of stones unto this day. So the LORD turned from the fierceness of his anger. Wherefore the name of that place was called, The valley of Achor, unto this day."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"And the LORD said unto Joshua, Fear not, neither be thou dismayed: take all the people of war with thee, and arise, go up to Ai: see, I have given into thy hand the king of Ai, and his people, and his city, and his land:"},{"text":"And thou shalt do to Ai and her king as thou didst unto Jericho and her king: only the spoil thereof, and the cattle thereof, shall ye take for a prey unto yourselves: lay thee an ambush for the city behind it."},{"text":"So Joshua arose, and all the people of war, to go up against Ai: and Joshua chose out thirty thousand mighty men of valour, and sent them away by night."},{"text":"And he commanded them, saying, Behold, ye shall lie in wait against the city, even behind the city: go not very far from the city, but be ye all ready:"},{"text":"And I, and all the people that are with me, will approach unto the city: and it shall come to pass, when they come out against us, as at the first, that we will flee before them,"},{"text":"(For they will come out after us) till we have drawn them from the city; for they will say, They flee before us, as at the first: therefore we will flee before them."},{"text":"Then ye shall rise up from the ambush, and seize upon the city: for the LORD your God will deliver it into your hand."},{"text":"And it shall be, when ye have taken the city, that ye shall set the city on fire: according to the commandment of the LORD shall ye do. See, I have commanded you."},{"text":"Joshua therefore sent them forth: and they went to lie in ambush, and abode between Bethel and Ai, on the west side of Ai: but Joshua lodged that night among the people."},{"text":"And Joshua rose up early in the morning, and numbered the people, and went up, he and the elders of Israel, before the people to Ai."},{"text":"And all the people, even the people of war that were with him, went up, and drew nigh, and came before the city, and pitched on the north side of Ai: now there was a valley between them and Ai."},{"text":"And he took about five thousand men, and set them to lie in ambush between Bethel and Ai, on the west side of the city."},{"text":"And when they had set the people, even all the host that was on the north of the city, and their liers in wait on the west of the city, Joshua went that night into the midst of the valley."},{"text":"And it came to pass, when the king of Ai saw it, that they hasted and rose up early, and the men of the city went out against Israel to battle, he and all his people, at a time appointed, before the plain; but he wist not that there were liers in ambush against him behind the city."},{"text":"And Joshua and all Israel made as if they were beaten before them, and fled by the way of the wilderness."},{"text":"And all the people that were in Ai were called together to pursue after them: and they pursued after Joshua, and were drawn away from the city."},{"text":"And there was not a man left in Ai or Bethel, that went not out after Israel: and they left the city open, and pursued after Israel."},{"text":"And the LORD said unto Joshua, Stretch out the spear that is in thy hand toward Ai; for I will give it into thine hand. And Joshua stretched out the spear that he had in his hand toward the city."},{"text":"And the ambush arose quickly out of their place, and they ran as soon as he had stretched out his hand: and they entered into the city, and took it, and hasted and set the city on fire."},{"text":"And when the men of Ai looked behind them, they saw, and, behold, the smoke of the city ascended up to heaven, and they had no power to flee this way or that way: and the people that fled to the wilderness turned back upon the pursuers."},{"text":"And when Joshua and all Israel saw that the ambush had taken the city, and that the smoke of the city ascended, then they turned again, and slew the men of Ai."},{"text":"And the other issued out of the city against them; so they were in the midst of Israel, some on this side, and some on that side: and they smote them, so that they let none of them remain or escape."},{"text":"And the king of Ai they took alive, and brought him to Joshua."},{"text":"And it came to pass, when Israel had made an end of slaying all the inhabitants of Ai in the field, in the wilderness wherein they chased them, and when they were all fallen on the edge of the sword, until they were consumed, that all the Israelites returned unto Ai, and smote it with the edge of the sword."},{"text":"And so it was, that all that fell that day, both of men and women, were twelve thousand, even all the men of Ai."},{"text":"For Joshua drew not his hand back, wherewith he stretched out the spear, until he had utterly destroyed all the inhabitants of Ai."},{"text":"Only the cattle and the spoil of that city Israel took for a prey unto themselves, according unto the word of the LORD which he commanded Joshua."},{"text":"And Joshua burnt Ai, and made it an heap for ever, even a desolation unto this day."},{"text":"And the king of Ai he hanged on a tree until eventide: and as soon as the sun was down, Joshua commanded that they should take his carcase down from the tree, and cast it at the entering of the gate of the city, and raise thereon a great heap of stones, that remaineth unto this day."},{"text":"Then Joshua built an altar unto the LORD God of Israel in mount Ebal,"},{"text":"As Moses the servant of the LORD commanded the children of Israel, as it is written in the book of the law of Moses, an altar of whole stones, over which no man hath lift up any iron: and they offered thereon burnt offerings unto the LORD, and sacrificed peace offerings."},{"text":"And he wrote there upon the stones a copy of the law of Moses, which he wrote in the presence of the children of Israel."},{"text":"And all Israel, and their elders, and officers, and their judges, stood on this side the ark and on that side before the priests the Levites, which bare the ark of the covenant of the LORD, as well the stranger, as he that was born among them; half of them over against mount Gerizim, and half of them over against mount Ebal; as Moses the servant of the LORD had commanded before, that they should bless the people of Israel."},{"text":"And afterward he read all the words of the law, the blessings and cursings, according to all that is written in the book of the law."},{"text":"There was not a word of all that Moses commanded, which Joshua read not before all the congregation of Israel, with the women, and the little ones, and the strangers that were conversant among them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"And it came to pass, when all the kings which were on this side Jordan, in the hills, and in the valleys, and in all the coasts of the great sea over against Lebanon, the Hittite, and the Amorite, the Canaanite, the Perizzite, the Hivite, and the Jebusite, heard thereof;"},{"text":"That they gathered themselves together, to fight with Joshua and with Israel, with one accord."},{"text":"And when the inhabitants of Gibeon heard what Joshua had done unto Jericho and to Ai,"},{"text":"They did work wilily, and went and made as if they had been ambassadors, and took old sacks upon their asses, and wine bottles, old, and rent, and bound up;"},{"text":"And old shoes and clouted upon their feet, and old garments upon them; and all the bread of their provision was dry and mouldy."},{"text":"And they went to Joshua unto the camp at Gilgal, and said unto him, and to the men of Israel, We be come from a far country: now therefore make ye a league with us."},{"text":"And the men of Israel said unto the Hivites, Peradventure ye dwell among us; and how shall we make a league with you?"},{"text":"And they said unto Joshua, We are thy servants. And Joshua said unto them, Who are ye? and from whence come ye?"},{"text":"And they said unto him, From a very far country thy servants are come because of the name of the LORD thy God: for we have heard the fame of him, and all that he did in Egypt,"},{"text":"And all that he did to the two kings of the Amorites, that were beyond Jordan, to Sihon king of Heshbon, and to Og king of Bashan, which was at Ashtaroth."},{"text":"Wherefore our elders and all the inhabitants of our country spake to us, saying, Take victuals with you for the journey, and go to meet them, and say unto them, We are your servants: therefore now make ye a league with us."},{"text":"This our bread we took hot for our provision out of our houses on the day we came forth to go unto you; but now, behold, it is dry, and it is mouldy:"},{"text":"And these bottles of wine, which we filled, were new; and, behold, they be rent: and these our garments and our shoes are become old by reason of the very long journey."},{"text":"And the men took of their victuals, and asked not counsel at the mouth of the LORD."},{"text":"And Joshua made peace with them, and made a league with them, to let them live: and the princes of the congregation sware unto them."},{"text":"And it came to pass at the end of three days after they had made a league with them, that they heard that they were their neighbours, and that they dwelt among them."},{"text":"And the children of Israel journeyed, and came unto their cities on the third day. Now their cities were Gibeon, and Chephirah, and Beeroth, and Kirjathjearim."},{"text":"And the children of Israel smote them not, because the princes of the congregation had sworn unto them by the LORD God of Israel. And all the congregation murmured against the princes."},{"text":"But all the princes said unto all the congregation, We have sworn unto them by the LORD God of Israel: now therefore we may not touch them."},{"text":"This we will do to them; we will even let them live, lest wrath be upon us, because of the oath which we sware unto them."},{"text":"And the princes said unto them, Let them live; but let them be hewers of wood and drawers of water unto all the congregation; as the princes had promised them."},{"text":"And Joshua called for them, and he spake unto them, saying, Wherefore have ye beguiled us, saying, We are very far from you; when ye dwell among us?"},{"text":"Now therefore ye are cursed, and there shall none of you be freed from being bondmen, and hewers of wood and drawers of water for the house of my God."},{"text":"And they answered Joshua, and said, Because it was certainly told thy servants, how that the LORD thy God commanded his servant Moses to give you all the land, and to destroy all the inhabitants of the land from before you, therefore we were sore afraid of our lives because of you, and have done this thing."},{"text":"And now, behold, we are in thine hand: as it seemeth good and right unto thee to do unto us, do."},{"text":"And so did he unto them, and delivered them out of the hand of the children of Israel, that they slew them not."},{"text":"And Joshua made them that day hewers of wood and drawers of water for the congregation, and for the altar of the LORD, even unto this day, in the place which he should choose."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"Jude, the servant of Jesus Christ, and brother of James, to them that are sanctified by God the Father, and preserved in Jesus Christ, and called:"},{"text":"Mercy unto you, and peace, and love, be multiplied."},{"text":"Beloved, when I gave all diligence to write unto you of the common salvation, it was needful for me to write unto you, and exhort you that ye should earnestly contend for the faith which was once delivered unto the saints."},{"text":"For there are certain men crept in unawares, who were before of old ordained to this condemnation, ungodly men, turning the grace of our God into lasciviousness, and denying the only Lord God, and our Lord Jesus Christ."},{"text":"I will therefore put you in remembrance, though ye once knew this, how that the Lord, having saved the people out of the land of Egypt, afterward destroyed them that believed not."},{"text":"And the angels which kept not their first estate, but left their own habitation, he hath reserved in everlasting chains under darkness unto the judgment of the great day."},{"text":"Even as Sodom and Gomorrha, and the cities about them in like manner, giving themselves over to fornication, and going after strange flesh, are set forth for an example, suffering the vengeance of eternal fire."},{"text":"Likewise also these filthy dreamers defile the flesh, despise dominion, and speak evil of dignities."},{"text":"Yet Michael the archangel, when contending with the devil he disputed about the body of Moses, durst not bring against him a railing accusation, but said, The Lord rebuke thee."},{"text":"But these speak evil of those things which they know not: but what they know naturally, as brute beasts, in those things they corrupt themselves."},{"text":"Woe unto them! for they have gone in the way of Cain, and ran greedily after the error of Balaam for reward, and perished in the gainsaying of Core."},{"text":"These are spots in your feasts of charity, when they feast with you, feeding themselves without fear: clouds they are without water, carried about of winds; trees whose fruit withereth, without fruit, twice dead, plucked up by the roots;"},{"text":"Raging waves of the sea, foaming out their own shame; wandering stars, to whom is reserved the blackness of darkness for ever."},{"text":"And Enoch also, the seventh from Adam, prophesied of these, saying, Behold, the Lord cometh with ten thousands of his saints,"},{"text":"To execute judgment upon all, and to convince all that are ungodly among them of all their ungodly deeds which they have ungodly committed, and of all their hard speeches which ungodly sinners have spoken against him."},{"text":"These are murmurers, complainers, walking after their own lusts; and their mouth speaketh great swelling words, having men's persons in admiration because of advantage."},{"text":"But, beloved, remember ye the words which were spoken before of the apostles of our Lord Jesus Christ;"},{"text":"How that they told you there should be mockers in the last time, who should walk after their own ungodly lusts."},{"text":"These be they who separate themselves, sensual, having not the Spirit."},{"text":"But ye, beloved, building up yourselves on your most holy faith, praying in the Holy Ghost,"},{"text":"Keep yourselves in the love of God, looking for the mercy of our Lord Jesus Christ unto eternal life."},{"text":"And of some have compassion, making a difference:"},{"text":"And others save with fear, pulling them out of the fire; hating even the garment spotted by the flesh."},{"text":"Now unto him that is able to keep you from falling, and to present you faultless before the presence of his glory with exceeding joy,"},{"text":"To the only wise God our Saviour, be glory and majesty, dominion and power, both now and ever. Amen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"Now after the death of Joshua it came to pass, that the children of Israel asked the LORD, saying, Who shall go up for us against the Canaanites first, to fight against them?"},{"text":"And the LORD said, Judah shall go up: behold, I have delivered the land into his hand."},{"text":"And Judah said unto Simeon his brother, Come up with me into my lot, that we may fight against the Canaanites; and I likewise will go with thee into thy lot. So Simeon went with him."},{"text":"And Judah went up; and the LORD delivered the Canaanites and the Perizzites into their hand: and they slew of them in Bezek ten thousand men."},{"text":"And they found Adonibezek in Bezek: and they fought against him, and they slew the Canaanites and the Perizzites."},{"text":"But Adonibezek fled; and they pursued after him, and caught him, and cut off his thumbs and his great toes."},{"text":"And Adonibezek said, Threescore and ten kings, having their thumbs and their great toes cut off, gathered their meat under my table: as I have done, so God hath requited me. And they brought him to Jerusalem, and there he died."},{"text":"Now the children of Judah had fought against Jerusalem, and had taken it, and smitten it with the edge of the sword, and set the city on fire."},{"text":"And afterward the children of Judah went down to fight against the Canaanites, that dwelt in the mountain, and in the south, and in the valley."},{"text":"And Judah went against the Canaanites that dwelt in Hebron: (now the name of Hebron before was Kirjatharba:) and they slew Sheshai, and Ahiman, and Talmai."},{"text":"And from thence he went against the inhabitants of Debir: and the name of Debir before was Kirjathsepher:"},{"text":"And Caleb said, He that smiteth Kirjathsepher, and taketh it, to him will I give Achsah my daughter to wife."},{"text":"And Othniel the son of Kenaz, Caleb's younger brother, took it: and he gave him Achsah his daughter to wife."},{"text":"And it came to pass, when she came to him, that she moved him to ask of her father a field: and she lighted from off her ass; and Caleb said unto her, What wilt thou?"},{"text":"And she said unto him, Give me a blessing: for thou hast given me a south land; give me also springs of water. And Caleb gave her the upper springs and the nether springs."},{"text":"And the children of the Kenite, Moses' father in law, went up out of the city of palm trees with the children of Judah into the wilderness of Judah, which lieth in the south of Arad; and they went and dwelt among the people."},{"text":"And Judah went with Simeon his brother, and they slew the Canaanites that inhabited Zephath, and utterly destroyed it. And the name of the city was called Hormah."},{"text":"Also Judah took Gaza with the coast thereof, and Askelon with the coast thereof, and Ekron with the coast thereof."},{"text":"And the LORD was with Judah; and he drave out the inhabitants of the mountain; but could not drive out the inhabitants of the valley, because they had chariots of iron."},{"text":"And they gave Hebron unto Caleb, as Moses said: and he expelled thence the three sons of Anak."},{"text":"And the children of Benjamin did not drive out the Jebusites that inhabited Jerusalem; but the Jebusites dwell with the children of Benjamin in Jerusalem unto this day."},{"text":"And the house of Joseph, they also went up against Bethel: and the LORD was with them."},{"text":"And the house of Joseph sent to descry Bethel. (Now the name of the city before was Luz.)"},{"text":"And the spies saw a man come forth out of the city, and they said unto him, Shew us, we pray thee, the entrance into the city, and we will shew thee mercy."},{"text":"And when he shewed them the entrance into the city, they smote the city with the edge of the sword; but they let go the man and all his family."},{"text":"And the man went into the land of the Hittites, and built a city, and called the name thereof Luz: which is the name thereof unto this day."},{"text":"Neither did Manasseh drive out the inhabitants of Bethshean and her towns, nor Taanach and her towns, nor the inhabitants of Dor and her towns, nor the inhabitants of Ibleam and her towns, nor the inhabitants of Megiddo and her towns: but the Canaanites would dwell in that land."},{"text":"And it came to pass, when Israel was strong, that they put the Canaanites to tribute, and did not utterly drive them out."},{"text":"Neither did Ephraim drive out the Canaanites that dwelt in Gezer; but the Canaanites dwelt in Gezer among them."},{"text":"Neither did Zebulun drive out the inhabitants of Kitron, nor the inhabitants of Nahalol; but the Canaanites dwelt among them, and became tributaries."},{"text":"Neither did Asher drive out the inhabitants of Accho, nor the inhabitants of Zidon, nor of Ahlab, nor of Achzib, nor of Helbah, nor of Aphik, nor of Rehob:"},{"text":"But the Asherites dwelt among the Canaanites, the inhabitants of the land: for they did not drive them out."},{"text":"Neither did Naphtali drive out the inhabitants of Bethshemesh, nor the inhabitants of Bethanath; but he dwelt among the Canaanites, the inhabitants of the land: nevertheless the inhabitants of Bethshemesh and of Bethanath became tributaries unto them."},{"text":"And the Amorites forced the children of Dan into the mountain: for they would not suffer them to come down to the valley:"},{"text":"But the Amorites would dwell in mount Heres in Aijalon, and in Shaalbim: yet the hand of the house of Joseph prevailed, so that they became tributaries."},{"text":"And the coast of the Amorites was from the going up to Akrabbim, from the rock, and upward."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"And after Abimelech there arose to defend Israel Tola the son of Puah, the son of Dodo, a man of Issachar; and he dwelt in Shamir in mount Ephraim."},{"text":"And he judged Israel twenty and three years, and died, and was buried in Shamir."},{"text":"And after him arose Jair, a Gileadite, and judged Israel twenty and two years."},{"text":"And he had thirty sons that rode on thirty ass colts, and they had thirty cities, which are called Havothjair unto this day, which are in the land of Gilead."},{"text":"And Jair died, and was buried in Camon."},{"text":"And the children of Israel did evil again in the sight of the LORD, and served Baalim, and Ashtaroth, and the gods of Syria, and the gods of Zidon, and the gods of Moab, and the gods of the children of Ammon, and the gods of the Philistines, and forsook the LORD, and served not him."},{"text":"And the anger of the LORD was hot against Israel, and he sold them into the hands of the Philistines, and into the hands of the children of Ammon."},{"text":"And that year they vexed and oppressed the children of Israel: eighteen years, all the children of Israel that were on the other side Jordan in the land of the Amorites, which is in Gilead."},{"text":"Moreover the children of Ammon passed over Jordan to fight also against Judah, and against Benjamin, and against the house of Ephraim; so that Israel was sore distressed."},{"text":"And the children of Israel cried unto the LORD, saying, We have sinned against thee, both because we have forsaken our God, and also served Baalim."},{"text":"And the LORD said unto the children of Israel, Did not I deliver you from the Egyptians, and from the Amorites, from the children of Ammon, and from the Philistines?"},{"text":"The Zidonians also, and the Amalekites, and the Maonites, did oppress you; and ye cried to me, and I delivered you out of their hand."},{"text":"Yet ye have forsaken me, and served other gods: wherefore I will deliver you no more."},{"text":"Go and cry unto the gods which ye have chosen; let them deliver you in the time of your tribulation."},{"text":"And the children of Israel said unto the LORD, We have sinned: do thou unto us whatsoever seemeth good unto thee; deliver us only, we pray thee, this day."},{"text":"And they put away the strange gods from among them, and served the LORD: and his soul was grieved for the misery of Israel."},{"text":"Then the children of Ammon were gathered together, and encamped in Gilead. And the children of Israel assembled themselves together, and encamped in Mizpeh."},{"text":"And the people and princes of Gilead said one to another, What man is he that will begin to fight against the children of Ammon? he shall be head over all the inhabitants of Gilead."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"Now Jephthah the Gileadite was a mighty man of valour, and he was the son of an harlot: and Gilead begat Jephthah."},{"text":"And Gilead's wife bare him sons; and his wife's sons grew up, and they thrust out Jephthah, and said unto him, Thou shalt not inherit in our father's house; for thou art the son of a strange woman."},{"text":"Then Jephthah fled from his brethren, and dwelt in the land of Tob: and there were gathered vain men to Jephthah, and went out with him."},{"text":"And it came to pass in process of time, that the children of Ammon made war against Israel."},{"text":"And it was so, that when the children of Ammon made war against Israel, the elders of Gilead went to fetch Jephthah out of the land of Tob:"},{"text":"And they said unto Jephthah, Come, and be our captain, that we may fight with the children of Ammon."},{"text":"And Jephthah said unto the elders of Gilead, Did not ye hate me, and expel me out of my father's house? and why are ye come unto me now when ye are in distress?"},{"text":"And the elders of Gilead said unto Jephthah, Therefore we turn again to thee now, that thou mayest go with us, and fight against the children of Ammon, and be our head over all the inhabitants of Gilead."},{"text":"And Jephthah said unto the elders of Gilead, If ye bring me home again to fight against the children of Ammon, and the LORD deliver them before me, shall I be your head?"},{"text":"And the elders of Gilead said unto Jephthah, The LORD be witness between us, if we do not so according to thy words."},{"text":"Then Jephthah went with the elders of Gilead, and the people made him head and captain over them: and Jephthah uttered all his words before the LORD in Mizpeh."},{"text":"And Jephthah sent messengers unto the king of the children of Ammon, saying, What hast thou to do with me, that thou art come against me to fight in my land?"},{"text":"And the king of the children of Ammon answered unto the messengers of Jephthah, Because Israel took away my land, when they came up out of Egypt, from Arnon even unto Jabbok, and unto Jordan: now therefore restore those lands again peaceably."},{"text":"And Jephthah sent messengers again unto the king of the children of Ammon:"},{"text":"And said unto him, Thus saith Jephthah, Israel took not away the land of Moab, nor the land of the children of Ammon:"},{"text":"But when Israel came up from Egypt, and walked through the wilderness unto the Red sea, and came to Kadesh;"},{"text":"Then Israel sent messengers unto the king of Edom, saying, Let me, I pray thee, pass through thy land: but the king of Edom would not hearken thereto. And in like manner they sent unto the king of Moab: but he would not consent: and Israel abode in Kadesh."},{"text":"Then they went along through the wilderness, and compassed the land of Edom, and the land of Moab, and came by the east side of the land of Moab, and pitched on the other side of Arnon, but came not within the border of Moab: for Arnon was the border of Moab."},{"text":"And Israel sent messengers unto Sihon king of the Amorites, the king of Heshbon; and Israel said unto him, Let us pass, we pray thee, through thy land into my place."},{"text":"But Sihon trusted not Israel to pass through his coast: but Sihon gathered all his people together, and pitched in Jahaz, and fought against Israel."},{"text":"And the LORD God of Israel delivered Sihon and all his people into the hand of Israel, and they smote them: so Israel possessed all the land of the Amorites, the inhabitants of that country."},{"text":"And they possessed all the coasts of the Amorites, from Arnon even unto Jabbok, and from the wilderness even unto Jordan."},{"text":"So now the LORD God of Israel hath dispossessed the Amorites from before his people Israel, and shouldest thou possess it?"},{"text":"Wilt not thou possess that which Chemosh thy god giveth thee to possess? So whomsoever the LORD our God shall drive out from before us, them will we possess."},{"text":"And now art thou any thing better than Balak the son of Zippor, king of Moab? did he ever strive against Israel, or did he ever fight against them,"},{"text":"While Israel dwelt in Heshbon and her towns, and in Aroer and her towns, and in all the cities that be along by the coasts of Arnon, three hundred years? why therefore did ye not recover them within that time?"},{"text":"Wherefore I have not sinned against thee, but thou doest me wrong to war against me: the LORD the Judge be judge this day between the children of Israel and the children of Ammon."},{"text":"Howbeit the king of the children of Ammon hearkened not unto the words of Jephthah which he sent him."},{"text":"Then the Spirit of the LORD came upon Jephthah, and he passed over Gilead, and Manasseh, and passed over Mizpeh of Gilead, and from Mizpeh of Gilead he passed over unto the children of Ammon."},{"text":"And Jephthah vowed a vow unto the LORD, and said, If thou shalt without fail deliver the children of Ammon into mine hands,"},{"text":"Then it shall be, that whatsoever cometh forth of the doors of my house to meet me, when I return in peace from the children of Ammon, shall surely be the LORD's, and I will offer it up for a burnt offering."},{"text":"So Jephthah passed over unto the children of Ammon to fight against them; and the LORD delivered them into his hands."},{"text":"And he smote them from Aroer, even till thou come to Minnith, even twenty cities, and unto the plain of the vineyards, with a very great slaughter. Thus the children of Ammon were subdued before the children of Israel."},{"text":"And Jephthah came to Mizpeh unto his house, and, behold, his daughter came out to meet him with timbrels and with dances: and she was his only child; beside her he had neither son nor daughter."},{"text":"And it came to pass, when he saw her, that he rent his clothes, and said, Alas, my daughter! thou hast brought me very low, and thou art one of them that trouble me: for I have opened my mouth unto the LORD, and I cannot go back."},{"text":"And she said unto him, My father, if thou hast opened thy mouth unto the LORD, do to me according to that which hath proceeded out of thy mouth; forasmuch as the LORD hath taken vengeance for thee of thine enemies, even of the children of Ammon."},{"text":"And she said unto her father, Let this thing be done for me: let me alone two months, that I may go up and down upon the mountains, and bewail my virginity, I and my fellows."},{"text":"And he said, Go. And he sent her away for two months: and she went with her companions, and bewailed her virginity upon the mountains."},{"text":"And it came to pass at the end of two months, that she returned unto her father, who did with her according to his vow which he had vowed: and she knew no man. And it was a custom in Israel,"},{"text":"That the daughters of Israel went yearly to lament the daughter of Jephthah the Gileadite four days in a year."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"And the men of Ephraim gathered themselves together, and went northward, and said unto Jephthah, Wherefore passedst thou over to fight against the children of Ammon, and didst not call us to go with thee? we will burn thine house upon thee with fire."},{"text":"And Jephthah said unto them, I and my people were at great strife with the children of Ammon; and when I called you, ye delivered me not out of their hands."},{"text":"And when I saw that ye delivered me not, I put my life in my hands, and passed over against the children of Ammon, and the LORD delivered them into my hand: wherefore then are ye come up unto me this day, to fight against me?"},{"text":"Then Jephthah gathered together all the men of Gilead, and fought with Ephraim: and the men of Gilead smote Ephraim, because they said, Ye Gileadites are fugitives of Ephraim among the Ephraimites, and among the Manassites."},{"text":"And the Gileadites took the passages of Jordan before the Ephraimites: and it was so, that when those Ephraimites which were escaped said, Let me go over; that the men of Gilead said unto him, Art thou an Ephraimite? If he said, Nay;"},{"text":"Then said they unto him, Say now Shibboleth: and he said Sibboleth: for he could not frame to pronounce it right. Then they took him, and slew him at the passages of Jordan: and there fell at that time of the Ephraimites forty and two thousand."},{"text":"And Jephthah judged Israel six years. Then died Jephthah the Gileadite, and was buried in one of the cities of Gilead."},{"text":"And after him Ibzan of Bethlehem judged Israel."},{"text":"And he had thirty sons, and thirty daughters, whom he sent abroad, and took in thirty daughters from abroad for his sons. And he judged Israel seven years."},{"text":"Then died Ibzan, and was buried at Bethlehem."},{"text":"And after him Elon, a Zebulonite, judged Israel; and he judged Israel ten years."},{"text":"And Elon the Zebulonite died, and was buried in Aijalon in the country of Zebulun."},{"text":"And after him Abdon the son of Hillel, a Pirathonite, judged Israel."},{"text":"And he had forty sons and thirty nephews, that rode on threescore and ten ass colts: and he judged Israel eight years."},{"text":"And Abdon the son of Hillel the Pirathonite died, and was buried in Pirathon in the land of Ephraim, in the mount of the Amalekites."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"And the children of Israel did evil again in the sight of the LORD; and the LORD delivered them into the hand of the Philistines forty years."},{"text":"And there was a certain man of Zorah, of the family of the Danites, whose name was Manoah; and his wife was barren, and bare not."},{"text":"And the angel of the LORD appeared unto the woman, and said unto her, Behold now, thou art barren, and bearest not: but thou shalt conceive, and bear a son."},{"text":"Now therefore beware, I pray thee, and drink not wine nor strong drink, and eat not any unclean thing:"},{"text":"For, lo, thou shalt conceive, and bear a son; and no razor shall come on his head: for the child shall be a Nazarite unto God from the womb: and he shall begin to deliver Israel out of the hand of the Philistines."},{"text":"Then the woman came and told her husband, saying, A man of God came unto me, and his countenance was like the countenance of an angel of God, very terrible: but I asked him not whence he was, neither told he me his name:"},{"text":"But he said unto me, Behold, thou shalt conceive, and bear a son; and now drink no wine nor strong drink, neither eat any unclean thing: for the child shall be a Nazarite to God from the womb to the day of his death."},{"text":"Then Manoah intreated the LORD, and said, O my Lord, let the man of God which thou didst send come again unto us, and teach us what we shall do unto the child that shall be born."},{"text":"And God hearkened to the voice of Manoah; and the angel of God came again unto the woman as she sat in the field: but Manoah her husband was not with her."},{"text":"And the woman made haste, and ran, and shewed her husband, and said unto him, Behold, the man hath appeared unto me, that came unto me the other day."},{"text":"And Manoah arose, and went after his wife, and came to the man, and said unto him, Art thou the man that spakest unto the woman? And he said, I am."},{"text":"And Manoah said, Now let thy words come to pass. How shall we order the child, and how shall we do unto him?"},{"text":"And the angel of the LORD said unto Manoah, Of all that I said unto the woman let her beware."},{"text":"She may not eat of any thing that cometh of the vine, neither let her drink wine or strong drink, nor eat any unclean thing: all that I commanded her let her observe."},{"text":"And Manoah said unto the angel of the LORD, I pray thee, let us detain thee, until we shall have made ready a kid for thee."},{"text":"And the angel of the LORD said unto Manoah, Though thou detain me, I will not eat of thy bread: and if thou wilt offer a burnt offering, thou must offer it unto the LORD. For Manoah knew not that he was an angel of the LORD."},{"text":"And Manoah said unto the angel of the LORD, What is thy name, that when thy sayings come to pass we may do thee honour?"},{"text":"And the angel of the LORD said unto him, Why askest thou thus after my name, seeing it is secret?"},{"text":"So Manoah took a kid with a meat offering, and offered it upon a rock unto the LORD: and the angel did wonderously; and Manoah and his wife looked on."},{"text":"For it came to pass, when the flame went up toward heaven from off the altar, that the angel of the LORD ascended in the flame of the altar. And Manoah and his wife looked on it, and fell on their faces to the ground."},{"text":"But the angel of the LORD did no more appear to Manoah and to his wife. Then Manoah knew that he was an angel of the LORD."},{"text":"And Manoah said unto his wife, We shall surely die, because we have seen God."},{"text":"But his wife said unto him, If the LORD were pleased to kill us, he would not have received a burnt offering and a meat offering at our hands, neither would he have shewed us all these things, nor would as at this time have told us such things as these."},{"text":"And the woman bare a son, and called his name Samson: and the child grew, and the LORD blessed him."},{"text":"And the Spirit of the LORD began to move him at times in the camp of Dan between Zorah and Eshtaol."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"And Samson went down to Timnath, and saw a woman in Timnath of the daughters of the Philistines."},{"text":"And he came up, and told his father and his mother, and said, I have seen a woman in Timnath of the daughters of the Philistines: now therefore get her for me to wife."},{"text":"Then his father and his mother said unto him, Is there never a woman among the daughters of thy brethren, or among all my people, that thou goest to take a wife of the uncircumcised Philistines? And Samson said unto his father, Get her for me; for she pleaseth me well."},{"text":"But his father and his mother knew not that it was of the LORD, that he sought an occasion against the Philistines: for at that time the Philistines had dominion over Israel."},{"text":"Then went Samson down, and his father and his mother, to Timnath, and came to the vineyards of Timnath: and, behold, a young lion roared against him."},{"text":"And the Spirit of the LORD came mightily upon him, and he rent him as he would have rent a kid, and he had nothing in his hand: but he told not his father or his mother what he had done."},{"text":"And he went down, and talked with the woman; and she pleased Samson well."},{"text":"And after a time he returned to take her, and he turned aside to see the carcase of the lion: and, behold, there was a swarm of bees and honey in the carcase of the lion."},{"text":"And he took thereof in his hands, and went on eating, and came to his father and mother, and he gave them, and they did eat: but he told not them that he had taken the honey out of the carcase of the lion."},{"text":"So his father went down unto the woman: and Samson made there a feast; for so used the young men to do."},{"text":"And it came to pass, when they saw him, that they brought thirty companions to be with him."},{"text":"And Samson said unto them, I will now put forth a riddle unto you: if ye can certainly declare it me within the seven days of the feast, and find it out, then I will give you thirty sheets and thirty change of garments:"},{"text":"But if ye cannot declare it me, then shall ye give me thirty sheets and thirty change of garments. And they said unto him, Put forth thy riddle, that we may hear it."},{"text":"And he said unto them, Out of the eater came forth meat, and out of the strong came forth sweetness. And they could not in three days expound the riddle."},{"text":"And it came to pass on the seventh day, that they said unto Samson's wife, Entice thy husband, that he may declare unto us the riddle, lest we burn thee and thy father's house with fire: have ye called us to take that we have? is it not so?"},{"text":"And Samson's wife wept before him, and said, Thou dost but hate me, and lovest me not: thou hast put forth a riddle unto the children of my people, and hast not told it me. And he said unto her, Behold, I have not told it my father nor my mother, and shall I tell it thee?"},{"text":"And she wept before him the seven days, while their feast lasted: and it came to pass on the seventh day, that he told her, because she lay sore upon him: and she told the riddle to the children of her people."},{"text":"And the men of the city said unto him on the seventh day before the sun went down, What is sweeter than honey? And what is stronger than a lion? and he said unto them, If ye had not plowed with my heifer, ye had not found out my riddle."},{"text":"And the Spirit of the LORD came upon him, and he went down to Ashkelon, and slew thirty men of them, and took their spoil, and gave change of garments unto them which expounded the riddle. And his anger was kindled, and he went up to his father's house."},{"text":"But Samson's wife was given to his companion, whom he had used as his friend."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"But it came to pass within a while after, in the time of wheat harvest, that Samson visited his wife with a kid; and he said, I will go in to my wife into the chamber. But her father would not suffer him to go in."},{"text":"And her father said, I verily thought that thou hadst utterly hated her; therefore I gave her to thy companion: is not her younger sister fairer than she? take her, I pray thee, instead of her."},{"text":"And Samson said concerning them, Now shall I be more blameless than the Philistines, though I do them a displeasure."},{"text":"And Samson went and caught three hundred foxes, and took firebrands, and turned tail to tail, and put a firebrand in the midst between two tails."},{"text":"And when he had set the brands on fire, he let them go into the standing corn of the Philistines, and burnt up both the shocks, and also the standing corn, with the vineyards and olives."},{"text":"Then the Philistines said, Who hath done this? And they answered, Samson, the son in law of the Timnite, because he had taken his wife, and given her to his companion. And the Philistines came up, and burnt her and her father with fire."},{"text":"And Samson said unto them, Though ye have done this, yet will I be avenged of you, and after that I will cease."},{"text":"And he smote them hip and thigh with a great slaughter: and he went down and dwelt in the top of the rock Etam."},{"text":"Then the Philistines went up, and pitched in Judah, and spread themselves in Lehi."},{"text":"And the men of Judah said, Why are ye come up against us? And they answered, To bind Samson are we come up, to do to him as he hath done to us."},{"text":"Then three thousand men of Judah went to the top of the rock Etam, and said to Samson, Knowest thou not that the Philistines are rulers over us? what is this that thou hast done unto us? And he said unto them, As they did unto me, so have I done unto them."},{"text":"And they said unto him, We are come down to bind thee, that we may deliver thee into the hand of the Philistines. And Samson said unto them, Swear unto me, that ye will not fall upon me yourselves."},{"text":"And they spake unto him, saying, No; but we will bind thee fast, and deliver thee into their hand: but surely we will not kill thee. And they bound him with two new cords, and brought him up from the rock."},{"text":"And when he came unto Lehi, the Philistines shouted against him: and the Spirit of the LORD came mightily upon him, and the cords that were upon his arms became as flax that was burnt with fire, and his bands loosed from off his hands."},{"text":"And he found a new jawbone of an ass, and put forth his hand, and took it, and slew a thousand men therewith."},{"text":"And Samson said, With the jawbone of an ass, heaps upon heaps, with the jaw of an ass have I slain a thousand men."},{"text":"And it came to pass, when he had made an end of speaking, that he cast away the jawbone out of his hand, and called that place Ramathlehi."},{"text":"And he was sore athirst, and called on the LORD, and said, Thou hast given this great deliverance into the hand of thy servant: and now shall I die for thirst, and fall into the hand of the uncircumcised?"},{"text":"But God clave an hollow place that was in the jaw, and there came water thereout; and when he had drunk, his spirit came again, and he revived: wherefore he called the name thereof Enhakkore, which is in Lehi unto this day."},{"text":"And he judged Israel in the days of the Philistines twenty years."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"Then went Samson to Gaza, and saw there an harlot, and went in unto her."},{"text":"And it was told the Gazites, saying, Samson is come hither. And they compassed him in, and laid wait for him all night in the gate of the city, and were quiet all the night, saying, In the morning, when it is day, we shall kill him."},{"text":"And Samson lay till midnight, and arose at midnight, and took the doors of the gate of the city, and the two posts, and went away with them, bar and all, and put them upon his shoulders, and carried them up to the top of an hill that is before Hebron."},{"text":"And it came to pass afterward, that he loved a woman in the valley of Sorek, whose name was Delilah."},{"text":"And the lords of the Philistines came up unto her, and said unto her, Entice him, and see wherein his great strength lieth, and by what means we may prevail against him, that we may bind him to afflict him; and we will give thee every one of us eleven hundred pieces of silver."},{"text":"And Delilah said to Samson, Tell me, I pray thee, wherein thy great strength lieth, and wherewith thou mightest be bound to afflict thee."},{"text":"And Samson said unto her, If they bind me with seven green withs that were never dried, then shall I be weak, and be as another man."},{"text":"Then the lords of the Philistines brought up to her seven green withs which had not been dried, and she bound him with them."},{"text":"Now there were men lying in wait, abiding with her in the chamber."},{"text":"And Delilah said unto Samson, Behold, thou hast mocked me, and told me lies: now tell me, I pray thee, wherewith thou mightest be bound."},{"text":"And he said unto her, If they bind me fast with new ropes that never were occupied, then shall I be weak, and be as another man."},{"text":"Delilah therefore took new ropes, and bound him therewith, and said unto him, The Philistines be upon thee, Samson. And there were liers in wait abiding in the chamber. And he brake them from off his arms like a thread."},{"text":"And Delilah said unto Samson, Hitherto thou hast mocked me, and told me lies: tell me wherewith thou mightest be bound. And he said unto her, If thou weavest the seven locks of my head with the web."},{"text":"And she fastened it with the pin, and said unto him, The Philistines be upon thee, Samson. And he awaked out of his sleep, and went away with the pin of the beam, and with the web."},{"text":"And she said unto him, How canst thou say, I love thee, when thine heart is not with me? thou hast mocked me these three times, and hast not told me wherein thy great strength lieth."},{"text":"And it came to pass, when she pressed him daily with her words, and urged him, so that his soul was vexed unto death;"},{"text":"That he told her all his heart, and said unto her, There hath not come a razor upon mine head; for I have been a Nazarite unto God from my mother's womb: if I be shaven, then my strength will go from me, and I shall become weak, and be like any other man."},{"text":"And when Delilah saw that he had told her all his heart, she sent and called for the lords of the Philistines, saying, Come up this once, for he hath shewed me all his heart. Then the lords of the Philistines came up unto her, and brought money in their hand."},{"text":"And she made him sleep upon her knees; and she called for a man, and she caused him to shave off the seven locks of his head; and she began to afflict him, and his strength went from him."},{"text":"And she said, The Philistines be upon thee, Samson. And he awoke out of his sleep, and said, I will go out as at other times before, and shake myself. And he wist not that the LORD was departed from him."},{"text":"But the Philistines took him, and put out his eyes, and brought him down to Gaza, and bound him with fetters of brass; and he did grind in the prison house."},{"text":"Howbeit the hair of his head began to grow again after he was shaven."},{"text":"Then the lords of the Philistines gathered them together for to offer a great sacrifice unto Dagon their god, and to rejoice: for they said, Our god hath delivered Samson our enemy into our hand."},{"text":"And when the people saw him, they praised their god: for they said, Our god hath delivered into our hands our enemy, and the destroyer of our country, which slew many of us."},{"text":"And it came to pass, when their hearts were merry, that they said, Call for Samson, that he may make us sport. And they called for Samson out of the prison house; and he made them sport: and they set him between the pillars."},{"text":"And Samson said unto the lad that held him by the hand, Suffer me that I may feel the pillars whereupon the house standeth, that I may lean upon them."},{"text":"Now the house was full of men and women; and all the lords of the Philistines were there; and there were upon the roof about three thousand men and women, that beheld while Samson made sport."},{"text":"And Samson called unto the LORD, and said, O Lord God, remember me, I pray thee, and strengthen me, I pray thee, only this once, O God, that I may be at once avenged of the Philistines for my two eyes."},{"text":"And Samson took hold of the two middle pillars upon which the house stood, and on which it was borne up, of the one with his right hand, and of the other with his left."},{"text":"And Samson said, Let me die with the Philistines. And he bowed himself with all his might; and the house fell upon the lords, and upon all the people that were therein. So the dead which he slew at his death were more than they which he slew in his life."},{"text":"Then his brethren and all the house of his father came down, and took him, and brought him up, and buried him between Zorah and Eshtaol in the buryingplace of Manoah his father. And he judged Israel twenty years."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"And there was a man of mount Ephraim, whose name was Micah."},{"text":"And he said unto his mother, The eleven hundred shekels of silver that were taken from thee, about which thou cursedst, and spakest of also in mine ears, behold, the silver is with me; I took it. And his mother said, Blessed be thou of the LORD, my son."},{"text":"And when he had restored the eleven hundred shekels of silver to his mother, his mother said, I had wholly dedicated the silver unto the LORD from my hand for my son, to make a graven image and a molten image: now therefore I will restore it unto thee."},{"text":"Yet he restored the money unto his mother; and his mother took two hundred shekels of silver, and gave them to the founder, who made thereof a graven image and a molten image: and they were in the house of Micah."},{"text":"And the man Micah had an house of gods, and made an ephod, and teraphim, and consecrated one of his sons, who became his priest."},{"text":"In those days there was no king in Israel, but every man did that which was right in his own eyes."},{"text":"And there was a young man out of Bethlehemjudah of the family of Judah, who was a Levite, and he sojourned there."},{"text":"And the man departed out of the city from Bethlehemjudah to sojourn where he could find a place: and he came to mount Ephraim to the house of Micah, as he journeyed."},{"text":"And Micah said unto him, Whence comest thou? And he said unto him, I am a Levite of Bethlehemjudah, and I go to sojourn where I may find a place."},{"text":"And Micah said unto him, Dwell with me, and be unto me a father and a priest, and I will give thee ten shekels of silver by the year, and a suit of apparel, and thy victuals. So the Levite went in."},{"text":"And the Levite was content to dwell with the man; and the young man was unto him as one of his sons."},{"text":"And Micah consecrated the Levite; and the young man became his priest, and was in the house of Micah."},{"text":"Then said Micah, Now know I that the LORD will do me good, seeing I have a Levite to my priest."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"In those days there was no king in Israel: and in those days the tribe of the Danites sought them an inheritance to dwell in; for unto that day all their inheritance had not fallen unto them among the tribes of Israel."},{"text":"And the children of Dan sent of their family five men from their coasts, men of valour, from Zorah, and from Eshtaol, to spy out the land, and to search it; and they said unto them, Go, search the land: who when they came to mount Ephraim, to the house of Micah, they lodged there."},{"text":"When they were by the house of Micah, they knew the voice of the young man the Levite: and they turned in thither, and said unto him, Who brought thee hither? and what makest thou in this place? and what hast thou here?"},{"text":"And he said unto them, Thus and thus dealeth Micah with me, and hath hired me, and I am his priest."},{"text":"And they said unto him, Ask counsel, we pray thee, of God, that we may know whether our way which we go shall be prosperous."},{"text":"And the priest said unto them, Go in peace: before the LORD is your way wherein ye go."},{"text":"Then the five men departed, and came to Laish, and saw the people that were therein, how they dwelt careless, after the manner of the Zidonians, quiet and secure; and there was no magistrate in the land, that might put them to shame in any thing; and they were far from the Zidonians, and had no business with any man."},{"text":"And they came unto their brethren to Zorah and Eshtaol: and their brethren said unto them, What say ye?"},{"text":"And they said, Arise, that we may go up against them: for we have seen the land, and, behold, it is very good: and are ye still? be not slothful to go, and to enter to possess the land."},{"text":"When ye go, ye shall come unto a people secure, and to a large land: for God hath given it into your hands; a place where there is no want of any thing that is in the earth."},{"text":"And there went from thence of the family of the Danites, out of Zorah and out of Eshtaol, six hundred men appointed with weapons of war."},{"text":"And they went up, and pitched in Kirjathjearim, in Judah: wherefore they called that place Mahanehdan unto this day: behold, it is behind Kirjathjearim."},{"text":"And they passed thence unto mount Ephraim, and came unto the house of Micah."},{"text":"Then answered the five men that went to spy out the country of Laish, and said unto their brethren, Do ye know that there is in these houses an ephod, and teraphim, and a graven image, and a molten image? now therefore consider what ye have to do."},{"text":"And they turned thitherward, and came to the house of the young man the Levite, even unto the house of Micah, and saluted him."},{"text":"And the six hundred men appointed with their weapons of war, which were of the children of Dan, stood by the entering of the gate."},{"text":"And the five men that went to spy out the land went up, and came in thither, and took the graven image, and the ephod, and the teraphim, and the molten image: and the priest stood in the entering of the gate with the six hundred men that were appointed with weapons of war."},{"text":"And these went into Micah's house, and fetched the carved image, the ephod, and the teraphim, and the molten image. Then said the priest unto them, What do ye?"},{"text":"And they said unto him, Hold thy peace, lay thine hand upon thy mouth, and go with us, and be to us a father and a priest: is it better for thee to be a priest unto the house of one man, or that thou be a priest unto a tribe and a family in Israel?"},{"text":"And the priest's heart was glad, and he took the ephod, and the teraphim, and the graven image, and went in the midst of the people."},{"text":"So they turned and departed, and put the little ones and the cattle and the carriage before them."},{"text":"And when they were a good way from the house of Micah, the men that were in the houses near to Micah's house were gathered together, and overtook the children of Dan."},{"text":"And they cried unto the children of Dan. And they turned their faces, and said unto Micah, What aileth thee, that thou comest with such a company?"},{"text":"And he said, Ye have taken away my gods which I made, and the priest, and ye are gone away: and what have I more? and what is this that ye say unto me, What aileth thee?"},{"text":"And the children of Dan said unto him, Let not thy voice be heard among us, lest angry fellows run upon thee, and thou lose thy life, with the lives of thy household."},{"text":"And the children of Dan went their way: and when Micah saw that they were too strong for him, he turned and went back unto his house."},{"text":"And they took the things which Micah had made, and the priest which he had, and came unto Laish, unto a people that were at quiet and secure: and they smote them with the edge of the sword, and burnt the city with fire."},{"text":"And there was no deliverer, because it was far from Zidon, and they had no business with any man; and it was in the valley that lieth by Bethrehob. And they built a city, and dwelt therein."},{"text":"And they called the name of the city Dan, after the name of Dan their father, who was born unto Israel: howbeit the name of the city was Laish at the first."},{"text":"And the children of Dan set up the graven image: and Jonathan, the son of Gershom, the son of Manasseh, he and his sons were priests to the tribe of Dan until the day of the captivity of the land."},{"text":"And they set them up Micah's graven image, which he made, all the time that the house of God was in Shiloh."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"And it came to pass in those days, when there was no king in Israel, that there was a certain Levite sojourning on the side of mount Ephraim, who took to him a concubine out of Bethlehemjudah."},{"text":"And his concubine played the whore against him, and went away from him unto her father's house to Bethlehemjudah, and was there four whole months."},{"text":"And her husband arose, and went after her, to speak friendly unto her, and to bring her again, having his servant with him, and a couple of asses: and she brought him into her father's house: and when the father of the damsel saw him, he rejoiced to meet him."},{"text":"And his father in law, the damsel's father, retained him; and he abode with him three days: so they did eat and drink, and lodged there."},{"text":"And it came to pass on the fourth day, when they arose early in the morning, that he rose up to depart: and the damsel's father said unto his son in law, Comfort thine heart with a morsel of bread, and afterward go your way."},{"text":"And they sat down, and did eat and drink both of them together: for the damsel's father had said unto the man, Be content, I pray thee, and tarry all night, and let thine heart be merry."},{"text":"And when the man rose up to depart, his father in law urged him: therefore he lodged there again."},{"text":"And he arose early in the morning on the fifth day to depart; and the damsel's father said, Comfort thine heart, I pray thee. And they tarried until afternoon, and they did eat both of them."},{"text":"And when the man rose up to depart, he, and his concubine, and his servant, his father in law, the damsel's father, said unto him, Behold, now the day draweth toward evening, I pray you tarry all night: behold, the day groweth to an end, lodge here, that thine heart may be merry; and to morrow get you early on your way, that thou mayest go home."},{"text":"But the man would not tarry that night, but he rose up and departed, and came over against Jebus, which is Jerusalem; and there were with him two asses saddled, his concubine also was with him."},{"text":"And when they were by Jebus, the day was far spent; and the servant said unto his master, Come, I pray thee, and let us turn in into this city of the Jebusites, and lodge in it."},{"text":"And his master said unto him, We will not turn aside hither into the city of a stranger, that is not of the children of Israel; we will pass over to Gibeah."},{"text":"And he said unto his servant, Come, and let us draw near to one of these places to lodge all night, in Gibeah, or in Ramah."},{"text":"And they passed on and went their way; and the sun went down upon them when they were by Gibeah, which belongeth to Benjamin."},{"text":"And they turned aside thither, to go in and to lodge in Gibeah: and when he went in, he sat him down in a street of the city: for there was no man that took them into his house to lodging."},{"text":"And, behold, there came an old man from his work out of the field at even, which was also of mount Ephraim; and he sojourned in Gibeah: but the men of the place were Benjamites."},{"text":"And when he had lifted up his eyes, he saw a wayfaring man in the street of the city: and the old man said, Whither goest thou? and whence comest thou?"},{"text":"And he said unto him, We are passing from Bethlehemjudah toward the side of mount Ephraim; from thence am I: and I went to Bethlehemjudah, but I am now going to the house of the LORD; and there is no man that receiveth me to house."},{"text":"Yet there is both straw and provender for our asses; and there is bread and wine also for me, and for thy handmaid, and for the young man which is with thy servants: there is no want of any thing."},{"text":"And the old man said, Peace be with thee; howsoever let all thy wants lie upon me; only lodge not in the street."},{"text":"So he brought him into his house, and gave provender unto the asses: and they washed their feet, and did eat and drink."},{"text":"Now as they were making their hearts merry, behold, the men of the city, certain sons of Belial, beset the house round about, and beat at the door, and spake to the master of the house, the old man, saying, Bring forth the man that came into thine house, that we may know him."},{"text":"And the man, the master of the house, went out unto them, and said unto them, Nay, my brethren, nay, I pray you, do not so wickedly; seeing that this man is come into mine house, do not this folly."},{"text":"Behold, here is my daughter a maiden, and his concubine; them I will bring out now, and humble ye them, and do with them what seemeth good unto you: but unto this man do not so vile a thing."},{"text":"But the men would not hearken to him: so the man took his concubine, and brought her forth unto them; and they knew her, and abused her all the night until the morning: and when the day began to spring, they let her go."},{"text":"Then came the woman in the dawning of the day, and fell down at the door of the man's house where her lord was, till it was light."},{"text":"And her lord rose up in the morning, and opened the doors of the house, and went out to go his way: and, behold, the woman his concubine was fallen down at the door of the house, and her hands were upon the threshold."},{"text":"And he said unto her, Up, and let us be going. But none answered."},{"text":"And when he was come into his house, he took a knife, and laid hold on his concubine, and divided her, together with her bones, into twelve pieces, and sent her into all the coasts of Israel."},{"text":"And it was so, that all that saw it said, There was no such deed done nor seen from the day that the children of Israel came up out of the land of Egypt unto this day: consider of it, take advice, and speak your minds."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And an angel of the LORD came up from Gilgal to Bochim, and said, I made you to go up out of Egypt, and have brought you unto the land which I sware unto your fathers; and I said, I will never break my covenant with you."},{"text":"And ye shall make no league with the inhabitants of this land; ye shall throw down their altars: but ye have not obeyed my voice: why have ye done this?"},{"text":"Wherefore I also said, I will not drive them out from before you; but they shall be as thorns in your sides, and their gods shall be a snare unto you."},{"text":"And it came to pass, when the angel of the LORD spake these words unto all the children of Israel, that the people lifted up their voice, and wept."},{"text":"And they called the name of that place Bochim: and they sacrificed there unto the LORD."},{"text":"And when Joshua had let the people go, the children of Israel went every man unto his inheritance to possess the land."},{"text":"And the people served the LORD all the days of Joshua, and all the days of the elders that outlived Joshua, who had seen all the great works of the LORD, that he did for Israel."},{"text":"And Joshua the son of Nun, the servant of the LORD, died, being an hundred and ten years old."},{"text":"And they buried him in the border of his inheritance in Timnathheres, in the mount of Ephraim, on the north side of the hill Gaash."},{"text":"And also all that generation were gathered unto their fathers: and there arose another generation after them, which knew not the LORD, nor yet the works which he had done for Israel."},{"text":"And the children of Israel did evil in the sight of the LORD, and served Baalim:"},{"text":"And they forsook the LORD God of their fathers, which brought them out of the land of Egypt, and followed other gods, of the gods of the people that were round about them, and bowed themselves unto them, and provoked the LORD to anger."},{"text":"And they forsook the LORD, and served Baal and Ashtaroth."},{"text":"And the anger of the LORD was hot against Israel, and he delivered them into the hands of spoilers that spoiled them, and he sold them into the hands of their enemies round about, so that they could not any longer stand before their enemies."},{"text":"Whithersoever they went out, the hand of the LORD was against them for evil, as the LORD had said, and as the LORD had sworn unto them: and they were greatly distressed."},{"text":"Nevertheless the LORD raised up judges, which delivered them out of the hand of those that spoiled them."},{"text":"And yet they would not hearken unto their judges, but they went a whoring after other gods, and bowed themselves unto them: they turned quickly out of the way which their fathers walked in, obeying the commandments of the LORD; but they did not so."},{"text":"And when the LORD raised them up judges, then the LORD was with the judge, and delivered them out of the hand of their enemies all the days of the judge: for it repented the LORD because of their groanings by reason of them that oppressed them and vexed them."},{"text":"And it came to pass, when the judge was dead, that they returned, and corrupted themselves more than their fathers, in following other gods to serve them, and to bow down unto them; they ceased not from their own doings, nor from their stubborn way."},{"text":"And the anger of the LORD was hot against Israel; and he said, Because that this people hath transgressed my covenant which I commanded their fathers, and have not hearkened unto my voice;"},{"text":"I also will not henceforth drive out any from before them of the nations which Joshua left when he died:"},{"text":"That through them I may prove Israel, whether they will keep the way of the LORD to walk therein, as their fathers did keep it, or not."},{"text":"Therefore the LORD left those nations, without driving them out hastily; neither delivered he them into the hand of Joshua."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"Then all the children of Israel went out, and the congregation was gathered together as one man, from Dan even to Beersheba, with the land of Gilead, unto the LORD in Mizpeh."},{"text":"And the chief of all the people, even of all the tribes of Israel, presented themselves in the assembly of the people of God, four hundred thousand footmen that drew sword."},{"text":"(Now the children of Benjamin heard that the children of Israel were gone up to Mizpeh.) Then said the children of Israel, Tell us, how was this wickedness?"},{"text":"And the Levite, the husband of the woman that was slain, answered and said, I came into Gibeah that belongeth to Benjamin, I and my concubine, to lodge."},{"text":"And the men of Gibeah rose against me, and beset the house round about upon me by night, and thought to have slain me: and my concubine have they forced, that she is dead."},{"text":"And I took my concubine, and cut her in pieces, and sent her throughout all the country of the inheritance of Israel: for they have committed lewdness and folly in Israel."},{"text":"Behold, ye are all children of Israel; give here your advice and counsel."},{"text":"And all the people arose as one man, saying, We will not any of us go to his tent, neither will we any of us turn into his house."},{"text":"But now this shall be the thing which we will do to Gibeah; we will go up by lot against it;"},{"text":"And we will take ten men of an hundred throughout all the tribes of Israel, and an hundred of a thousand, and a thousand out of ten thousand, to fetch victual for the people, that they may do, when they come to Gibeah of Benjamin, according to all the folly that they have wrought in Israel."},{"text":"So all the men of Israel were gathered against the city, knit together as one man."},{"text":"And the tribes of Israel sent men through all the tribe of Benjamin, saying, What wickedness is this that is done among you?"},{"text":"Now therefore deliver us the men, the children of Belial, which are in Gibeah, that we may put them to death, and put away evil from Israel. But the children of Benjamin would not hearken to the voice of their brethren the children of Israel."},{"text":"But the children of Benjamin gathered themselves together out of the cities unto Gibeah, to go out to battle against the children of Israel."},{"text":"And the children of Benjamin were numbered at that time out of the cities twenty and six thousand men that drew sword, beside the inhabitants of Gibeah, which were numbered seven hundred chosen men."},{"text":"Among all this people there were seven hundred chosen men lefthanded; every one could sling stones at an hair breadth, and not miss."},{"text":"And the men of Israel, beside Benjamin, were numbered four hundred thousand men that drew sword: all these were men of war."},{"text":"And the children of Israel arose, and went up to the house of God, and asked counsel of God, and said, Which of us shall go up first to the battle against the children of Benjamin? And the LORD said, Judah shall go up first."},{"text":"And the children of Israel rose up in the morning, and encamped against Gibeah."},{"text":"And the men of Israel went out to battle against Benjamin; and the men of Israel put themselves in array to fight against them at Gibeah."},{"text":"And the children of Benjamin came forth out of Gibeah, and destroyed down to the ground of the Israelites that day twenty and two thousand men."},{"text":"And the people the men of Israel encouraged themselves, and set their battle again in array in the place where they put themselves in array the first day."},{"text":"(And the children of Israel went up and wept before the LORD until even, and asked counsel of the LORD, saying, Shall I go up again to battle against the children of Benjamin my brother? And the LORD said, Go up against him.)"},{"text":"And the children of Israel came near against the children of Benjamin the second day."},{"text":"And Benjamin went forth against them out of Gibeah the second day, and destroyed down to the ground of the children of Israel again eighteen thousand men; all these drew the sword."},{"text":"Then all the children of Israel, and all the people, went up, and came unto the house of God, and wept, and sat there before the LORD, and fasted that day until even, and offered burnt offerings and peace offerings before the LORD."},{"text":"And the children of Israel enquired of the LORD, (for the ark of the covenant of God was there in those days,"},{"text":"And Phinehas, the son of Eleazar, the son of Aaron, stood before it in those days,) saying, Shall I yet again go out to battle against the children of Benjamin my brother, or shall I cease? And the LORD said, Go up; for to morrow I will deliver them into thine hand."},{"text":"And Israel set liers in wait round about Gibeah."},{"text":"And the children of Israel went up against the children of Benjamin on the third day, and put themselves in array against Gibeah, as at other times."},{"text":"And the children of Benjamin went out against the people, and were drawn away from the city; and they began to smite of the people, and kill, as at other times, in the highways, of which one goeth up to the house of God, and the other to Gibeah in the field, about thirty men of Israel."},{"text":"And the children of Benjamin said, They are smitten down before us, as at the first. But the children of Israel said, Let us flee, and draw them from the city unto the highways."},{"text":"And all the men of Israel rose up out of their place, and put themselves in array at Baaltamar: and the liers in wait of Israel came forth out of their places, even out of the meadows of Gibeah."},{"text":"And there came against Gibeah ten thousand chosen men out of all Israel, and the battle was sore: but they knew not that evil was near them."},{"text":"And the LORD smote Benjamin before Israel: and the children of Israel destroyed of the Benjamites that day twenty and five thousand and an hundred men: all these drew the sword."},{"text":"So the children of Benjamin saw that they were smitten: for the men of Israel gave place to the Benjamites, because they trusted unto the liers in wait which they had set beside Gibeah."},{"text":"And the liers in wait hasted, and rushed upon Gibeah; and the liers in wait drew themselves along, and smote all the city with the edge of the sword."},{"text":"Now there was an appointed sign between the men of Israel and the liers in wait, that they should make a great flame with smoke rise up out of the city."},{"text":"And when the men of Israel retired in the battle, Benjamin began to smite and kill of the men of Israel about thirty persons: for they said, Surely they are smitten down before us, as in the first battle."},{"text":"But when the flame began to arise up out of the city with a pillar of smoke, the Benjamites looked behind them, and, behold, the flame of the city ascended up to heaven."},{"text":"And when the men of Israel turned again, the men of Benjamin were amazed: for they saw that evil was come upon them."},{"text":"Therefore they turned their backs before the men of Israel unto the way of the wilderness; but the battle overtook them; and them which came out of the cities they destroyed in the midst of them."},{"text":"Thus they inclosed the Benjamites round about, and chased them, and trode them down with ease over against Gibeah toward the sunrising."},{"text":"And there fell of Benjamin eighteen thousand men; all these were men of valour."},{"text":"And they turned and fled toward the wilderness unto the rock of Rimmon: and they gleaned of them in the highways five thousand men; and pursued hard after them unto Gidom, and slew two thousand men of them."},{"text":"So that all which fell that day of Benjamin were twenty and five thousand men that drew the sword; all these were men of valour."},{"text":"But six hundred men turned and fled to the wilderness unto the rock Rimmon, and abode in the rock Rimmon four months."},{"text":"And the men of Israel turned again upon the children of Benjamin, and smote them with the edge of the sword, as well the men of every city, as the beast, and all that came to hand: also they set on fire all the cities that they came to."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"Now the men of Israel had sworn in Mizpeh, saying, There shall not any of us give his daughter unto Benjamin to wife."},{"text":"And the people came to the house of God, and abode there till even before God, and lifted up their voices, and wept sore;"},{"text":"And said, O LORD God of Israel, why is this come to pass in Israel, that there should be to day one tribe lacking in Israel?"},{"text":"And it came to pass on the morrow, that the people rose early, and built there an altar, and offered burnt offerings and peace offerings."},{"text":"And the children of Israel said, Who is there among all the tribes of Israel that came not up with the congregation unto the LORD? For they had made a great oath concerning him that came not up to the LORD to Mizpeh, saying, He shall surely be put to death."},{"text":"And the children of Israel repented them for Benjamin their brother, and said, There is one tribe cut off from Israel this day."},{"text":"How shall we do for wives for them that remain, seeing we have sworn by the LORD that we will not give them of our daughters to wives?"},{"text":"And they said, What one is there of the tribes of Israel that came not up to Mizpeh to the LORD? And, behold, there came none to the camp from Jabeshgilead to the assembly."},{"text":"For the people were numbered, and, behold, there were none of the inhabitants of Jabeshgilead there."},{"text":"And the congregation sent thither twelve thousand men of the valiantest, and commanded them, saying, Go and smite the inhabitants of Jabeshgilead with the edge of the sword, with the women and the children."},{"text":"And this is the thing that ye shall do, Ye shall utterly destroy every male, and every woman that hath lain by man."},{"text":"And they found among the inhabitants of Jabeshgilead four hundred young virgins, that had known no man by lying with any male: and they brought them unto the camp to Shiloh, which is in the land of Canaan."},{"text":"And the whole congregation sent some to speak to the children of Benjamin that were in the rock Rimmon, and to call peaceably unto them."},{"text":"And Benjamin came again at that time; and they gave them wives which they had saved alive of the women of Jabeshgilead: and yet so they sufficed them not."},{"text":"And the people repented them for Benjamin, because that the LORD had made a breach in the tribes of Israel."},{"text":"Then the elders of the congregation said, How shall we do for wives for them that remain, seeing the women are destroyed out of Benjamin?"},{"text":"And they said, There must be an inheritance for them that be escaped of Benjamin, that a tribe be not destroyed out of Israel."},{"text":"Howbeit we may not give them wives of our daughters: for the children of Israel have sworn, saying, Cursed be he that giveth a wife to Benjamin."},{"text":"Then they said, Behold, there is a feast of the LORD in Shiloh yearly in a place which is on the north side of Bethel, on the east side of the highway that goeth up from Bethel to Shechem, and on the south of Lebonah."},{"text":"Therefore they commanded the children of Benjamin, saying, Go and lie in wait in the vineyards;"},{"text":"And see, and, behold, if the daughters of Shiloh come out to dance in dances, then come ye out of the vineyards, and catch you every man his wife of the daughters of Shiloh, and go to the land of Benjamin."},{"text":"And it shall be, when their fathers or their brethren come unto us to complain, that we will say unto them, Be favourable unto them for our sakes: because we reserved not to each man his wife in the war: for ye did not give unto them at this time, that ye should be guilty."},{"text":"And the children of Benjamin did so, and took them wives, according to their number, of them that danced, whom they caught: and they went and returned unto their inheritance, and repaired the cities, and dwelt in them."},{"text":"And the children of Israel departed thence at that time, every man to his tribe and to his family, and they went out from thence every man to his inheritance."},{"text":"In those days there was no king in Israel: every man did that which was right in his own eyes."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"Now these are the nations which the LORD left, to prove Israel by them, even as many of Israel as had not known all the wars of Canaan;"},{"text":"Only that the generations of the children of Israel might know, to teach them war, at the least such as before knew nothing thereof;"},{"text":"Namely, five lords of the Philistines, and all the Canaanites, and the Sidonians, and the Hivites that dwelt in mount Lebanon, from mount Baalhermon unto the entering in of Hamath."},{"text":"And they were to prove Israel by them, to know whether they would hearken unto the commandments of the LORD, which he commanded their fathers by the hand of Moses."},{"text":"And the children of Israel dwelt among the Canaanites, Hittites, and Amorites, and Perizzites, and Hivites, and Jebusites:"},{"text":"And they took their daughters to be their wives, and gave their daughters to their sons, and served their gods."},{"text":"And the children of Israel did evil in the sight of the LORD, and forgat the LORD their God, and served Baalim and the groves."},{"text":"Therefore the anger of the LORD was hot against Israel, and he sold them into the hand of Chushanrishathaim king of Mesopotamia: and the children of Israel served Chushanrishathaim eight years."},{"text":"And when the children of Israel cried unto the LORD, the LORD raised up a deliverer to the children of Israel, who delivered them, even Othniel the son of Kenaz, Caleb's younger brother."},{"text":"And the Spirit of the LORD came upon him, and he judged Israel, and went out to war: and the LORD delivered Chushanrishathaim king of Mesopotamia into his hand; and his hand prevailed against Chushanrishathaim."},{"text":"And the land had rest forty years. And Othniel the son of Kenaz died."},{"text":"And the children of Israel did evil again in the sight of the LORD: and the LORD strengthened Eglon the king of Moab against Israel, because they had done evil in the sight of the LORD."},{"text":"And he gathered unto him the children of Ammon and Amalek, and went and smote Israel, and possessed the city of palm trees."},{"text":"So the children of Israel served Eglon the king of Moab eighteen years."},{"text":"But when the children of Israel cried unto the LORD, the LORD raised them up a deliverer, Ehud the son of Gera, a Benjamite, a man lefthanded: and by him the children of Israel sent a present unto Eglon the king of Moab."},{"text":"But Ehud made him a dagger which had two edges, of a cubit length; and he did gird it under his raiment upon his right thigh."},{"text":"And he brought the present unto Eglon king of Moab: and Eglon was a very fat man."},{"text":"And when he had made an end to offer the present, he sent away the people that bare the present."},{"text":"But he himself turned again from the quarries that were by Gilgal, and said, I have a secret errand unto thee, O king: who said, Keep silence. And all that stood by him went out from him."},{"text":"And Ehud came unto him; and he was sitting in a summer parlour, which he had for himself alone. And Ehud said, I have a message from God unto thee."},{"text":"And Ehud put forth his left hand, and took the dagger from his right thigh, and thrust it into his belly:"},{"text":"And the haft also went in after the blade; and the fat closed upon the blade, so that he could not draw the dagger out of his belly; and the dirt came out."},{"text":"Then Ehud went forth through the porch, and shut the doors of the parlour upon him, and locked them."},{"text":"When he was gone out, his servants came; and when they saw that, behold, the doors of the parlour were locked, they said, Surely he covereth his feet in his summer chamber."},{"text":"And they tarried till they were ashamed: and, behold, he opened not the doors of the parlour; therefore they took a key, and opened them: and, behold, their lord was fallen down dead on the earth."},{"text":"And Ehud escaped while they tarried, and passed beyond the quarries, and escaped unto Seirath."},{"text":"And it came to pass, when he was come, that he blew a trumpet in the mountain of Ephraim, and the children of Israel went down with him from the mount, and he before them."},{"text":"And he said unto them, Follow after me: for the LORD hath delivered your enemies the Moabites into your hand. And they went down after him, and took the fords of Jordan toward Moab, and suffered not a man to pass over."},{"text":"And they slew of Moab at that time about ten thousand men, all lusty, and all men of valour; and there escaped not a man."},{"text":"So Moab was subdued that day under the hand of Israel. And the land had rest fourscore years."},{"text":"And after him was Shamgar the son of Anath, which slew of the Philistines six hundred men with an ox goad: and he also delivered Israel."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"And the children of Israel again did evil in the sight of the LORD, when Ehud was dead."},{"text":"And the LORD sold them into the hand of Jabin king of Canaan, that reigned in Hazor; the captain of whose host was Sisera, which dwelt in Harosheth of the Gentiles."},{"text":"And the children of Israel cried unto the LORD: for he had nine hundred chariots of iron; and twenty years he mightily oppressed the children of Israel."},{"text":"And Deborah, a prophetess, the wife of Lapidoth, she judged Israel at that time."},{"text":"And she dwelt under the palm tree of Deborah between Ramah and Bethel in mount Ephraim: and the children of Israel came up to her for judgment."},{"text":"And she sent and called Barak the son of Abinoam out of Kedeshnaphtali, and said unto him, Hath not the LORD God of Israel commanded, saying, Go and draw toward mount Tabor, and take with thee ten thousand men of the children of Naphtali and of the children of Zebulun?"},{"text":"And I will draw unto thee to the river Kishon Sisera, the captain of Jabin's army, with his chariots and his multitude; and I will deliver him into thine hand."},{"text":"And Barak said unto her, If thou wilt go with me, then I will go: but if thou wilt not go with me, then I will not go."},{"text":"And she said, I will surely go with thee: notwithstanding the journey that thou takest shall not be for thine honour; for the LORD shall sell Sisera into the hand of a woman. And Deborah arose, and went with Barak to Kedesh."},{"text":"And Barak called Zebulun and Naphtali to Kedesh; and he went up with ten thousand men at his feet: and Deborah went up with him."},{"text":"Now Heber the Kenite, which was of the children of Hobab the father in law of Moses, had severed himself from the Kenites, and pitched his tent unto the plain of Zaanaim, which is by Kedesh."},{"text":"And they shewed Sisera that Barak the son of Abinoam was gone up to mount Tabor."},{"text":"And Sisera gathered together all his chariots, even nine hundred chariots of iron, and all the people that were with him, from Harosheth of the Gentiles unto the river of Kishon."},{"text":"And Deborah said unto Barak, Up; for this is the day in which the LORD hath delivered Sisera into thine hand: is not the LORD gone out before thee? So Barak went down from mount Tabor, and ten thousand men after him."},{"text":"And the LORD discomfited Sisera, and all his chariots, and all his host, with the edge of the sword before Barak; so that Sisera lighted down off his chariot, and fled away on his feet."},{"text":"But Barak pursued after the chariots, and after the host, unto Harosheth of the Gentiles: and all the host of Sisera fell upon the edge of the sword; and there was not a man left."},{"text":"Howbeit Sisera fled away on his feet to the tent of Jael the wife of Heber the Kenite: for there was peace between Jabin the king of Hazor and the house of Heber the Kenite."},{"text":"And Jael went out to meet Sisera, and said unto him, Turn in, my lord, turn in to me; fear not. And when he had turned in unto her into the tent, she covered him with a mantle."},{"text":"And he said unto her, Give me, I pray thee, a little water to drink; for I am thirsty. And she opened a bottle of milk, and gave him drink, and covered him."},{"text":"Again he said unto her, Stand in the door of the tent, and it shall be, when any man doth come and enquire of thee, and say, Is there any man here? that thou shalt say, No."},{"text":"Then Jael Heber's wife took a nail of the tent, and took an hammer in her hand, and went softly unto him, and smote the nail into his temples, and fastened it into the ground: for he was fast asleep and weary. So he died."},{"text":"And, behold, as Barak pursued Sisera, Jael came out to meet him, and said unto him, Come, and I will shew thee the man whom thou seekest. And when he came into her tent, behold, Sisera lay dead, and the nail was in his temples."},{"text":"So God subdued on that day Jabin the king of Canaan before the children of Israel."},{"text":"And the hand of the children of Israel prospered, and prevailed against Jabin the king of Canaan, until they had destroyed Jabin king of Canaan."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Then sang Deborah and Barak the son of Abinoam on that day, saying,"},{"text":"Praise ye the LORD for the avenging of Israel, when the people willingly offered themselves."},{"text":"Hear, O ye kings; give ear, O ye princes; I, even I, will sing unto the LORD; I will sing praise to the LORD God of Israel."},{"text":"LORD, when thou wentest out of Seir, when thou marchedst out of the field of Edom, the earth trembled, and the heavens dropped, the clouds also dropped water."},{"text":"The mountains melted from before the LORD, even that Sinai from before the LORD God of Israel."},{"text":"In the days of Shamgar the son of Anath, in the days of Jael, the highways were unoccupied, and the travellers walked through byways."},{"text":"The inhabitants of the villages ceased, they ceased in Israel, until that I Deborah arose, that I arose a mother in Israel."},{"text":"They chose new gods; then was war in the gates: was there a shield or spear seen among forty thousand in Israel?"},{"text":"My heart is toward the governors of Israel, that offered themselves willingly among the people. Bless ye the LORD."},{"text":"Speak, ye that ride on white asses, ye that sit in judgment, and walk by the way."},{"text":"They that are delivered from the noise of archers in the places of drawing water, there shall they rehearse the righteous acts of the LORD, even the righteous acts toward the inhabitants of his villages in Israel: then shall the people of the LORD go down to the gates."},{"text":"Awake, awake, Deborah: awake, awake, utter a song: arise, Barak, and lead thy captivity captive, thou son of Abinoam."},{"text":"Then he made him that remaineth have dominion over the nobles among the people: the LORD made me have dominion over the mighty."},{"text":"Out of Ephraim was there a root of them against Amalek; after thee, Benjamin, among thy people; out of Machir came down governors, and out of Zebulun they that handle the pen of the writer."},{"text":"And the princes of Issachar were with Deborah; even Issachar, and also Barak: he was sent on foot into the valley. For the divisions of Reuben there were great thoughts of heart."},{"text":"Why abodest thou among the sheepfolds, to hear the bleatings of the flocks? For the divisions of Reuben there were great searchings of heart."},{"text":"Gilead abode beyond Jordan: and why did Dan remain in ships? Asher continued on the sea shore, and abode in his breaches."},{"text":"Zebulun and Naphtali were a people that jeoparded their lives unto the death in the high places of the field."},{"text":"The kings came and fought, then fought the kings of Canaan in Taanach by the waters of Megiddo; they took no gain of money."},{"text":"They fought from heaven; the stars in their courses fought against Sisera."},{"text":"The river of Kishon swept them away, that ancient river, the river Kishon. O my soul, thou hast trodden down strength."},{"text":"Then were the horsehoofs broken by the means of the pransings, the pransings of their mighty ones."},{"text":"Curse ye Meroz, said the angel of the LORD, curse ye bitterly the inhabitants thereof; because they came not to the help of the LORD, to the help of the LORD against the mighty."},{"text":"Blessed above women shall Jael the wife of Heber the Kenite be, blessed shall she be above women in the tent."},{"text":"He asked water, and she gave him milk; she brought forth butter in a lordly dish."},{"text":"She put her hand to the nail, and her right hand to the workmen's hammer; and with the hammer she smote Sisera, she smote off his head, when she had pierced and stricken through his temples."},{"text":"At her feet he bowed, he fell, he lay down: at her feet he bowed, he fell: where he bowed, there he fell down dead."},{"text":"The mother of Sisera looked out at a window, and cried through the lattice, Why is his chariot so long in coming? why tarry the wheels of his chariots?"},{"text":"Her wise ladies answered her, yea, she returned answer to herself,"},{"text":"Have they not sped? have they not divided the prey; to every man a damsel or two; to Sisera a prey of divers colours, a prey of divers colours of needlework, of divers colours of needlework on both sides, meet for the necks of them that take the spoil?"},{"text":"So let all thine enemies perish, O LORD: but let them that love him be as the sun when he goeth forth in his might. And the land had rest forty years."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"And the children of Israel did evil in the sight of the LORD: and the LORD delivered them into the hand of Midian seven years."},{"text":"And the hand of Midian prevailed against Israel: and because of the Midianites the children of Israel made them the dens which are in the mountains, and caves, and strong holds."},{"text":"And so it was, when Israel had sown, that the Midianites came up, and the Amalekites, and the children of the east, even they came up against them;"},{"text":"And they encamped against them, and destroyed the increase of the earth, till thou come unto Gaza, and left no sustenance for Israel, neither sheep, nor ox, nor ass."},{"text":"For they came up with their cattle and their tents, and they came as grasshoppers for multitude; for both they and their camels were without number: and they entered into the land to destroy it."},{"text":"And Israel was greatly impoverished because of the Midianites; and the children of Israel cried unto the LORD."},{"text":"And it came to pass, when the children of Israel cried unto the LORD because of the Midianites,"},{"text":"That the LORD sent a prophet unto the children of Israel, which said unto them, Thus saith the LORD God of Israel, I brought you up from Egypt, and brought you forth out of the house of bondage;"},{"text":"And I delivered you out of the hand of the Egyptians, and out of the hand of all that oppressed you, and drave them out from before you, and gave you their land;"},{"text":"And I said unto you, I am the LORD your God; fear not the gods of the Amorites, in whose land ye dwell: but ye have not obeyed my voice."},{"text":"And there came an angel of the LORD, and sat under an oak which was in Ophrah, that pertained unto Joash the Abiezrite: and his son Gideon threshed wheat by the winepress, to hide it from the Midianites."},{"text":"And the angel of the LORD appeared unto him, and said unto him, The LORD is with thee, thou mighty man of valour."},{"text":"And Gideon said unto him, Oh my Lord, if the LORD be with us, why then is all this befallen us? and where be all his miracles which our fathers told us of, saying, Did not the LORD bring us up from Egypt? but now the LORD hath forsaken us, and delivered us into the hands of the Midianites."},{"text":"And the LORD looked upon him, and said, Go in this thy might, and thou shalt save Israel from the hand of the Midianites: have not I sent thee?"},{"text":"And he said unto him, Oh my Lord, wherewith shall I save Israel? behold, my family is poor in Manasseh, and I am the least in my father's house."},{"text":"And the LORD said unto him, Surely I will be with thee, and thou shalt smite the Midianites as one man."},{"text":"And he said unto him, If now I have found grace in thy sight, then shew me a sign that thou talkest with me."},{"text":"Depart not hence, I pray thee, until I come unto thee, and bring forth my present, and set it before thee. And he said, I will tarry until thou come again."},{"text":"And Gideon went in, and made ready a kid, and unleavened cakes of an ephah of flour: the flesh he put in a basket, and he put the broth in a pot, and brought it out unto him under the oak, and presented it."},{"text":"And the angel of God said unto him, Take the flesh and the unleavened cakes, and lay them upon this rock, and pour out the broth. And he did so."},{"text":"Then the angel of the LORD put forth the end of the staff that was in his hand, and touched the flesh and the unleavened cakes; and there rose up fire out of the rock, and consumed the flesh and the unleavened cakes. Then the angel of the LORD departed out of his sight."},{"text":"And when Gideon perceived that he was an angel of the LORD, Gideon said, Alas, O LORD God! for because I have seen an angel of the LORD face to face."},{"text":"And the LORD said unto him, Peace be unto thee; fear not: thou shalt not die."},{"text":"Then Gideon built an altar there unto the LORD, and called it Jehovahshalom: unto this day it is yet in Ophrah of the Abiezrites."},{"text":"And it came to pass the same night, that the LORD said unto him, Take thy father's young bullock, even the second bullock of seven years old, and throw down the altar of Baal that thy father hath, and cut down the grove that is by it:"},{"text":"And build an altar unto the LORD thy God upon the top of this rock, in the ordered place, and take the second bullock, and offer a burnt sacrifice with the wood of the grove which thou shalt cut down."},{"text":"Then Gideon took ten men of his servants, and did as the LORD had said unto him: and so it was, because he feared his father's household, and the men of the city, that he could not do it by day, that he did it by night."},{"text":"And when the men of the city arose early in the morning, behold, the altar of Baal was cast down, and the grove was cut down that was by it, and the second bullock was offered upon the altar that was built."},{"text":"And they said one to another, Who hath done this thing? And when they enquired and asked, they said, Gideon the son of Joash hath done this thing."},{"text":"Then the men of the city said unto Joash, Bring out thy son, that he may die: because he hath cast down the altar of Baal, and because he hath cut down the grove that was by it."},{"text":"And Joash said unto all that stood against him, Will ye plead for Baal? will ye save him? he that will plead for him, let him be put to death whilst it is yet morning: if he be a god, let him plead for himself, because one hath cast down his altar."},{"text":"Therefore on that day he called him Jerubbaal, saying, Let Baal plead against him, because he hath thrown down his altar."},{"text":"Then all the Midianites and the Amalekites and the children of the east were gathered together, and went over, and pitched in the valley of Jezreel."},{"text":"But the Spirit of the LORD came upon Gideon, and he blew a trumpet; and Abiezer was gathered after him."},{"text":"And he sent messengers throughout all Manasseh; who also was gathered after him: and he sent messengers unto Asher, and unto Zebulun, and unto Naphtali; and they came up to meet them."},{"text":"And Gideon said unto God, If thou wilt save Israel by mine hand, as thou hast said,"},{"text":"Behold, I will put a fleece of wool in the floor; and if the dew be on the fleece only, and it be dry upon all the earth beside, then shall I know that thou wilt save Israel by mine hand, as thou hast said."},{"text":"And it was so: for he rose up early on the morrow, and thrust the fleece together, and wringed the dew out of the fleece, a bowl full of water."},{"text":"And Gideon said unto God, Let not thine anger be hot against me, and I will speak but this once: let me prove, I pray thee, but this once with the fleece; let it now be dry only upon the fleece, and upon all the ground let there be dew."},{"text":"And God did so that night: for it was dry upon the fleece only, and there was dew on all the ground."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"Then Jerubbaal, who is Gideon, and all the people that were with him, rose up early, and pitched beside the well of Harod: so that the host of the Midianites were on the north side of them, by the hill of Moreh, in the valley."},{"text":"And the LORD said unto Gideon, The people that are with thee are too many for me to give the Midianites into their hands, lest Israel vaunt themselves against me, saying, Mine own hand hath saved me."},{"text":"Now therefore go to, proclaim in the ears of the people, saying, Whosoever is fearful and afraid, let him return and depart early from mount Gilead. And there returned of the people twenty and two thousand; and there remained ten thousand."},{"text":"And the LORD said unto Gideon, The people are yet too many; bring them down unto the water, and I will try them for thee there: and it shall be, that of whom I say unto thee, This shall go with thee, the same shall go with thee; and of whomsoever I say unto thee, This shall not go with thee, the same shall not go."},{"text":"So he brought down the people unto the water: and the LORD said unto Gideon, Every one that lappeth of the water with his tongue, as a dog lappeth, him shalt thou set by himself; likewise every one that boweth down upon his knees to drink."},{"text":"And the number of them that lapped, putting their hand to their mouth, were three hundred men: but all the rest of the people bowed down upon their knees to drink water."},{"text":"And the LORD said unto Gideon, By the three hundred men that lapped will I save you, and deliver the Midianites into thine hand: and let all the other people go every man unto his place."},{"text":"So the people took victuals in their hand, and their trumpets: and he sent all the rest of Israel every man unto his tent, and retained those three hundred men: and the host of Midian was beneath him in the valley."},{"text":"And it came to pass the same night, that the LORD said unto him, Arise, get thee down unto the host; for I have delivered it into thine hand."},{"text":"But if thou fear to go down, go thou with Phurah thy servant down to the host:"},{"text":"And thou shalt hear what they say; and afterward shall thine hands be strengthened to go down unto the host. Then went he down with Phurah his servant unto the outside of the armed men that were in the host."},{"text":"And the Midianites and the Amalekites and all the children of the east lay along in the valley like grasshoppers for multitude; and their camels were without number, as the sand by the sea side for multitude."},{"text":"And when Gideon was come, behold, there was a man that told a dream unto his fellow, and said, Behold, I dreamed a dream, and, lo, a cake of barley bread tumbled into the host of Midian, and came unto a tent, and smote it that it fell, and overturned it, that the tent lay along."},{"text":"And his fellow answered and said, This is nothing else save the sword of Gideon the son of Joash, a man of Israel: for into his hand hath God delivered Midian, and all the host."},{"text":"And it was so, when Gideon heard the telling of the dream, and the interpretation thereof, that he worshipped, and returned into the host of Israel, and said, Arise; for the LORD hath delivered into your hand the host of Midian."},{"text":"And he divided the three hundred men into three companies, and he put a trumpet in every man's hand, with empty pitchers, and lamps within the pitchers."},{"text":"And he said unto them, Look on me, and do likewise: and, behold, when I come to the outside of the camp, it shall be that, as I do, so shall ye do."},{"text":"When I blow with a trumpet, I and all that are with me, then blow ye the trumpets also on every side of all the camp, and say, The sword of the LORD, and of Gideon."},{"text":"So Gideon, and the hundred men that were with him, came unto the outside of the camp in the beginning of the middle watch; and they had but newly set the watch: and they blew the trumpets, and brake the pitchers that were in their hands."},{"text":"And the three companies blew the trumpets, and brake the pitchers, and held the lamps in their left hands, and the trumpets in their right hands to blow withal: and they cried, The sword of the LORD, and of Gideon."},{"text":"And they stood every man in his place round about the camp; and all the host ran, and cried, and fled."},{"text":"And the three hundred blew the trumpets, and the LORD set every man's sword against his fellow, even throughout all the host: and the host fled to Bethshittah in Zererath, and to the border of Abelmeholah, unto Tabbath."},{"text":"And the men of Israel gathered themselves together out of Naphtali, and out of Asher, and out of all Manasseh, and pursued after the Midianites."},{"text":"And Gideon sent messengers throughout all mount Ephraim, saying, come down against the Midianites, and take before them the waters unto Bethbarah and Jordan. Then all the men of Ephraim gathered themselves together, and took the waters unto Bethbarah and Jordan."},{"text":"And they took two princes of the Midianites, Oreb and Zeeb; and they slew Oreb upon the rock Oreb, and Zeeb they slew at the winepress of Zeeb, and pursued Midian, and brought the heads of Oreb and Zeeb to Gideon on the other side Jordan."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"And the men of Ephraim said unto him, Why hast thou served us thus, that thou calledst us not, when thou wentest to fight with the Midianites? And they did chide with him sharply."},{"text":"And he said unto them, What have I done now in comparison of you? Is not the gleaning of the grapes of Ephraim better than the vintage of Abiezer?"},{"text":"God hath delivered into your hands the princes of Midian, Oreb and Zeeb: and what was I able to do in comparison of you? Then their anger was abated toward him, when he had said that."},{"text":"And Gideon came to Jordan, and passed over, he, and the three hundred men that were with him, faint, yet pursuing them."},{"text":"And he said unto the men of Succoth, Give, I pray you, loaves of bread unto the people that follow me; for they be faint, and I am pursuing after Zebah and Zalmunna, kings of Midian."},{"text":"And the princes of Succoth said, Are the hands of Zebah and Zalmunna now in thine hand, that we should give bread unto thine army?"},{"text":"And Gideon said, Therefore when the LORD hath delivered Zebah and Zalmunna into mine hand, then I will tear your flesh with the thorns of the wilderness and with briers."},{"text":"And he went up thence to Penuel, and spake unto them likewise: and the men of Penuel answered him as the men of Succoth had answered him."},{"text":"And he spake also unto the men of Penuel, saying, When I come again in peace, I will break down this tower."},{"text":"Now Zebah and Zalmunna were in Karkor, and their hosts with them, about fifteen thousand men, all that were left of all the hosts of the children of the east: for there fell an hundred and twenty thousand men that drew sword."},{"text":"And Gideon went up by the way of them that dwelt in tents on the east of Nobah and Jogbehah, and smote the host; for the host was secure."},{"text":"And when Zebah and Zalmunna fled, he pursued after them, and took the two kings of Midian, Zebah and Zalmunna, and discomfited all the host."},{"text":"And Gideon the son of Joash returned from battle before the sun was up,"},{"text":"And caught a young man of the men of Succoth, and enquired of him: and he described unto him the princes of Succoth, and the elders thereof, even threescore and seventeen men."},{"text":"And he came unto the men of Succoth, and said, Behold Zebah and Zalmunna, with whom ye did upbraid me, saying, Are the hands of Zebah and Zalmunna now in thine hand, that we should give bread unto thy men that are weary?"},{"text":"And he took the elders of the city, and thorns of the wilderness and briers, and with them he taught the men of Succoth."},{"text":"And he beat down the tower of Penuel, and slew the men of the city."},{"text":"Then said he unto Zebah and Zalmunna, What manner of men were they whom ye slew at Tabor? And they answered, As thou art, so were they; each one resembled the children of a king."},{"text":"And he said, They were my brethren, even the sons of my mother: as the LORD liveth, if ye had saved them alive, I would not slay you."},{"text":"And he said unto Jether his firstborn, Up, and slay them. But the youth drew not his sword: for he feared, because he was yet a youth."},{"text":"Then Zebah and Zalmunna said, Rise thou, and fall upon us: for as the man is, so is his strength. And Gideon arose, and slew Zebah and Zalmunna, and took away the ornaments that were on their camels' necks."},{"text":"Then the men of Israel said unto Gideon, Rule thou over us, both thou, and thy son, and thy son's son also: for thou hast delivered us from the hand of Midian."},{"text":"And Gideon said unto them, I will not rule over you, neither shall my son rule over you: the LORD shall rule over you."},{"text":"And Gideon said unto them, I would desire a request of you, that ye would give me every man the earrings of his prey. (For they had golden earrings, because they were Ishmaelites.)"},{"text":"And they answered, We will willingly give them. And they spread a garment, and did cast therein every man the earrings of his prey."},{"text":"And the weight of the golden earrings that he requested was a thousand and seven hundred shekels of gold; beside ornaments, and collars, and purple raiment that was on the kings of Midian, and beside the chains that were about their camels' necks."},{"text":"And Gideon made an ephod thereof, and put it in his city, even in Ophrah: and all Israel went thither a whoring after it: which thing became a snare unto Gideon, and to his house."},{"text":"Thus was Midian subdued before the children of Israel, so that they lifted up their heads no more. And the country was in quietness forty years in the days of Gideon."},{"text":"And Jerubbaal the son of Joash went and dwelt in his own house."},{"text":"And Gideon had threescore and ten sons of his body begotten: for he had many wives."},{"text":"And his concubine that was in Shechem, she also bare him a son, whose name he called Abimelech."},{"text":"And Gideon the son of Joash died in a good old age, and was buried in the sepulchre of Joash his father, in Ophrah of the Abiezrites."},{"text":"And it came to pass, as soon as Gideon was dead, that the children of Israel turned again, and went a whoring after Baalim, and made Baalberith their god."},{"text":"And the children of Israel remembered not the LORD their God, who had delivered them out of the hands of all their enemies on every side:"},{"text":"Neither shewed they kindness to the house of Jerubbaal, namely, Gideon, according to all the goodness which he had shewed unto Israel."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"And Abimelech the son of Jerubbaal went to Shechem unto his mother's brethren, and communed with them, and with all the family of the house of his mother's father, saying,"},{"text":"Speak, I pray you, in the ears of all the men of Shechem, Whether is better for you, either that all the sons of Jerubbaal, which are threescore and ten persons, reign over you, or that one reign over you? remember also that I am your bone and your flesh."},{"text":"And his mother's brethren spake of him in the ears of all the men of Shechem all these words: and their hearts inclined to follow Abimelech; for they said, He is our brother."},{"text":"And they gave him threescore and ten pieces of silver out of the house of Baalberith, wherewith Abimelech hired vain and light persons, which followed him."},{"text":"And he went unto his father's house at Ophrah, and slew his brethren the sons of Jerubbaal, being threescore and ten persons, upon one stone: notwithstanding yet Jotham the youngest son of Jerubbaal was left; for he hid himself."},{"text":"And all the men of Shechem gathered together, and all the house of Millo, and went, and made Abimelech king, by the plain of the pillar that was in Shechem."},{"text":"And when they told it to Jotham, he went and stood in the top of mount Gerizim, and lifted up his voice, and cried, and said unto them, Hearken unto me, ye men of Shechem, that God may hearken unto you."},{"text":"The trees went forth on a time to anoint a king over them; and they said unto the olive tree, Reign thou over us."},{"text":"But the olive tree said unto them, Should I leave my fatness, wherewith by me they honour God and man, and go to be promoted over the trees?"},{"text":"And the trees said to the fig tree, Come thou, and reign over us."},{"text":"But the fig tree said unto them, Should I forsake my sweetness, and my good fruit, and go to be promoted over the trees?"},{"text":"Then said the trees unto the vine, Come thou, and reign over us."},{"text":"And the vine said unto them, Should I leave my wine, which cheereth God and man, and go to be promoted over the trees?"},{"text":"Then said all the trees unto the bramble, Come thou, and reign over us."},{"text":"And the bramble said unto the trees, If in truth ye anoint me king over you, then come and put your trust in my shadow: and if not, let fire come out of the bramble, and devour the cedars of Lebanon."},{"text":"Now therefore, if ye have done truly and sincerely, in that ye have made Abimelech king, and if ye have dealt well with Jerubbaal and his house, and have done unto him according to the deserving of his hands;"},{"text":"(For my father fought for you, and adventured his life far, and delivered you out of the hand of Midian:"},{"text":"And ye are risen up against my father's house this day, and have slain his sons, threescore and ten persons, upon one stone, and have made Abimelech, the son of his maidservant, king over the men of Shechem, because he is your brother;)"},{"text":"If ye then have dealt truly and sincerely with Jerubbaal and with his house this day, then rejoice ye in Abimelech, and let him also rejoice in you:"},{"text":"But if not, let fire come out from Abimelech, and devour the men of Shechem, and the house of Millo; and let fire come out from the men of Shechem, and from the house of Millo, and devour Abimelech."},{"text":"And Jotham ran away, and fled, and went to Beer, and dwelt there, for fear of Abimelech his brother."},{"text":"When Abimelech had reigned three years over Israel,"},{"text":"Then God sent an evil spirit between Abimelech and the men of Shechem; and the men of Shechem dealt treacherously with Abimelech:"},{"text":"That the cruelty done to the threescore and ten sons of Jerubbaal might come, and their blood be laid upon Abimelech their brother, which slew them; and upon the men of Shechem, which aided him in the killing of his brethren."},{"text":"And the men of Shechem set liers in wait for him in the top of the mountains, and they robbed all that came along that way by them: and it was told Abimelech."},{"text":"And Gaal the son of Ebed came with his brethren, and went over to Shechem: and the men of Shechem put their confidence in him."},{"text":"And they went out into the fields, and gathered their vineyards, and trode the grapes, and made merry, and went into the house of their god, and did eat and drink, and cursed Abimelech."},{"text":"And Gaal the son of Ebed said, Who is Abimelech, and who is Shechem, that we should serve him? is not he the son of Jerubbaal? and Zebul his officer? serve the men of Hamor the father of Shechem: for why should we serve him?"},{"text":"And would to God this people were under my hand! then would I remove Abimelech. And he said to Abimelech, Increase thine army, and come out."},{"text":"And when Zebul the ruler of the city heard the words of Gaal the son of Ebed, his anger was kindled."},{"text":"And he sent messengers unto Abimelech privily, saying, Behold, Gaal the son of Ebed and his brethren be come to Shechem; and, behold, they fortify the city against thee."},{"text":"Now therefore up by night, thou and the people that is with thee, and lie in wait in the field:"},{"text":"And it shall be, that in the morning, as soon as the sun is up, thou shalt rise early, and set upon the city: and, behold, when he and the people that is with him come out against thee, then mayest thou do to them as thou shalt find occasion."},{"text":"And Abimelech rose up, and all the people that were with him, by night, and they laid wait against Shechem in four companies."},{"text":"And Gaal the son of Ebed went out, and stood in the entering of the gate of the city: and Abimelech rose up, and the people that were with him, from lying in wait."},{"text":"And when Gaal saw the people, he said to Zebul, Behold, there come people down from the top of the mountains. And Zebul said unto him, Thou seest the shadow of the mountains as if they were men."},{"text":"And Gaal spake again, and said, See there come people down by the middle of the land, and another company come along by the plain of Meonenim."},{"text":"Then said Zebul unto him, Where is now thy mouth, wherewith thou saidst, Who is Abimelech, that we should serve him? is not this the people that thou hast despised? go out, I pray now, and fight with them."},{"text":"And Gaal went out before the men of Shechem, and fought with Abimelech."},{"text":"And Abimelech chased him, and he fled before him, and many were overthrown and wounded, even unto the entering of the gate."},{"text":"And Abimelech dwelt at Arumah: and Zebul thrust out Gaal and his brethren, that they should not dwell in Shechem."},{"text":"And it came to pass on the morrow, that the people went out into the field; and they told Abimelech."},{"text":"And he took the people, and divided them into three companies, and laid wait in the field, and looked, and, behold, the people were come forth out of the city; and he rose up against them, and smote them."},{"text":"And Abimelech, and the company that was with him, rushed forward, and stood in the entering of the gate of the city: and the two other companies ran upon all the people that were in the fields, and slew them."},{"text":"And Abimelech fought against the city all that day; and he took the city, and slew the people that was therein, and beat down the city, and sowed it with salt."},{"text":"And when all the men of the tower of Shechem heard that, they entered into an hold of the house of the god Berith."},{"text":"And it was told Abimelech, that all the men of the tower of Shechem were gathered together."},{"text":"And Abimelech gat him up to mount Zalmon, he and all the people that were with him; and Abimelech took an axe in his hand, and cut down a bough from the trees, and took it, and laid it on his shoulder, and said unto the people that were with him, What ye have seen me do, make haste, and do as I have done."},{"text":"And all the people likewise cut down every man his bough, and followed Abimelech, and put them to the hold, and set the hold on fire upon them; so that all the men of the tower of Shechem died also, about a thousand men and women."},{"text":"Then went Abimelech to Thebez, and encamped against Thebez, and took it."},{"text":"But there was a strong tower within the city, and thither fled all the men and women, and all they of the city, and shut it to them, and gat them up to the top of the tower."},{"text":"And Abimelech came unto the tower, and fought against it, and went hard unto the door of the tower to burn it with fire."},{"text":"And a certain woman cast a piece of a millstone upon Abimelech's head, and all to brake his skull."},{"text":"Then he called hastily unto the young man his armourbearer, and said unto him, Draw thy sword, and slay me, that men say not of me, A women slew him. And his young man thrust him through, and he died."},{"text":"And when the men of Israel saw that Abimelech was dead, they departed every man unto his place."},{"text":"Thus God rendered the wickedness of Abimelech, which he did unto his father, in slaying his seventy brethren:"},{"text":"And all the evil of the men of Shechem did God render upon their heads: and upon them came the curse of Jotham the son of Jerubbaal."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"How doth the city sit solitary, that was full of people! how is she become as a widow! she that was great among the nations, and princess among the provinces, how is she become tributary!"},{"text":"She weepeth sore in the night, and her tears are on her cheeks: among all her lovers she hath none to comfort her: all her friends have dealt treacherously with her, they are become her enemies."},{"text":"Judah is gone into captivity because of affliction, and because of great servitude: she dwelleth among the heathen, she findeth no rest: all her persecutors overtook her between the straits."},{"text":"The ways of Zion do mourn, because none come to the solemn feasts: all her gates are desolate: her priests sigh, her virgins are afflicted, and she is in bitterness."},{"text":"Her adversaries are the chief, her enemies prosper; for the LORD hath afflicted her for the multitude of her transgressions: her children are gone into captivity before the enemy."},{"text":"And from the daughter of Zion all her beauty is departed: her princes are become like harts that find no pasture, and they are gone without strength before the pursuer."},{"text":"Jerusalem remembered in the days of her affliction and of her miseries all her pleasant things that she had in the days of old, when her people fell into the hand of the enemy, and none did help her: the adversaries saw her, and did mock at her sabbaths."},{"text":"Jerusalem hath grievously sinned; therefore she is removed: all that honoured her despise her, because they have seen her nakedness: yea, she sigheth, and turneth backward."},{"text":"Her filthiness is in her skirts; she remembereth not her last end; therefore she came down wonderfully: she had no comforter. O LORD, behold my affliction: for the enemy hath magnified himself."},{"text":"The adversary hath spread out his hand upon all her pleasant things: for she hath seen that the heathen entered into her sanctuary, whom thou didst command that they should not enter into thy congregation."},{"text":"All her people sigh, they seek bread; they have given their pleasant things for meat to relieve the soul: see, O LORD, and consider; for I am become vile."},{"text":"Is it nothing to you, all ye that pass by? behold, and see if there be any sorrow like unto my sorrow, which is done unto me, wherewith the LORD hath afflicted me in the day of his fierce anger."},{"text":"From above hath he sent fire into my bones, and it prevaileth against them: he hath spread a net for my feet, he hath turned me back: he hath made me desolate and faint all the day."},{"text":"The yoke of my transgressions is bound by his hand: they are wreathed, and come up upon my neck: he hath made my strength to fall, the LORD hath delivered me into their hands, from whom I am not able to rise up."},{"text":"The LORD hath trodden under foot all my mighty men in the midst of me: he hath called an assembly against me to crush my young men: the LORD hath trodden the virgin, the daughter of Judah, as in a winepress."},{"text":"For these things I weep; mine eye, mine eye runneth down with water, because the comforter that should relieve my soul is far from me: my children are desolate, because the enemy prevailed."},{"text":"Zion spreadeth forth her hands, and there is none to comfort her: the LORD hath commanded concerning Jacob, that his adversaries should be round about him: Jerusalem is as a menstruous woman among them."},{"text":"The LORD is righteous; for I have rebelled against his commandment: hear, I pray you, all people, and behold my sorrow: my virgins and my young men are gone into captivity."},{"text":"I called for my lovers, but they deceived me: my priests and mine elders gave up the ghost in the city, while they sought their meat to relieve their souls."},{"text":"Behold, O LORD; for I am in distress: my bowels are troubled; mine heart is turned within me; for I have grievously rebelled: abroad the sword bereaveth, at home there is as death."},{"text":"They have heard that I sigh: there is none to comfort me: all mine enemies have heard of my trouble; they are glad that thou hast done it: thou wilt bring the day that thou hast called, and they shall be like unto me."},{"text":"Let all their wickedness come before thee; and do unto them, as thou hast done unto me for all my transgressions: for my sighs are many, and my heart is faint."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"How hath the LORD covered the daughter of Zion with a cloud in his anger, and cast down from heaven unto the earth the beauty of Israel, and remembered not his footstool in the day of his anger!"},{"text":"The LORD hath swallowed up all the habitations of Jacob, and hath not pitied: he hath thrown down in his wrath the strong holds of the daughter of Judah; he hath brought them down to the ground: he hath polluted the kingdom and the princes thereof."},{"text":"He hath cut off in his fierce anger all the horn of Israel: he hath drawn back his right hand from before the enemy, and he burned against Jacob like a flaming fire, which devoureth round about."},{"text":"He hath bent his bow like an enemy: he stood with his right hand as an adversary, and slew all that were pleasant to the eye in the tabernacle of the daughter of Zion: he poured out his fury like fire."},{"text":"The LORD was as an enemy: he hath swallowed up Israel, he hath swallowed up all her palaces: he hath destroyed his strong holds, and hath increased in the daughter of Judah mourning and lamentation."},{"text":"And he hath violently taken away his tabernacle, as if it were of a garden: he hath destroyed his places of the assembly: the LORD hath caused the solemn feasts and sabbaths to be forgotten in Zion, and hath despised in the indignation of his anger the king and the priest."},{"text":"The LORD hath cast off his altar, he hath abhorred his sanctuary, he hath given up into the hand of the enemy the walls of her palaces; they have made a noise in the house of the LORD, as in the day of a solemn feast."},{"text":"The LORD hath purposed to destroy the wall of the daughter of Zion: he hath stretched out a line, he hath not withdrawn his hand from destroying: therefore he made the rampart and the wall to lament; they languished together."},{"text":"Her gates are sunk into the ground; he hath destroyed and broken her bars: her king and her princes are among the Gentiles: the law is no more; her prophets also find no vision from the LORD."},{"text":"The elders of the daughter of Zion sit upon the ground, and keep silence: they have cast up dust upon their heads; they have girded themselves with sackcloth: the virgins of Jerusalem hang down their heads to the ground."},{"text":"Mine eyes do fail with tears, my bowels are troubled, my liver is poured upon the earth, for the destruction of the daughter of my people; because the children and the sucklings swoon in the streets of the city."},{"text":"They say to their mothers, Where is corn and wine? when they swooned as the wounded in the streets of the city, when their soul was poured out into their mothers' bosom."},{"text":"What thing shall I take to witness for thee? what thing shall I liken to thee, O daughter of Jerusalem? what shall I equal to thee, that I may comfort thee, O virgin daughter of Zion? for thy breach is great like the sea: who can heal thee?"},{"text":"Thy prophets have seen vain and foolish things for thee: and they have not discovered thine iniquity, to turn away thy captivity; but have seen for thee false burdens and causes of banishment."},{"text":"All that pass by clap their hands at thee; they hiss and wag their head at the daughter of Jerusalem, saying, Is this the city that men call The perfection of beauty, The joy of the whole earth?"},{"text":"All thine enemies have opened their mouth against thee: they hiss and gnash the teeth: they say, We have swallowed her up: certainly this is the day that we looked for; we have found, we have seen it."},{"text":"The LORD hath done that which he had devised; he hath fulfilled his word that he had commanded in the days of old: he hath thrown down, and hath not pitied: and he hath caused thine enemy to rejoice over thee, he hath set up the horn of thine adversaries."},{"text":"Their heart cried unto the LORD, O wall of the daughter of Zion, let tears run down like a river day and night: give thyself no rest; let not the apple of thine eye cease."},{"text":"Arise, cry out in the night: in the beginning of the watches pour out thine heart like water before the face of the LORD: lift up thy hands toward him for the life of thy young children, that faint for hunger in the top of every street."},{"text":"Behold, O LORD, and consider to whom thou hast done this. Shall the women eat their fruit, and children of a span long? shall the priest and the prophet be slain in the sanctuary of the Lord?"},{"text":"The young and the old lie on the ground in the streets: my virgins and my young men are fallen by the sword; thou hast slain them in the day of thine anger; thou hast killed, and not pitied."},{"text":"Thou hast called as in a solemn day my terrors round about, so that in the day of the LORD's anger none escaped nor remained: those that I have swaddled and brought up hath mine enemy consumed."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"I AM the man that hath seen affliction by the rod of his wrath."},{"text":"He hath led me, and brought me into darkness, but not into light."},{"text":"Surely against me is he turned; he turneth his hand against me all the day."},{"text":"My flesh and my skin hath he made old; he hath broken my bones."},{"text":"He hath builded against me, and compassed me with gall and travail."},{"text":"He hath set me in dark places, as they that be dead of old."},{"text":"He hath hedged me about, that I cannot get out: he hath made my chain heavy."},{"text":"Also when I cry and shout, he shutteth out my prayer."},{"text":"He hath inclosed my ways with hewn stone, he hath made my paths crooked."},{"text":"He was unto me as a bear lying in wait, and as a lion in secret places."},{"text":"He hath turned aside my ways, and pulled me in pieces: he hath made me desolate."},{"text":"He hath bent his bow, and set me as a mark for the arrow."},{"text":"He hath caused the arrows of his quiver to enter into my reins."},{"text":"I was a derision to all my people; and their song all the day."},{"text":"He hath filled me with bitterness, he hath made me drunken with wormwood."},{"text":"He hath also broken my teeth with gravel stones, he hath covered me with ashes."},{"text":"And thou hast removed my soul far off from peace: I forgat prosperity."},{"text":"And I said, My strength and my hope is perished from the LORD:"},{"text":"Remembering mine affliction and my misery, the wormwood and the gall."},{"text":"My soul hath them still in remembrance, and is humbled in me."},{"text":"This I recall to my mind, therefore have I hope."},{"text":"It is of the LORD's mercies that we are not consumed, because his compassions fail not."},{"text":"They are new every morning: great is thy faithfulness."},{"text":"The LORD is my portion, saith my soul; therefore will I hope in him."},{"text":"The LORD is good unto them that wait for him, to the soul that seeketh him."},{"text":"It is good that a man should both hope and quietly wait for the salvation of the LORD."},{"text":"It is good for a man that he bear the yoke of his youth."},{"text":"He sitteth alone and keepeth silence, because he hath borne it upon him."},{"text":"He putteth his mouth in the dust; if so be there may be hope."},{"text":"He giveth his cheek to him that smiteth him: he is filled full with reproach."},{"text":"For the LORD will not cast off for ever:"},{"text":"But though he cause grief, yet will he have compassion according to the multitude of his mercies."},{"text":"For he doth not afflict willingly nor grieve the children of men."},{"text":"To crush under his feet all the prisoners of the earth."},{"text":"To turn aside the right of a man before the face of the most High,"},{"text":"To subvert a man in his cause, the LORD approveth not."},{"text":"Who is he that saith, and it cometh to pass, when the Lord commandeth it not?"},{"text":"Out of the mouth of the most High proceedeth not evil and good?"},{"text":"Wherefore doth a living man complain, a man for the punishment of his sins?"},{"text":"Let us search and try our ways, and turn again to the LORD."},{"text":"Let us lift up our heart with our hands unto God in the heavens."},{"text":"We have transgressed and have rebelled: thou hast not pardoned."},{"text":"Thou hast covered with anger, and persecuted us: thou hast slain, thou hast not pitied."},{"text":"Thou hast covered thyself with a cloud, that our prayer should not pass through."},{"text":"Thou hast made us as the offscouring and refuse in the midst of the people."},{"text":"All our enemies have opened their mouths against us."},{"text":"Fear and a snare is come upon us, desolation and destruction."},{"text":"Mine eye runneth down with rivers of water for the destruction of the daughter of my people."},{"text":"Mine eye trickleth down, and ceaseth not, without any intermission."},{"text":"Till the LORD look down, and behold from heaven."},{"text":"Mine eye affecteth mine heart because of all the daughters of my city."},{"text":"Mine enemies chased me sore, like a bird, without cause."},{"text":"They have cut off my life in the dungeon, and cast a stone upon me."},{"text":"Waters flowed over mine head; then I said, I am cut off."},{"text":"I called upon thy name, O LORD, out of the low dungeon."},{"text":"Thou hast heard my voice: hide not thine ear at my breathing, at my cry."},{"text":"Thou drewest near in the day that I called upon thee: thou saidst, Fear not."},{"text":"O LORD, thou hast pleaded the causes of my soul; thou hast redeemed my life."},{"text":"O LORD, thou hast seen my wrong: judge thou my cause."},{"text":"Thou hast seen all their vengeance and all their imaginations against me."},{"text":"Thou hast heard their reproach, O LORD, and all their imaginations against me;"},{"text":"The lips of those that rose up against me, and their device against me all the day."},{"text":"Behold their sitting down, and their rising up; I am their musick."},{"text":"Render unto them a recompence, O LORD, according to the work of their hands."},{"text":"Give them sorrow of heart, thy curse unto them."},{"text":"Persecute and destroy them in anger from under the heavens of the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"How is the gold become dim! how is the most fine gold changed! the stones of the sanctuary are poured out in the top of every street."},{"text":"The precious sons of Zion, comparable to fine gold, how are they esteemed as earthen pitchers, the work of the hands of the potter!"},{"text":"Even the sea monsters draw out the breast, they give suck to their young ones: the daughter of my people is become cruel, like the ostriches in the wilderness."},{"text":"The tongue of the sucking child cleaveth to the roof of his mouth for thirst: the young children ask bread, and no man breaketh it unto them."},{"text":"They that did feed delicately are desolate in the streets: they that were brought up in scarlet embrace dunghills."},{"text":"For the punishment of the iniquity of the daughter of my people is greater than the punishment of the sin of Sodom, that was overthrown as in a moment, and no hands stayed on her."},{"text":"Her Nazarites were purer than snow, they were whiter than milk, they were more ruddy in body than rubies, their polishing was of sapphire:"},{"text":"Their visage is blacker than a coal; they are not known in the streets: their skin cleaveth to their bones; it is withered, it is become like a stick."},{"text":"They that be slain with the sword are better than they that be slain with hunger: for these pine away, stricken through for want of the fruits of the field."},{"text":"The hands of the pitiful women have sodden their own children: they were their meat in the destruction of the daughter of my people."},{"text":"The LORD hath accomplished his fury; he hath poured out his fierce anger, and hath kindled a fire in Zion, and it hath devoured the foundations thereof."},{"text":"The kings of the earth, and all the inhabitants of the world, would not have believed that the adversary and the enemy should have entered into the gates of Jerusalem."},{"text":"For the sins of her prophets, and the iniquities of her priests, that have shed the blood of the just in the midst of her,"},{"text":"They have wandered as blind men in the streets, they have polluted themselves with blood, so that men could not touch their garments."},{"text":"They cried unto them, Depart ye; it is unclean; depart, depart, touch not: when they fled away and wandered, they said among the heathen, They shall no more sojourn there."},{"text":"The anger of the LORD hath divided them; he will no more regard them: they respected not the persons of the priests, they favoured not the elders."},{"text":"As for us, our eyes as yet failed for our vain help: in our watching we have watched for a nation that could not save us."},{"text":"They hunt our steps, that we cannot go in our streets: our end is near, our days are fulfilled; for our end is come."},{"text":"Our persecutors are swifter than the eagles of the heaven: they pursued us upon the mountains, they laid wait for us in the wilderness."},{"text":"The breath of our nostrils, the anointed of the LORD, was taken in their pits, of whom we said, Under his shadow we shall live among the heathen."},{"text":"Rejoice and be glad, O daughter of Edom, that dwellest in the land of Uz; the cup also shall pass through unto thee: thou shalt be drunken, and shalt make thyself naked."},{"text":"The punishment of thine iniquity is accomplished, O daughter of Zion; he will no more carry thee away into captivity: he will visit thine iniquity, O daughter of Edom; he will discover thy sins."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Remember, O LORD, what is come upon us: consider, and behold our reproach."},{"text":"Our inheritance is turned to strangers, our houses to aliens."},{"text":"We are orphans and fatherless, our mothers are as widows."},{"text":"We have drunken our water for money; our wood is sold unto us."},{"text":"Our necks are under persecution: we labour, and have no rest."},{"text":"We have given the hand to the Egyptians, and to the Assyrians, to be satisfied with bread."},{"text":"Our fathers have sinned, and are not; and we have borne their iniquities."},{"text":"Servants have ruled over us: there is none that doth deliver us out of their hand."},{"text":"We gat our bread with the peril of our lives because of the sword of the wilderness."},{"text":"Our skin was black like an oven because of the terrible famine."},{"text":"They ravished the women in Zion, and the maids in the cities of Judah."},{"text":"Princes are hanged up by their hand: the faces of elders were not honoured."},{"text":"They took the young men to grind, and the children fell under the wood."},{"text":"The elders have ceased from the gate, the young men from their musick."},{"text":"The joy of our heart is ceased; our dance is turned into mourning."},{"text":"The crown is fallen from our head: woe unto us, that we have sinned!"},{"text":"For this our heart is faint; for these things our eyes are dim."},{"text":"Because of the mountain of Zion, which is desolate, the foxes walk upon it."},{"text":"Thou, O LORD, remainest for ever; thy throne from generation to generation."},{"text":"Wherefore dost thou forget us for ever, and forsake us so long time?"},{"text":"Turn thou us unto thee, O LORD, and we shall be turned; renew our days as of old."},{"text":"But thou hast utterly rejected us; thou art very wroth against us."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"And the LORD called unto Moses, and spake unto him out of the tabernacle of the congregation, saying,"},{"text":"Speak unto the children of Israel, and say unto them, If any man of you bring an offering unto the LORD, ye shall bring your offering of the cattle, even of the herd, and of the flock."},{"text":"If his offering be a burnt sacrifice of the herd, let him offer a male without blemish: he shall offer it of his own voluntary will at the door of the tabernacle of the congregation before the LORD."},{"text":"And he shall put his hand upon the head of the burnt offering; and it shall be accepted for him to make atonement for him."},{"text":"And he shall kill the bullock before the LORD: and the priests, Aaron's sons, shall bring the blood, and sprinkle the blood round about upon the altar that is by the door of the tabernacle of the congregation."},{"text":"And he shall flay the burnt offering, and cut it into his pieces."},{"text":"And the sons of Aaron the priest shall put fire upon the altar, and lay the wood in order upon the fire:"},{"text":"And the priests, Aaron's sons, shall lay the parts, the head, and the fat, in order upon the wood that is on the fire which is upon the altar:"},{"text":"But his inwards and his legs shall he wash in water: and the priest shall burn all on the altar, to be a burnt sacrifice, an offering made by fire, of a sweet savour unto the LORD."},{"text":"And if his offering be of the flocks, namely, of the sheep, or of the goats, for a burnt sacrifice; he shall bring it a male without blemish."},{"text":"And he shall kill it on the side of the altar northward before the LORD: and the priests, Aaron's sons, shall sprinkle his blood round about upon the altar."},{"text":"And he shall cut it into his pieces, with his head and his fat: and the priest shall lay them in order on the wood that is on the fire which is upon the altar:"},{"text":"But he shall wash the inwards and the legs with water: and the priest shall bring it all, and burn it upon the altar: it is a burnt sacrifice, an offering made by fire, of a sweet savour unto the LORD."},{"text":"And if the burnt sacrifice for his offering to the LORD be of fowls, then he shall bring his offering of turtledoves, or of young pigeons."},{"text":"And the priest shall bring it unto the altar, and wring off his head, and burn it on the altar; and the blood thereof shall be wrung out at the side of the altar:"},{"text":"And he shall pluck away his crop with his feathers, and cast it beside the altar on the east part, by the place of the ashes:"},{"text":"And he shall cleave it with the wings thereof, but shall not divide it asunder: and the priest shall burn it upon the altar, upon the wood that is upon the fire: it is a burnt sacrifice, an offering made by fire, of a sweet savour unto the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"And Nadab and Abihu, the sons of Aaron, took either of them his censer, and put fire therein, and put incense thereon, and offered strange fire before the LORD, which he commanded them not."},{"text":"And there went out fire from the LORD, and devoured them, and they died before the LORD."},{"text":"Then Moses said unto Aaron, This is it that the LORD spake, saying, I will be sanctified in them that come nigh me, and before all the people I will be glorified. And Aaron held his peace."},{"text":"And Moses called Mishael and Elzaphan, the sons of Uzziel the uncle of Aaron, and said unto them, Come near, carry your brethren from before the sanctuary out of the camp."},{"text":"So they went near, and carried them in their coats out of the camp; as Moses had said."},{"text":"And Moses said unto Aaron, and unto Eleazar and unto Ithamar, his sons, Uncover not your heads, neither rend your clothes; lest ye die, and lest wrath come upon all the people: but let your brethren, the whole house of Israel, bewail the burning which the LORD hath kindled."},{"text":"And ye shall not go out from the door of the tabernacle of the congregation, lest ye die: for the anointing oil of the LORD is upon you. And they did according to the word of Moses."},{"text":"And the LORD spake unto Aaron, saying,"},{"text":"Do not drink wine nor strong drink, thou, nor thy sons with thee, when ye go into the tabernacle of the congregation, lest ye die: it shall be a statute for ever throughout your generations:"},{"text":"And that ye may put difference between holy and unholy, and between unclean and clean;"},{"text":"And that ye may teach the children of Israel all the statutes which the LORD hath spoken unto them by the hand of Moses."},{"text":"And Moses spake unto Aaron, and unto Eleazar and unto Ithamar, his sons that were left, Take the meat offering that remaineth of the offerings of the LORD made by fire, and eat it without leaven beside the altar: for it is most holy:"},{"text":"And ye shall eat it in the holy place, because it is thy due, and thy sons' due, of the sacrifices of the LORD made by fire: for so I am commanded."},{"text":"And the wave breast and heave shoulder shall ye eat in a clean place; thou, and thy sons, and thy daughters with thee: for they be thy due, and thy sons' due, which are given out of the sacrifices of peace offerings of the children of Israel."},{"text":"The heave shoulder and the wave breast shall they bring with the offerings made by fire of the fat, to wave it for a wave offering before the LORD; and it shall be thine, and thy sons' with thee, by a statute for ever; as the LORD hath commanded."},{"text":"And Moses diligently sought the goat of the sin offering, and, behold, it was burnt: and he was angry with Eleazar and Ithamar, the sons of Aaron which were left alive, saying,"},{"text":"Wherefore have ye not eaten the sin offering in the holy place, seeing it is most holy, and God hath given it you to bear the iniquity of the congregation, to make atonement for them before the LORD?"},{"text":"Behold, the blood of it was not brought in within the holy place: ye should indeed have eaten it in the holy place, as I commanded."},{"text":"And Aaron said unto Moses, Behold, this day have they offered their sin offering and their burnt offering before the LORD; and such things have befallen me: and if I had eaten the sin offering to day, should it have been accepted in the sight of the LORD?"},{"text":"And when Moses heard that, he was content."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"And the LORD spake unto Moses and to Aaron, saying unto them,"},{"text":"Speak unto the children of Israel, saying, These are the beasts which ye shall eat among all the beasts that are on the earth."},{"text":"Whatsoever parteth the hoof, and is clovenfooted, and cheweth the cud, among the beasts, that shall ye eat."},{"text":"Nevertheless these shall ye not eat of them that chew the cud, or of them that divide the hoof: as the camel, because he cheweth the cud, but divideth not the hoof; he is unclean unto you."},{"text":"And the coney, because he cheweth the cud, but divideth not the hoof; he is unclean unto you."},{"text":"And the hare, because he cheweth the cud, but divideth not the hoof; he is unclean unto you."},{"text":"And the swine, though he divide the hoof, and be clovenfooted, yet he cheweth not the cud; he is unclean to you."},{"text":"Of their flesh shall ye not eat, and their carcase shall ye not touch; they are unclean to you."},{"text":"These shall ye eat of all that are in the waters: whatsoever hath fins and scales in the waters, in the seas, and in the rivers, them shall ye eat."},{"text":"And all that have not fins and scales in the seas, and in the rivers, of all that move in the waters, and of any living thing which is in the waters, they shall be an abomination unto you:"},{"text":"They shall be even an abomination unto you; ye shall not eat of their flesh, but ye shall have their carcases in abomination."},{"text":"Whatsoever hath no fins nor scales in the waters, that shall be an abomination unto you."},{"text":"And these are they which ye shall have in abomination among the fowls; they shall not be eaten, they are an abomination: the eagle, and the ossifrage, and the ospray,"},{"text":"And the vulture, and the kite after his kind;"},{"text":"Every raven after his kind;"},{"text":"And the owl, and the night hawk, and the cuckow, and the hawk after his kind,"},{"text":"And the little owl, and the cormorant, and the great owl,"},{"text":"And the swan, and the pelican, and the gier eagle,"},{"text":"And the stork, the heron after her kind, and the lapwing, and the bat."},{"text":"All fowls that creep, going upon all four, shall be an abomination unto you."},{"text":"Yet these may ye eat of every flying creeping thing that goeth upon all four, which have legs above their feet, to leap withal upon the earth;"},{"text":"Even these of them ye may eat; the locust after his kind, and the bald locust after his kind, and the beetle after his kind, and the grasshopper after his kind."},{"text":"But all other flying creeping things, which have four feet, shall be an abomination unto you."},{"text":"And for these ye shall be unclean: whosoever toucheth the carcase of them shall be unclean until the even."},{"text":"And whosoever beareth ought of the carcase of them shall wash his clothes, and be unclean until the even."},{"text":"The carcases of every beast which divideth the hoof, and is not clovenfooted, nor cheweth the cud, are unclean unto you: every one that toucheth them shall be unclean."},{"text":"And whatsoever goeth upon his paws, among all manner of beasts that go on all four, those are unclean unto you: whoso toucheth their carcase shall be unclean until the even."},{"text":"And he that beareth the carcase of them shall wash his clothes, and be unclean until the even: they are unclean unto you."},{"text":"These also shall be unclean unto you among the creeping things that creep upon the earth; the weasel, and the mouse, and the tortoise after his kind,"},{"text":"And the ferret, and the chameleon, and the lizard, and the snail, and the mole."},{"text":"These are unclean to you among all that creep: whosoever doth touch them, when they be dead, shall be unclean until the even."},{"text":"And upon whatsoever any of them, when they are dead, doth fall, it shall be unclean; whether it be any vessel of wood, or raiment, or skin, or sack, whatsoever vessel it be, wherein any work is done, it must be put into water, and it shall be unclean until the even; so it shall be cleansed."},{"text":"And every earthen vessel, whereinto any of them falleth, whatsoever is in it shall be unclean; and ye shall break it."},{"text":"Of all meat which may be eaten, that on which such water cometh shall be unclean: and all drink that may be drunk in every such vessel shall be unclean."},{"text":"And every thing whereupon any part of their carcase falleth shall be unclean; whether it be oven, or ranges for pots, they shall be broken down: for they are unclean and shall be unclean unto you."},{"text":"Nevertheless a fountain or pit, wherein there is plenty of water, shall be clean: but that which toucheth their carcase shall be unclean."},{"text":"And if any part of their carcase fall upon any sowing seed which is to be sown, it shall be clean."},{"text":"But if any water be put upon the seed, and any part of their carcase fall thereon, it shall be unclean unto you."},{"text":"And if any beast, of which ye may eat, die; he that toucheth the carcase thereof shall be unclean until the even."},{"text":"And he that eateth of the carcase of it shall wash his clothes, and be unclean until the even: he also that beareth the carcase of it shall wash his clothes, and be unclean until the even."},{"text":"And every creeping thing that creepeth upon the earth shall be an abomination; it shall not be eaten."},{"text":"Whatsoever goeth upon the belly, and whatsoever goeth upon all four, or whatsoever hath more feet among all creeping things that creep upon the earth, them ye shall not eat; for they are an abomination."},{"text":"Ye shall not make yourselves abominable with any creeping thing that creepeth, neither shall ye make yourselves unclean with them, that ye should be defiled thereby."},{"text":"For I am the LORD your God: ye shall therefore sanctify yourselves, and ye shall be holy; for I am holy: neither shall ye defile yourselves with any manner of creeping thing that creepeth upon the earth."},{"text":"For I am the LORD that bringeth you up out of the land of Egypt, to be your God: ye shall therefore be holy, for I am holy."},{"text":"This is the law of the beasts, and of the fowl, and of every living creature that moveth in the waters, and of every creature that creepeth upon the earth:"},{"text":"To make a difference between the unclean and the clean, and between the beast that may be eaten and the beast that may not be eaten."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, saying, If a woman have conceived seed, and born a man child: then she shall be unclean seven days; according to the days of the separation for her infirmity shall she be unclean."},{"text":"And in the eighth day the flesh of his foreskin shall be circumcised."},{"text":"And she shall then continue in the blood of her purifying three and thirty days; she shall touch no hallowed thing, nor come into the sanctuary, until the days of her purifying be fulfilled."},{"text":"But if she bear a maid child, then she shall be unclean two weeks, as in her separation: and she shall continue in the blood of her purifying threescore and six days."},{"text":"And when the days of her purifying are fulfilled, for a son, or for a daughter, she shall bring a lamb of the first year for a burnt offering, and a young pigeon, or a turtledove, for a sin offering, unto the door of the tabernacle of the congregation, unto the priest:"},{"text":"Who shall offer it before the LORD, and make an atonement for her; and she shall be cleansed from the issue of her blood. This is the law for her that hath born a male or a female."},{"text":"And if she be not able to bring a lamb, then she shall bring two turtles, or two young pigeons; the one for the burnt offering, and the other for a sin offering: and the priest shall make an atonement for her, and she shall be clean."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"And the LORD spake unto Moses and Aaron, saying,"},{"text":"When a man shall have in the skin of his flesh a rising, a scab, or bright spot, and it be in the skin of his flesh like the plague of leprosy; then he shall be brought unto Aaron the priest, or unto one of his sons the priests:"},{"text":"And the priest shall look on the plague in the skin of the flesh: and when the hair in the plague is turned white, and the plague in sight be deeper than the skin of his flesh, it is a plague of leprosy: and the priest shall look on him, and pronounce him unclean."},{"text":"If the bright spot be white in the skin of his flesh, and in sight be not deeper than the skin, and the hair thereof be not turned white; then the priest shall shut up him that hath the plague seven days:"},{"text":"And the priest shall look on him the seventh day: and, behold, if the plague in his sight be at a stay, and the plague spread not in the skin; then the priest shall shut him up seven days more:"},{"text":"And the priest shall look on him again the seventh day: and, behold, if the plague be somewhat dark, and the plague spread not in the skin, the priest shall pronounce him clean: it is but a scab: and he shall wash his clothes, and be clean."},{"text":"But if the scab spread much abroad in the skin, after that he hath been seen of the priest for his cleansing, he shall be seen of the priest again."},{"text":"And if the priest see that, behold, the scab spreadeth in the skin, then the priest shall pronounce him unclean: it is a leprosy."},{"text":"When the plague of leprosy is in a man, then he shall be brought unto the priest;"},{"text":"And the priest shall see him: and, behold, if the rising be white in the skin, and it have turned the hair white, and there be quick raw flesh in the rising;"},{"text":"It is an old leprosy in the skin of his flesh, and the priest shall pronounce him unclean, and shall not shut him up: for he is unclean."},{"text":"And if a leprosy break out abroad in the skin, and the leprosy cover all the skin of him that hath the plague from his head even to his foot, wheresoever the priest looketh;"},{"text":"Then the priest shall consider: and, behold, if the leprosy have covered all his flesh, he shall pronounce him clean that hath the plague: it is all turned white: he is clean."},{"text":"But when raw flesh appeareth in him, he shall be unclean."},{"text":"And the priest shall see the raw flesh, and pronounce him to be unclean: for the raw flesh is unclean: it is a leprosy."},{"text":"Or if the raw flesh turn again, and be changed unto white, he shall come unto the priest;"},{"text":"And the priest shall see him: and, behold, if the plague be turned into white; then the priest shall pronounce him clean that hath the plague: he is clean."},{"text":"The flesh also, in which, even in the skin thereof, was a boil, and is healed,"},{"text":"And in the place of the boil there be a white rising, or a bright spot, white, and somewhat reddish, and it be shewed to the priest;"},{"text":"And if, when the priest seeth it, behold, it be in sight lower than the skin, and the hair thereof be turned white; the priest shall pronounce him unclean: it is a plague of leprosy broken out of the boil."},{"text":"But if the priest look on it, and, behold, there be no white hairs therein, and if it be not lower than the skin, but be somewhat dark; then the priest shall shut him up seven days:"},{"text":"And if it spread much abroad in the skin, then the priest shall pronounce him unclean: it is a plague."},{"text":"But if the bright spot stay in his place, and spread not, it is a burning boil; and the priest shall pronounce him clean."},{"text":"Or if there be any flesh, in the skin whereof there is a hot burning, and the quick flesh that burneth have a white bright spot, somewhat reddish, or white;"},{"text":"Then the priest shall look upon it: and, behold, if the hair in the bright spot be turned white, and it be in sight deeper than the skin; it is a leprosy broken out of the burning: wherefore the priest shall pronounce him unclean: it is the plague of leprosy."},{"text":"But if the priest look on it, and, behold, there be no white hair in the bright spot, and it be no lower than the other skin, but be somewhat dark; then the priest shall shut him up seven days:"},{"text":"And the priest shall look upon him the seventh day: and if it be spread much abroad in the skin, then the priest shall pronounce him unclean: it is the plague of leprosy."},{"text":"And if the bright spot stay in his place, and spread not in the skin, but it be somewhat dark; it is a rising of the burning, and the priest shall pronounce him clean: for it is an inflammation of the burning."},{"text":"If a man or woman have a plague upon the head or the beard;"},{"text":"Then the priest shall see the plague: and, behold, if it be in sight deeper than the skin; and there be in it a yellow thin hair; then the priest shall pronounce him unclean: it is a dry scall, even a leprosy upon the head or beard."},{"text":"And if the priest look on the plague of the scall, and, behold, it be not in sight deeper than the skin, and that there is no black hair in it; then the priest shall shut up him that hath the plague of the scall seven days:"},{"text":"And in the seventh day the priest shall look on the plague: and, behold, if the scall spread not, and there be in it no yellow hair, and the scall be not in sight deeper than the skin;"},{"text":"He shall be shaven, but the scall shall he not shave; and the priest shall shut up him that hath the scall seven days more:"},{"text":"And in the seventh day the priest shall look on the scall: and, behold, if the scall be not spread in the skin, nor be in sight deeper than the skin; then the priest shall pronounce him clean: and he shall wash his clothes, and be clean."},{"text":"But if the scall spread much in the skin after his cleansing;"},{"text":"Then the priest shall look on him: and, behold, if the scall be spread in the skin, the priest shall not seek for yellow hair; he is unclean."},{"text":"But if the scall be in his sight at a stay, and that there is black hair grown up therein; the scall is healed, he is clean: and the priest shall pronounce him clean."},{"text":"If a man also or a woman have in the skin of their flesh bright spots, even white bright spots;"},{"text":"Then the priest shall look: and, behold, if the bright spots in the skin of their flesh be darkish white; it is a freckled spot that groweth in the skin; he is clean."},{"text":"And the man whose hair is fallen off his head, he is bald; yet is he clean."},{"text":"And he that hath his hair fallen off from the part of his head toward his face, he is forehead bald: yet is he clean."},{"text":"And if there be in the bald head, or bald forehead, a white reddish sore; it is a leprosy sprung up in his bald head, or his bald forehead."},{"text":"Then the priest shall look upon it: and, behold, if the rising of the sore be white reddish in his bald head, or in his bald forehead, as the leprosy appeareth in the skin of the flesh;"},{"text":"He is a leprous man, he is unclean: the priest shall pronounce him utterly unclean; his plague is in his head."},{"text":"And the leper in whom the plague is, his clothes shall be rent, and his head bare, and he shall put a covering upon his upper lip, and shall cry, Unclean, unclean."},{"text":"All the days wherein the plague shall be in him he shall be defiled; he is unclean: he shall dwell alone; without the camp shall his habitation be."},{"text":"The garment also that the plague of leprosy is in, whether it be a woollen garment, or a linen garment;"},{"text":"Whether it be in the warp, or woof; of linen, or of woollen; whether in a skin, or in any thing made of skin;"},{"text":"And if the plague be greenish or reddish in the garment, or in the skin, either in the warp, or in the woof, or in any thing of skin; it is a plague of leprosy, and shall be shewed unto the priest:"},{"text":"And the priest shall look upon the plague, and shut up it that hath the plague seven days:"},{"text":"And he shall look on the plague on the seventh day: if the plague be spread in the garment, either in the warp, or in the woof, or in a skin, or in any work that is made of skin; the plague is a fretting leprosy; it is unclean."},{"text":"He shall therefore burn that garment, whether warp or woof, in woollen or in linen, or any thing of skin, wherein the plague is: for it is a fretting leprosy; it shall be burnt in the fire."},{"text":"And if the priest shall look, and, behold, the plague be not spread in the garment, either in the warp, or in the woof, or in any thing of skin;"},{"text":"Then the priest shall command that they wash the thing wherein the plague is, and he shall shut it up seven days more:"},{"text":"And the priest shall look on the plague, after that it is washed: and, behold, if the plague have not changed his colour, and the plague be not spread; it is unclean; thou shalt burn it in the fire; it is fret inward, whether it be bare within or without."},{"text":"And if the priest look, and, behold, the plague be somewhat dark after the washing of it; then he shall rend it out of the garment, or out of the skin, or out of the warp, or out of the woof:"},{"text":"And if it appear still in the garment, either in the warp, or in the woof, or in any thing of skin; it is a spreading plague: thou shalt burn that wherein the plague is with fire."},{"text":"And the garment, either warp, or woof, or whatsoever thing of skin it be, which thou shalt wash, if the plague be departed from them, then it shall be washed the second time, and shall be clean."},{"text":"This is the law of the plague of leprosy in a garment of woollen or linen, either in the warp, or woof, or any thing of skins, to pronounce it clean, or to pronounce it unclean."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"This shall be the law of the leper in the day of his cleansing: He shall be brought unto the priest:"},{"text":"And the priest shall go forth out of the camp; and the priest shall look, and, behold, if the plague of leprosy be healed in the leper;"},{"text":"Then shall the priest command to take for him that is to be cleansed two birds alive and clean, and cedar wood, and scarlet, and hyssop:"},{"text":"And the priest shall command that one of the birds be killed in an earthen vessel over running water:"},{"text":"As for the living bird, he shall take it, and the cedar wood, and the scarlet, and the hyssop, and shall dip them and the living bird in the blood of the bird that was killed over the running water:"},{"text":"And he shall sprinkle upon him that is to be cleansed from the leprosy seven times, and shall pronounce him clean, and shall let the living bird loose into the open field."},{"text":"And he that is to be cleansed shall wash his clothes, and shave off all his hair, and wash himself in water, that he may be clean: and after that he shall come into the camp, and shall tarry abroad out of his tent seven days."},{"text":"But it shall be on the seventh day, that he shall shave all his hair off his head and his beard and his eyebrows, even all his hair he shall shave off: and he shall wash his clothes, also he shall wash his flesh in water, and he shall be clean."},{"text":"And on the eighth day he shall take two he lambs without blemish, and one ewe lamb of the first year without blemish, and three tenth deals of fine flour for a meat offering, mingled with oil, and one log of oil."},{"text":"And the priest that maketh him clean shall present the man that is to be made clean, and those things, before the LORD, at the door of the tabernacle of the congregation:"},{"text":"And the priest shall take one he lamb, and offer him for a trespass offering, and the log of oil, and wave them for a wave offering before the LORD:"},{"text":"And he shall slay the lamb in the place where he shall kill the sin offering and the burnt offering, in the holy place: for as the sin offering is the priest's, so is the trespass offering: it is most holy:"},{"text":"And the priest shall take some of the blood of the trespass offering, and the priest shall put it upon the tip of the right ear of him that is to be cleansed, and upon the thumb of his right hand, and upon the great toe of his right foot:"},{"text":"And the priest shall take some of the log of oil, and pour it into the palm of his own left hand:"},{"text":"And the priest shall dip his right finger in the oil that is in his left hand, and shall sprinkle of the oil with his finger seven times before the LORD:"},{"text":"And of the rest of the oil that is in his hand shall the priest put upon the tip of the right ear of him that is to be cleansed, and upon the thumb of his right hand, and upon the great toe of his right foot, upon the blood of the trespass offering:"},{"text":"And the remnant of the oil that is in the priest's hand he shall pour upon the head of him that is to be cleansed: and the priest shall make an atonement for him before the LORD."},{"text":"And the priest shall offer the sin offering, and make an atonement for him that is to be cleansed from his uncleanness; and afterward he shall kill the burnt offering:"},{"text":"And the priest shall offer the burnt offering and the meat offering upon the altar: and the priest shall make an atonement for him, and he shall be clean."},{"text":"And if he be poor, and cannot get so much; then he shall take one lamb for a trespass offering to be waved, to make an atonement for him, and one tenth deal of fine flour mingled with oil for a meat offering, and a log of oil;"},{"text":"And two turtledoves, or two young pigeons, such as he is able to get; and the one shall be a sin offering, and the other a burnt offering."},{"text":"And he shall bring them on the eighth day for his cleansing unto the priest, unto the door of the tabernacle of the congregation, before the LORD."},{"text":"And the priest shall take the lamb of the trespass offering, and the log of oil, and the priest shall wave them for a wave offering before the LORD:"},{"text":"And he shall kill the lamb of the trespass offering, and the priest shall take some of the blood of the trespass offering, and put it upon the tip of the right ear of him that is to be cleansed, and upon the thumb of his right hand, and upon the great toe of his right foot:"},{"text":"And the priest shall pour of the oil into the palm of his own left hand:"},{"text":"And the priest shall sprinkle with his right finger some of the oil that is in his left hand seven times before the LORD:"},{"text":"And the priest shall put of the oil that is in his hand upon the tip of the right ear of him that is to be cleansed, and upon the thumb of his right hand, and upon the great toe of his right foot, upon the place of the blood of the trespass offering:"},{"text":"And the rest of the oil that is in the priest's hand he shall put upon the head of him that is to be cleansed, to make an atonement for him before the LORD."},{"text":"And he shall offer the one of the turtledoves, or of the young pigeons, such as he can get;"},{"text":"Even such as he is able to get, the one for a sin offering, and the other for a burnt offering, with the meat offering: and the priest shall make an atonement for him that is to be cleansed before the LORD."},{"text":"This is the law of him in whom is the plague of leprosy, whose hand is not able to get that which pertaineth to his cleansing."},{"text":"And the LORD spake unto Moses and unto Aaron, saying,"},{"text":"When ye be come into the land of Canaan, which I give to you for a possession, and I put the plague of leprosy in a house of the land of your possession;"},{"text":"And he that owneth the house shall come and tell the priest, saying, It seemeth to me there is as it were a plague in the house:"},{"text":"Then the priest shall command that they empty the house, before the priest go into it to see the plague, that all that is in the house be not made unclean: and afterward the priest shall go in to see the house:"},{"text":"And he shall look on the plague, and, behold, if the plague be in the walls of the house with hollow strakes, greenish or reddish, which in sight are lower than the wall;"},{"text":"Then the priest shall go out of the house to the door of the house, and shut up the house seven days:"},{"text":"And the priest shall come again the seventh day, and shall look: and, behold, if the plague be spread in the walls of the house;"},{"text":"Then the priest shall command that they take away the stones in which the plague is, and they shall cast them into an unclean place without the city:"},{"text":"And he shall cause the house to be scraped within round about, and they shall pour out the dust that they scrape off without the city into an unclean place:"},{"text":"And they shall take other stones, and put them in the place of those stones; and he shall take other morter, and shall plaister the house."},{"text":"And if the plague come again, and break out in the house, after that he hath taken away the stones, and after he hath scraped the house, and after it is plaistered;"},{"text":"Then the priest shall come and look, and, behold, if the plague be spread in the house, it is a fretting leprosy in the house; it is unclean."},{"text":"And he shall break down the house, the stones of it, and the timber thereof, and all the morter of the house; and he shall carry them forth out of the city into an unclean place."},{"text":"Moreover he that goeth into the house all the while that it is shut up shall be unclean until the even."},{"text":"And he that lieth in the house shall wash his clothes; and he that eateth in the house shall wash his clothes."},{"text":"And if the priest shall come in, and look upon it, and, behold, the plague hath not spread in the house, after the house was plaistered: then the priest shall pronounce the house clean, because the plague is healed."},{"text":"And he shall take to cleanse the house two birds, and cedar wood, and scarlet, and hyssop:"},{"text":"And he shall kill the one of the birds in an earthen vessel over running water:"},{"text":"And he shall take the cedar wood, and the hyssop, and the scarlet, and the living bird, and dip them in the blood of the slain bird, and in the running water, and sprinkle the house seven times:"},{"text":"And he shall cleanse the house with the blood of the bird, and with the running water, and with the living bird, and with the cedar wood, and with the hyssop, and with the scarlet:"},{"text":"But he shall let go the living bird out of the city into the open fields, and make an atonement for the house: and it shall be clean."},{"text":"This is the law for all manner of plague of leprosy, and scall,"},{"text":"And for the leprosy of a garment, and of a house,"},{"text":"And for a rising, and for a scab, and for a bright spot:"},{"text":"To teach when it is unclean, and when it is clean: this is the law of leprosy."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"And the LORD spake unto Moses and to Aaron, saying,"},{"text":"Speak unto the children of Israel, and say unto them, When any man hath a running issue out of his flesh, because of his issue he is unclean."},{"text":"And this shall be his uncleanness in his issue: whether his flesh run with his issue, or his flesh be stopped from his issue, it is his uncleanness."},{"text":"Every bed, whereon he lieth that hath the issue, is unclean: and every thing, whereon he sitteth, shall be unclean."},{"text":"And whosoever toucheth his bed shall wash his clothes, and bathe himself in water, and be unclean until the even."},{"text":"And he that sitteth on any thing whereon he sat that hath the issue shall wash his clothes, and bathe himself in water, and be unclean until the even."},{"text":"And he that toucheth the flesh of him that hath the issue shall wash his clothes, and bathe himself in water, and be unclean until the even."},{"text":"And if he that hath the issue spit upon him that is clean; then he shall wash his clothes, and bathe himself in water, and be unclean until the even."},{"text":"And what saddle soever he rideth upon that hath the issue shall be unclean."},{"text":"And whosoever toucheth any thing that was under him shall be unclean until the even: and he that beareth any of those things shall wash his clothes, and bathe himself in water, and be unclean until the even."},{"text":"And whomsoever he toucheth that hath the issue, and hath not rinsed his hands in water, he shall wash his clothes, and bathe himself in water, and be unclean until the even."},{"text":"And the vessel of earth, that he toucheth which hath the issue, shall be broken: and every vessel of wood shall be rinsed in water."},{"text":"And when he that hath an issue is cleansed of his issue; then he shall number to himself seven days for his cleansing, and wash his clothes, and bathe his flesh in running water, and shall be clean."},{"text":"And on the eighth day he shall take to him two turtledoves, or two young pigeons, and come before the LORD unto the door of the tabernacle of the congregation, and give them unto the priest:"},{"text":"And the priest shall offer them, the one for a sin offering, and the other for a burnt offering; and the priest shall make an atonement for him before the LORD for his issue."},{"text":"And if any man's seed of copulation go out from him, then he shall wash all his flesh in water, and be unclean until the even."},{"text":"And every garment, and every skin, whereon is the seed of copulation, shall be washed with water, and be unclean until the even."},{"text":"The woman also with whom man shall lie with seed of copulation, they shall both bathe themselves in water, and be unclean until the even."},{"text":"And if a woman have an issue, and her issue in her flesh be blood, she shall be put apart seven days: and whosoever toucheth her shall be unclean until the even."},{"text":"And every thing that she lieth upon in her separation shall be unclean: every thing also that she sitteth upon shall be unclean."},{"text":"And whosoever toucheth her bed shall wash his clothes, and bathe himself in water, and be unclean until the even."},{"text":"And whosoever toucheth any thing that she sat upon shall wash his clothes, and bathe himself in water, and be unclean until the even."},{"text":"And if it be on her bed, or on any thing whereon she sitteth, when he toucheth it, he shall be unclean until the even."},{"text":"And if any man lie with her at all, and her flowers be upon him, he shall be unclean seven days; and all the bed whereon he lieth shall be unclean."},{"text":"And if a woman have an issue of her blood many days out of the time of her separation, or if it run beyond the time of her separation; all the days of the issue of her uncleanness shall be as the days of her separation: she shall be unclean."},{"text":"Every bed whereon she lieth all the days of her issue shall be unto her as the bed of her separation: and whatsoever she sitteth upon shall be unclean, as the uncleanness of her separation."},{"text":"And whosoever toucheth those things shall be unclean, and shall wash his clothes, and bathe himself in water, and be unclean until the even."},{"text":"But if she be cleansed of her issue, then she shall number to herself seven days, and after that she shall be clean."},{"text":"And on the eighth day she shall take unto her two turtles, or two young pigeons, and bring them unto the priest, to the door of the tabernacle of the congregation."},{"text":"And the priest shall offer the one for a sin offering, and the other for a burnt offering; and the priest shall make an atonement for her before the LORD for the issue of her uncleanness."},{"text":"Thus shall ye separate the children of Israel from their uncleanness; that they die not in their uncleanness, when they defile my tabernacle that is among them."},{"text":"This is the law of him that hath an issue, and of him whose seed goeth from him, and is defiled therewith;"},{"text":"And of her that is sick of her flowers, and of him that hath an issue, of the man, and of the woman, and of him that lieth with her that is unclean."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"And the LORD spake unto Moses after the death of the two sons of Aaron, when they offered before the LORD, and died;"},{"text":"And the LORD said unto Moses, Speak unto Aaron thy brother, that he come not at all times into the holy place within the vail before the mercy seat, which is upon the ark; that he die not: for I will appear in the cloud upon the mercy seat."},{"text":"Thus shall Aaron come into the holy place: with a young bullock for a sin offering, and a ram for a burnt offering."},{"text":"He shall put on the holy linen coat, and he shall have the linen breeches upon his flesh, and shall be girded with a linen girdle, and with the linen mitre shall he be attired: these are holy garments; therefore shall he wash his flesh in water, and so put them on."},{"text":"And he shall take of the congregation of the children of Israel two kids of the goats for a sin offering, and one ram for a burnt offering."},{"text":"And Aaron shall offer his bullock of the sin offering, which is for himself, and make an atonement for himself, and for his house."},{"text":"And he shall take the two goats, and present them before the LORD at the door of the tabernacle of the congregation."},{"text":"And Aaron shall cast lots upon the two goats; one lot for the LORD, and the other lot for the scapegoat."},{"text":"And Aaron shall bring the goat upon which the LORD's lot fell, and offer him for a sin offering."},{"text":"But the goat, on which the lot fell to be the scapegoat, shall be presented alive before the LORD, to make an atonement with him, and to let him go for a scapegoat into the wilderness."},{"text":"And Aaron shall bring the bullock of the sin offering, which is for himself, and shall make an atonement for himself, and for his house, and shall kill the bullock of the sin offering which is for himself:"},{"text":"And he shall take a censer full of burning coals of fire from off the altar before the LORD, and his hands full of sweet incense beaten small, and bring it within the vail:"},{"text":"And he shall put the incense upon the fire before the LORD, that the cloud of the incense may cover the mercy seat that is upon the testimony, that he die not:"},{"text":"And he shall take of the blood of the bullock, and sprinkle it with his finger upon the mercy seat eastward; and before the mercy seat shall he sprinkle of the blood with his finger seven times."},{"text":"Then shall he kill the goat of the sin offering, that is for the people, and bring his blood within the vail, and do with that blood as he did with the blood of the bullock, and sprinkle it upon the mercy seat, and before the mercy seat:"},{"text":"And he shall make an atonement for the holy place, because of the uncleanness of the children of Israel, and because of their transgressions in all their sins: and so shall he do for the tabernacle of the congregation, that remaineth among them in the midst of their uncleanness."},{"text":"And there shall be no man in the tabernacle of the congregation when he goeth in to make an atonement in the holy place, until he come out, and have made an atonement for himself, and for his household, and for all the congregation of Israel."},{"text":"And he shall go out unto the altar that is before the LORD, and make an atonement for it; and shall take of the blood of the bullock, and of the blood of the goat, and put it upon the horns of the altar round about."},{"text":"And he shall sprinkle of the blood upon it with his finger seven times, and cleanse it, and hallow it from the uncleanness of the children of Israel."},{"text":"And when he hath made an end of reconciling the holy place, and the tabernacle of the congregation, and the altar, he shall bring the live goat:"},{"text":"And Aaron shall lay both his hands upon the head of the live goat, and confess over him all the iniquities of the children of Israel, and all their transgressions in all their sins, putting them upon the head of the goat, and shall send him away by the hand of a fit man into the wilderness:"},{"text":"And the goat shall bear upon him all their iniquities unto a land not inhabited: and he shall let go the goat in the wilderness."},{"text":"And Aaron shall come into the tabernacle of the congregation, and shall put off the linen garments, which he put on when he went into the holy place, and shall leave them there:"},{"text":"And he shall wash his flesh with water in the holy place, and put on his garments, and come forth, and offer his burnt offering, and the burnt offering of the people, and make an atonement for himself, and for the people."},{"text":"And the fat of the sin offering shall he burn upon the altar."},{"text":"And he that let go the goat for the scapegoat shall wash his clothes, and bathe his flesh in water, and afterward come into the camp."},{"text":"And the bullock for the sin offering, and the goat for the sin offering, whose blood was brought in to make atonement in the holy place, shall one carry forth without the camp; and they shall burn in the fire their skins, and their flesh, and their dung."},{"text":"And he that burneth them shall wash his clothes, and bathe his flesh in water, and afterward he shall come into the camp."},{"text":"And this shall be a statute for ever unto you: that in the seventh month, on the tenth day of the month, ye shall afflict your souls, and do no work at all, whether it be one of your own country, or a stranger that sojourneth among you:"},{"text":"For on that day shall the priest make an atonement for you, to cleanse you, that ye may be clean from all your sins before the LORD."},{"text":"It shall be a sabbath of rest unto you, and ye shall afflict your souls, by a statute for ever."},{"text":"And the priest, whom he shall anoint, and whom he shall consecrate to minister in the priest's office in his father's stead, shall make the atonement, and shall put on the linen clothes, even the holy garments:"},{"text":"And he shall make an atonement for the holy sanctuary, and he shall make an atonement for the tabernacle of the congregation, and for the altar, and he shall make an atonement for the priests, and for all the people of the congregation."},{"text":"And this shall be an everlasting statute unto you, to make an atonement for the children of Israel for all their sins once a year. And he did as the LORD commanded Moses."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto Aaron, and unto his sons, and unto all the children of Israel, and say unto them; This is the thing which the LORD hath commanded, saying,"},{"text":"What man soever there be of the house of Israel, that killeth an ox, or lamb, or goat, in the camp, or that killeth it out of the camp,"},{"text":"And bringeth it not unto the door of the tabernacle of the congregation, to offer an offering unto the LORD before the tabernacle of the LORD; blood shall be imputed unto that man; he hath shed blood; and that man shall be cut off from among his people:"},{"text":"To the end that the children of Israel may bring their sacrifices, which they offer in the open field, even that they may bring them unto the LORD, unto the door of the tabernacle of the congregation, unto the priest, and offer them for peace offerings unto the LORD."},{"text":"And the priest shall sprinkle the blood upon the altar of the LORD at the door of the tabernacle of the congregation, and burn the fat for a sweet savour unto the LORD."},{"text":"And they shall no more offer their sacrifices unto devils, after whom they have gone a whoring. This shall be a statute for ever unto them throughout their generations."},{"text":"And thou shalt say unto them, Whatsoever man there be of the house of Israel, or of the strangers which sojourn among you, that offereth a burnt offering or sacrifice,"},{"text":"And bringeth it not unto the door of the tabernacle of the congregation, to offer it unto the LORD; even that man shall be cut off from among his people."},{"text":"And whatsoever man there be of the house of Israel, or of the strangers that sojourn among you, that eateth any manner of blood; I will even set my face against that soul that eateth blood, and will cut him off from among his people."},{"text":"For the life of the flesh is in the blood: and I have given it to you upon the altar to make an atonement for your souls: for it is the blood that maketh an atonement for the soul."},{"text":"Therefore I said unto the children of Israel, No soul of you shall eat blood, neither shall any stranger that sojourneth among you eat blood."},{"text":"And whatsoever man there be of the children of Israel, or of the strangers that sojourn among you, which hunteth and catcheth any beast or fowl that may be eaten; he shall even pour out the blood thereof, and cover it with dust."},{"text":"For it is the life of all flesh; the blood of it is for the life thereof: therefore I said unto the children of Israel, Ye shall eat the blood of no manner of flesh: for the life of all flesh is the blood thereof: whosoever eateth it shall be cut off."},{"text":"And every soul that eateth that which died of itself, or that which was torn with beasts, whether it be one of your own country, or a stranger, he shall both wash his clothes, and bathe himself in water, and be unclean until the even: then shall he be clean."},{"text":"But if he wash them not, nor bathe his flesh; then he shall bear his iniquity."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, and say unto them, I am the LORD your God."},{"text":"After the doings of the land of Egypt, wherein ye dwelt, shall ye not do: and after the doings of the land of Canaan, whither I bring you, shall ye not do: neither shall ye walk in their ordinances."},{"text":"Ye shall do my judgments, and keep mine ordinances, to walk therein: I am the LORD your God."},{"text":"Ye shall therefore keep my statutes, and my judgments: which if a man do, he shall live in them: I am the LORD."},{"text":"None of you shall approach to any that is near of kin to him, to uncover their nakedness: I am the LORD."},{"text":"The nakedness of thy father, or the nakedness of thy mother, shalt thou not uncover: she is thy mother; thou shalt not uncover her nakedness."},{"text":"The nakedness of thy father's wife shalt thou not uncover: it is thy father's nakedness."},{"text":"The nakedness of thy sister, the daughter of thy father, or daughter of thy mother, whether she be born at home, or born abroad, even their nakedness thou shalt not uncover."},{"text":"The nakedness of thy son's daughter, or of thy daughter's daughter, even their nakedness thou shalt not uncover: for theirs is thine own nakedness."},{"text":"The nakedness of thy father's wife's daughter, begotten of thy father, she is thy sister, thou shalt not uncover her nakedness."},{"text":"Thou shalt not uncover the nakedness of thy father's sister: she is thy father's near kinswoman."},{"text":"Thou shalt not uncover the nakedness of thy mother's sister: for she is thy mother's near kinswoman."},{"text":"Thou shalt not uncover the nakedness of thy father's brother, thou shalt not approach to his wife: she is thine aunt."},{"text":"Thou shalt not uncover the nakedness of thy daughter in law: she is thy son's wife; thou shalt not uncover her nakedness."},{"text":"Thou shalt not uncover the nakedness of thy brother's wife: it is thy brother's nakedness."},{"text":"Thou shalt not uncover the nakedness of a woman and her daughter, neither shalt thou take her son's daughter, or her daughter's daughter, to uncover her nakedness; for they are her near kinswomen: it is wickedness."},{"text":"Neither shalt thou take a wife to her sister, to vex her, to uncover her nakedness, beside the other in her life time."},{"text":"Also thou shalt not approach unto a woman to uncover her nakedness, as long as she is put apart for her uncleanness."},{"text":"Moreover thou shalt not lie carnally with thy neighbour's wife, to defile thyself with her."},{"text":"And thou shalt not let any of thy seed pass through the fire to Molech, neither shalt thou profane the name of thy God: I am the LORD."},{"text":"Thou shalt not lie with mankind, as with womankind: it is abomination."},{"text":"Neither shalt thou lie with any beast to defile thyself therewith: neither shall any woman stand before a beast to lie down thereto: it is confusion."},{"text":"Defile not ye yourselves in any of these things: for in all these the nations are defiled which I cast out before you:"},{"text":"And the land is defiled: therefore I do visit the iniquity thereof upon it, and the land itself vomiteth out her inhabitants."},{"text":"Ye shall therefore keep my statutes and my judgments, and shall not commit any of these abominations; neither any of your own nation, nor any stranger that sojourneth among you:"},{"text":"(For all these abominations have the men of the land done, which were before you, and the land is defiled;)"},{"text":"That the land spue not you out also, when ye defile it, as it spued out the nations that were before you."},{"text":"For whosoever shall commit any of these abominations, even the souls that commit them shall be cut off from among their people."},{"text":"Therefore shall ye keep mine ordinance, that ye commit not any one of these abominable customs, which were committed before you, and that ye defile not yourselves therein: I am the LORD your God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto all the congregation of the children of Israel, and say unto them, Ye shall be holy: for I the LORD your God am holy."},{"text":"Ye shall fear every man his mother, and his father, and keep my sabbaths: I am the LORD your God."},{"text":"Turn ye not unto idols, nor make to yourselves molten gods: I am the LORD your God."},{"text":"And if ye offer a sacrifice of peace offerings unto the LORD, ye shall offer it at your own will."},{"text":"It shall be eaten the same day ye offer it, and on the morrow: and if ought remain until the third day, it shall be burnt in the fire."},{"text":"And if it be eaten at all on the third day, it is abominable; it shall not be accepted."},{"text":"Therefore every one that eateth it shall bear his iniquity, because he hath profaned the hallowed thing of the LORD: and that soul shall be cut off from among his people."},{"text":"And when ye reap the harvest of your land, thou shalt not wholly reap the corners of thy field, neither shalt thou gather the gleanings of thy harvest."},{"text":"And thou shalt not glean thy vineyard, neither shalt thou gather every grape of thy vineyard; thou shalt leave them for the poor and stranger: I am the LORD your God."},{"text":"Ye shall not steal, neither deal falsely, neither lie one to another."},{"text":"And ye shall not swear by my name falsely, neither shalt thou profane the name of thy God: I am the LORD."},{"text":"Thou shalt not defraud thy neighbour, neither rob him: the wages of him that is hired shall not abide with thee all night until the morning."},{"text":"Thou shalt not curse the deaf, nor put a stumblingblock before the blind, but shalt fear thy God: I am the LORD."},{"text":"Ye shall do no unrighteousness in judgment: thou shalt not respect the person of the poor, nor honor the person of the mighty: but in righteousness shalt thou judge thy neighbour."},{"text":"Thou shalt not go up and down as a talebearer among thy people: neither shalt thou stand against the blood of thy neighbour; I am the LORD."},{"text":"Thou shalt not hate thy brother in thine heart: thou shalt in any wise rebuke thy neighbour, and not suffer sin upon him."},{"text":"Thou shalt not avenge, nor bear any grudge against the children of thy people, but thou shalt love thy neighbour as thyself: I am the LORD."},{"text":"Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee."},{"text":"And whosoever lieth carnally with a woman, that is a bondmaid, betrothed to an husband, and not at all redeemed, nor freedom given her; she shall be scourged; they shall not be put to death, because she was not free."},{"text":"And he shall bring his trespass offering unto the LORD, unto the door of the tabernacle of the congregation, even a ram for a trespass offering."},{"text":"And the priest shall make an atonement for him with the ram of the trespass offering before the LORD for his sin which he hath done: and the sin which he hath done shall be forgiven him."},{"text":"And when ye shall come into the land, and shall have planted all manner of trees for food, then ye shall count the fruit thereof as uncircumcised: three years shall it be as uncircumcised unto you: it shall not be eaten of."},{"text":"But in the fourth year all the fruit thereof shall be holy to praise the LORD withal."},{"text":"And in the fifth year shall ye eat of the fruit thereof, that it may yield unto you the increase thereof: I am the LORD your God."},{"text":"Ye shall not eat any thing with the blood: neither shall ye use enchantment, nor observe times."},{"text":"Ye shall not round the corners of your heads, neither shalt thou mar the corners of thy beard."},{"text":"Ye shall not make any cuttings in your flesh for the dead, nor print any marks upon you: I am the LORD."},{"text":"Do not prostitute thy daughter, to cause her to be a whore; lest the land fall to whoredom, and the land become full of wickedness."},{"text":"Ye shall keep my sabbaths, and reverence my sanctuary: I am the LORD."},{"text":"Regard not them that have familiar spirits, neither seek after wizards, to be defiled by them: I am the LORD your God."},{"text":"Thou shalt rise up before the hoary head, and honour the face of the old man, and fear thy God: I am the LORD."},{"text":"And if a stranger sojourn with thee in your land, ye shall not vex him."},{"text":"But the stranger that dwelleth with you shall be unto you as one born among you, and thou shalt love him as thyself; for ye were strangers in the land of Egypt: I am the LORD your God."},{"text":"Ye shall do no unrighteousness in judgment, in meteyard, in weight, or in measure."},{"text":"Just balances, just weights, a just ephah, and a just hin, shall ye have: I am the LORD your God, which brought you out of the land of Egypt."},{"text":"Therefore shall ye observe all my statutes, and all my judgments, and do them: I am the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And when any will offer a meat offering unto the LORD, his offering shall be of fine flour; and he shall pour oil upon it, and put frankincense thereon:"},{"text":"And he shall bring it to Aaron's sons the priests: and he shall take thereout his handful of the flour thereof, and of the oil thereof, with all the frankincense thereof; and the priest shall burn the memorial of it upon the altar, to be an offering made by fire, of a sweet savour unto the LORD:"},{"text":"And the remnant of the meat offering shall be Aaron's and his sons': it is a thing most holy of the offerings of the LORD made by fire."},{"text":"And if thou bring an oblation of a meat offering baken in the oven, it shall be unleavened cakes of fine flour mingled with oil, or unleavened wafers anointed with oil."},{"text":"And if thy oblation be a meat offering baken in a pan, it shall be of fine flour unleavened, mingled with oil."},{"text":"Thou shalt part it in pieces, and pour oil thereon: it is a meat offering."},{"text":"And if thy oblation be a meat offering baken in the fryingpan, it shall be made of fine flour with oil."},{"text":"And thou shalt bring the meat offering that is made of these things unto the LORD: and when it is presented unto the priest, he shall bring it unto the altar."},{"text":"And the priest shall take from the meat offering a memorial thereof, and shall burn it upon the altar: it is an offering made by fire, of a sweet savour unto the LORD."},{"text":"And that which is left of the meat offering shall be Aaron's and his sons': it is a thing most holy of the offerings of the LORD made by fire."},{"text":"No meat offering, which ye shall bring unto the LORD, shall be made with leaven: for ye shall burn no leaven, nor any honey, in any offering of the LORD made by fire."},{"text":"As for the oblation of the firstfruits, ye shall offer them unto the LORD: but they shall not be burnt on the altar for a sweet savour."},{"text":"And every oblation of thy meat offering shalt thou season with salt; neither shalt thou suffer the salt of the covenant of thy God to be lacking from thy meat offering: with all thine offerings thou shalt offer salt."},{"text":"And if thou offer a meat offering of thy firstfruits unto the LORD, thou shalt offer for the meat offering of thy firstfruits green ears of corn dried by the fire, even corn beaten out of full ears."},{"text":"And thou shalt put oil upon it, and lay frankincense thereon: it is a meat offering."},{"text":"And the priest shall burn the memorial of it, part of the beaten corn thereof, and part of the oil thereof, with all the frankincense thereof: it is an offering made by fire unto the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Again, thou shalt say to the children of Israel, Whosoever he be of the children of Israel, or of the strangers that sojourn in Israel, that giveth any of his seed unto Molech; he shall surely be put to death: the people of the land shall stone him with stones."},{"text":"And I will set my face against that man, and will cut him off from among his people; because he hath given of his seed unto Molech, to defile my sanctuary, and to profane my holy name."},{"text":"And if the people of the land do any ways hide their eyes from the man, when he giveth of his seed unto Molech, and kill him not:"},{"text":"Then I will set my face against that man, and against his family, and will cut him off, and all that go a whoring after him, to commit whoredom with Molech, from among their people."},{"text":"And the soul that turneth after such as have familiar spirits, and after wizards, to go a whoring after them, I will even set my face against that soul, and will cut him off from among his people."},{"text":"Sanctify yourselves therefore, and be ye holy: for I am the LORD your God."},{"text":"And ye shall keep my statutes, and do them: I am the LORD which sanctify you."},{"text":"For every one that curseth his father or his mother shall be surely put to death: he hath cursed his father or his mother; his blood shall be upon him."},{"text":"And the man that committeth adultery with another man's wife, even he that committeth adultery with his neighbour's wife, the adulterer and the adulteress shall surely be put to death."},{"text":"And the man that lieth with his father's wife hath uncovered his father's nakedness: both of them shall surely be put to death; their blood shall be upon them."},{"text":"And if a man lie with his daughter in law, both of them shall surely be put to death: they have wrought confusion; their blood shall be upon them."},{"text":"If a man also lie with mankind, as he lieth with a woman, both of them have committed an abomination: they shall surely be put to death; their blood shall be upon them."},{"text":"And if a man take a wife and her mother, it is wickedness: they shall be burnt with fire, both he and they; that there be no wickedness among you."},{"text":"And if a man lie with a beast, he shall surely be put to death: and ye shall slay the beast."},{"text":"And if a woman approach unto any beast, and lie down thereto, thou shalt kill the woman, and the beast: they shall surely be put to death; their blood shall be upon them."},{"text":"And if a man shall take his sister, his father's daughter, or his mother's daughter, and see her nakedness, and she see his nakedness; it is a wicked thing; and they shall be cut off in the sight of their people: he hath uncovered his sister's nakedness; he shall bear his iniquity."},{"text":"And if a man shall lie with a woman having her sickness, and shall uncover her nakedness; he hath discovered her fountain, and she hath uncovered the fountain of her blood: and both of them shall be cut off from among their people."},{"text":"And thou shalt not uncover the nakedness of thy mother's sister, nor of thy father's sister: for he uncovereth his near kin: they shall bear their iniquity."},{"text":"And if a man shall lie with his uncle's wife, he hath uncovered his uncle's nakedness: they shall bear their sin; they shall die childless."},{"text":"And if a man shall take his brother's wife, it is an unclean thing: he hath uncovered his brother's nakedness; they shall be childless."},{"text":"Ye shall therefore keep all my statutes, and all my judgments, and do them: that the land, whither I bring you to dwell therein, spue you not out."},{"text":"And ye shall not walk in the manners of the nation, which I cast out before you: for they committed all these things, and therefore I abhorred them."},{"text":"But I have said unto you, Ye shall inherit their land, and I will give it unto you to possess it, a land that floweth with milk and honey: I am the LORD your God, which have separated you from other people."},{"text":"Ye shall therefore put difference between clean beasts and unclean, and between unclean fowls and clean: and ye shall not make your souls abominable by beast, or by fowl, or by any manner of living thing that creepeth on the ground, which I have separated from you as unclean."},{"text":"And ye shall be holy unto me: for I the LORD am holy, and have severed you from other people, that ye should be mine."},{"text":"A man also or woman that hath a familiar spirit, or that is a wizard, shall surely be put to death: they shall stone them with stones: their blood shall be upon them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"And the LORD said unto Moses, Speak unto the priests the sons of Aaron, and say unto them, There shall none be defiled for the dead among his people:"},{"text":"But for his kin, that is near unto him, that is, for his mother, and for his father, and for his son, and for his daughter, and for his brother."},{"text":"And for his sister a virgin, that is nigh unto him, which hath had no husband; for her may he be defiled."},{"text":"But he shall not defile himself, being a chief man among his people, to profane himself."},{"text":"They shall not make baldness upon their head, neither shall they shave off the corner of their beard, nor make any cuttings in their flesh."},{"text":"They shall be holy unto their God, and not profane the name of their God: for the offerings of the LORD made by fire, and the bread of their God, they do offer: therefore they shall be holy."},{"text":"They shall not take a wife that is a whore, or profane; neither shall they take a woman put away from her husband: for he is holy unto his God."},{"text":"Thou shalt sanctify him therefore; for he offereth the bread of thy God: he shall be holy unto thee: for I the LORD, which sanctify you, am holy."},{"text":"And the daughter of any priest, if she profane herself by playing the whore, she profaneth her father: she shall be burnt with fire."},{"text":"And he that is the high priest among his brethren, upon whose head the anointing oil was poured, and that is consecrated to put on the garments, shall not uncover his head, nor rend his clothes;"},{"text":"Neither shall he go in to any dead body, nor defile himself for his father, or for his mother;"},{"text":"Neither shall he go out of the sanctuary, nor profane the sanctuary of his God; for the crown of the anointing oil of his God is upon him: I am the LORD."},{"text":"And he shall take a wife in her virginity."},{"text":"A widow, or a divorced woman, or profane, or an harlot, these shall he not take: but he shall take a virgin of his own people to wife."},{"text":"Neither shall he profane his seed among his people: for I the LORD do sanctify him."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto Aaron, saying, Whosoever he be of thy seed in their generations that hath any blemish, let him not approach to offer the bread of his God."},{"text":"For whatsoever man he be that hath a blemish, he shall not approach: a blind man, or a lame, or he that hath a flat nose, or any thing superfluous,"},{"text":"Or a man that is brokenfooted, or brokenhanded,"},{"text":"Or crookbackt, or a dwarf, or that hath a blemish in his eye, or be scurvy, or scabbed, or hath his stones broken;"},{"text":"No man that hath a blemish of the seed of Aaron the priest shall come nigh to offer the offerings of the LORD made by fire: he hath a blemish; he shall not come nigh to offer the bread of his God."},{"text":"He shall eat the bread of his God, both of the most holy, and of the holy."},{"text":"Only he shall not go in unto the vail, nor come nigh unto the altar, because he hath a blemish; that he profane not my sanctuaries: for I the LORD do sanctify them."},{"text":"And Moses told it unto Aaron, and to his sons, and unto all the children of Israel."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":22,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto Aaron and to his sons, that they separate themselves from the holy things of the children of Israel, and that they profane not my holy name in those things which they hallow unto me: I am the LORD."},{"text":"Say unto them, Whosoever he be of all your seed among your generations, that goeth unto the holy things, which the children of Israel hallow unto the LORD, having his uncleanness upon him, that soul shall be cut off from my presence: I am the LORD."},{"text":"What man soever of the seed of Aaron is a leper, or hath a running issue; he shall not eat of the holy things, until he be clean. And whoso toucheth any thing that is unclean by the dead, or a man whose seed goeth from him;"},{"text":"Or whosoever toucheth any creeping thing, whereby he may be made unclean, or a man of whom he may take uncleanness, whatsoever uncleanness he hath;"},{"text":"The soul which hath touched any such shall be unclean until even, and shall not eat of the holy things, unless he wash his flesh with water."},{"text":"And when the sun is down, he shall be clean, and shall afterward eat of the holy things; because it is his food."},{"text":"That which dieth of itself, or is torn with beasts, he shall not eat to defile himself therewith; I am the LORD."},{"text":"They shall therefore keep mine ordinance, lest they bear sin for it, and die therefore, if they profane it: I the LORD do sanctify them."},{"text":"There shall no stranger eat of the holy thing: a sojourner of the priest, or an hired servant, shall not eat of the holy thing."},{"text":"But if the priest buy any soul with his money, he shall eat of it, and he that is born in his house: they shall eat of his meat."},{"text":"If the priest's daughter also be married unto a stranger, she may not eat of an offering of the holy things."},{"text":"But if the priest's daughter be a widow, or divorced, and have no child, and is returned unto her father's house, as in her youth, she shall eat of her father's meat: but there shall be no stranger eat thereof."},{"text":"And if a man eat of the holy thing unwittingly, then he shall put the fifth part thereof unto it, and shall give it unto the priest with the holy thing."},{"text":"And they shall not profane the holy things of the children of Israel, which they offer unto the LORD;"},{"text":"Or suffer them to bear the iniquity of trespass, when they eat their holy things: for I the LORD do sanctify them."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto Aaron, and to his sons, and unto all the children of Israel, and say unto them, Whatsoever he be of the house of Israel, or of the strangers in Israel, that will offer his oblation for all his vows, and for all his freewill offerings, which they will offer unto the LORD for a burnt offering;"},{"text":"Ye shall offer at your own will a male without blemish, of the beeves, of the sheep, or of the goats."},{"text":"But whatsoever hath a blemish, that shall ye not offer: for it shall not be acceptable for you."},{"text":"And whosoever offereth a sacrifice of peace offerings unto the LORD to accomplish his vow, or a freewill offering in beeves or sheep, it shall be perfect to be accepted; there shall be no blemish therein."},{"text":"Blind, or broken, or maimed, or having a wen, or scurvy, or scabbed, ye shall not offer these unto the LORD, nor make an offering by fire of them upon the altar unto the LORD."},{"text":"Either a bullock or a lamb that hath any thing superfluous or lacking in his parts, that mayest thou offer for a freewill offering; but for a vow it shall not be accepted."},{"text":"Ye shall not offer unto the LORD that which is bruised, or crushed, or broken, or cut; neither shall ye make any offering thereof in your land."},{"text":"Neither from a stranger's hand shall ye offer the bread of your God of any of these; because their corruption is in them, and blemishes be in them: they shall not be accepted for you."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"When a bullock, or a sheep, or a goat, is brought forth, then it shall be seven days under the dam; and from the eighth day and thenceforth it shall be accepted for an offering made by fire unto the LORD."},{"text":"And whether it be cow, or ewe, ye shall not kill it and her young both in one day."},{"text":"And when ye will offer a sacrifice of thanksgiving unto the LORD, offer it at your own will."},{"text":"On the same day it shall be eaten up; ye shall leave none of it until the morrow: I am the LORD."},{"text":"Therefore shall ye keep my commandments, and do them: I am the LORD."},{"text":"Neither shall ye profane my holy name; but I will be hallowed among the children of Israel: I am the LORD which hallow you,"},{"text":"That brought you out of the land of Egypt, to be your God: I am the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":23,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, and say unto them, Concerning the feasts of the LORD, which ye shall proclaim to be holy convocations, even these are my feasts."},{"text":"Six days shall work be done: but the seventh day is the sabbath of rest, an holy convocation; ye shall do no work therein: it is the sabbath of the LORD in all your dwellings."},{"text":"These are the feasts of the LORD, even holy convocations, which ye shall proclaim in their seasons."},{"text":"In the fourteenth day of the first month at even is the LORD's passover."},{"text":"And on the fifteenth day of the same month is the feast of unleavened bread unto the LORD: seven days ye must eat unleavened bread."},{"text":"In the first day ye shall have an holy convocation: ye shall do no servile work therein."},{"text":"But ye shall offer an offering made by fire unto the LORD seven days: in the seventh day is an holy convocation: ye shall do no servile work therein."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, and say unto them, When ye be come into the land which I give unto you, and shall reap the harvest thereof, then ye shall bring a sheaf of the firstfruits of your harvest unto the priest:"},{"text":"And he shall wave the sheaf before the LORD, to be accepted for you: on the morrow after the sabbath the priest shall wave it."},{"text":"And ye shall offer that day when ye wave the sheaf an he lamb without blemish of the first year for a burnt offering unto the LORD."},{"text":"And the meat offering thereof shall be two tenth deals of fine flour mingled with oil, an offering made by fire unto the LORD for a sweet savour: and the drink offering thereof shall be of wine, the fourth part of an hin."},{"text":"And ye shall eat neither bread, nor parched corn, nor green ears, until the selfsame day that ye have brought an offering unto your God: it shall be a statute for ever throughout your generations in all your dwellings."},{"text":"And ye shall count unto you from the morrow after the sabbath, from the day that ye brought the sheaf of the wave offering; seven sabbaths shall be complete:"},{"text":"Even unto the morrow after the seventh sabbath shall ye number fifty days; and ye shall offer a new meat offering unto the LORD."},{"text":"Ye shall bring out of your habitations two wave loaves of two tenth deals; they shall be of fine flour; they shall be baken with leaven; they are the firstfruits unto the LORD."},{"text":"And ye shall offer with the bread seven lambs without blemish of the first year, and one young bullock, and two rams: they shall be for a burnt offering unto the LORD, with their meat offering, and their drink offerings, even an offering made by fire, of sweet savour unto the LORD."},{"text":"Then ye shall sacrifice one kid of the goats for a sin offering, and two lambs of the first year for a sacrifice of peace offerings."},{"text":"And the priest shall wave them with the bread of the firstfruits for a wave offering before the LORD, with the two lambs: they shall be holy to the LORD for the priest."},{"text":"And ye shall proclaim on the selfsame day, that it may be an holy convocation unto you: ye shall do no servile work therein: it shall be a statute for ever in all your dwellings throughout your generations."},{"text":"And when ye reap the harvest of your land, thou shalt not make clean riddance of the corners of thy field when thou reapest, neither shalt thou gather any gleaning of thy harvest: thou shalt leave them unto the poor, and to the stranger: I am the LORD your God."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, saying, In the seventh month, in the first day of the month, shall ye have a sabbath, a memorial of blowing of trumpets, an holy convocation."},{"text":"Ye shall do no servile work therein: but ye shall offer an offering made by fire unto the LORD."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Also on the tenth day of this seventh month there shall be a day of atonement: it shall be an holy convocation unto you; and ye shall afflict your souls, and offer an offering made by fire unto the LORD."},{"text":"And ye shall do no work in that same day: for it is a day of atonement, to make an atonement for you before the LORD your God."},{"text":"For whatsoever soul it be that shall not be afflicted in that same day, he shall be cut off from among his people."},{"text":"And whatsoever soul it be that doeth any work in that same day, the same soul will I destroy from among his people."},{"text":"Ye shall do no manner of work: it shall be a statute for ever throughout your generations in all your dwellings."},{"text":"It shall be unto you a sabbath of rest, and ye shall afflict your souls: in the ninth day of the month at even, from even unto even, shall ye celebrate your sabbath."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, saying, The fifteenth day of this seventh month shall be the feast of tabernacles for seven days unto the LORD."},{"text":"On the first day shall be an holy convocation: ye shall do no servile work therein."},{"text":"Seven days ye shall offer an offering made by fire unto the LORD: on the eighth day shall be an holy convocation unto you; and ye shall offer an offering made by fire unto the LORD: it is a solemn assembly; and ye shall do no servile work therein."},{"text":"These are the feasts of the LORD, which ye shall proclaim to be holy convocations, to offer an offering made by fire unto the LORD, a burnt offering, and a meat offering, a sacrifice, and drink offerings, every thing upon his day:"},{"text":"Beside the sabbaths of the LORD, and beside your gifts, and beside all your vows, and beside all your freewill offerings, which ye give unto the LORD."},{"text":"Also in the fifteenth day of the seventh month, when ye have gathered in the fruit of the land, ye shall keep a feast unto the LORD seven days: on the first day shall be a sabbath, and on the eighth day shall be a sabbath."},{"text":"And ye shall take you on the first day the boughs of goodly trees, branches of palm trees, and the boughs of thick trees, and willows of the brook; and ye shall rejoice before the LORD your God seven days."},{"text":"And ye shall keep it a feast unto the LORD seven days in the year."},{"text":"Ye shall dwell in booths seven days; all that are Israelites born shall dwell in booths:"},{"text":"That your generations may know that I made the children of Israel to dwell in booths, when I brought them out of the land of Egypt: I am the LORD your God."},{"text":"And Moses declared unto the children of Israel the feasts of the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":24,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Command the children of Israel, that they bring unto thee pure oil olive beaten for the light, to cause the lamps to burn continually."},{"text":"Without the vail of the testimony, in the tabernacle of the congregation, shall Aaron order it from the evening unto the morning before the LORD continually: it shall be a statute for ever in your generations."},{"text":"He shall order the lamps upon the pure candlestick before the LORD continually."},{"text":"And thou shalt take fine flour, and bake twelve cakes thereof: two tenth deals shall be in one cake."},{"text":"And thou shalt set them in two rows, six on a row, upon the pure table before the LORD."},{"text":"And thou shalt put pure frankincense upon each row, that it may be on the bread for a memorial, even an offering made by fire unto the LORD."},{"text":"Every sabbath he shall set it in order before the LORD continually, being taken from the children of Israel by an everlasting covenant."},{"text":"And it shall be Aaron's and his sons'; and they shall eat it in the holy place: for it is most holy unto him of the offerings of the LORD made by fire by a perpetual statute."},{"text":"And the son of an Israelitish woman, whose father was an Egyptian, went out among the children of Israel: and this son of the Israelitish woman and a man of Israel strove together in the camp;"},{"text":"And the Israelitish woman's son blasphemed the name of the Lord, and cursed. And they brought him unto Moses: (and his mother's name was Shelomith, the daughter of Dibri, of the tribe of Dan:)"},{"text":"And they put him in ward, that the mind of the LORD might be shewed them."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Bring forth him that hath cursed without the camp; and let all that heard him lay their hands upon his head, and let all the congregation stone him."},{"text":"And thou shalt speak unto the children of Israel, saying, Whosoever curseth his God shall bear his sin."},{"text":"And he that blasphemeth the name of the LORD, he shall surely be put to death, and all the congregation shall certainly stone him: as well the stranger, as he that is born in the land, when he blasphemeth the name of the Lord, shall be put to death."},{"text":"And he that killeth any man shall surely be put to death."},{"text":"And he that killeth a beast shall make it good; beast for beast."},{"text":"And if a man cause a blemish in his neighbour; as he hath done, so shall it be done to him;"},{"text":"Breach for breach, eye for eye, tooth for tooth: as he hath caused a blemish in a man, so shall it be done to him again."},{"text":"And he that killeth a beast, he shall restore it: and he that killeth a man, he shall be put to death."},{"text":"Ye shall have one manner of law, as well for the stranger, as for one of your own country: for I am the LORD your God."},{"text":"And Moses spake to the children of Israel, that they should bring forth him that had cursed out of the camp, and stone him with stones. And the children of Israel did as the LORD commanded Moses."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":25,"verses":[{"text":"And the LORD spake unto Moses in mount Sinai, saying,"},{"text":"Speak unto the children of Israel, and say unto them, When ye come into the land which I give you, then shall the land keep a sabbath unto the LORD."},{"text":"Six years thou shalt sow thy field, and six years thou shalt prune thy vineyard, and gather in the fruit thereof;"},{"text":"But in the seventh year shall be a sabbath of rest unto the land, a sabbath for the LORD: thou shalt neither sow thy field, nor prune thy vineyard."},{"text":"That which groweth of its own accord of thy harvest thou shalt not reap, neither gather the grapes of thy vine undressed: for it is a year of rest unto the land."},{"text":"And the sabbath of the land shall be meat for you; for thee, and for thy servant, and for thy maid, and for thy hired servant, and for thy stranger that sojourneth with thee."},{"text":"And for thy cattle, and for the beast that are in thy land, shall all the increase thereof be meat."},{"text":"And thou shalt number seven sabbaths of years unto thee, seven times seven years; and the space of the seven sabbaths of years shall be unto thee forty and nine years."},{"text":"Then shalt thou cause the trumpet of the jubile to sound on the tenth day of the seventh month, in the day of atonement shall ye make the trumpet sound throughout all your land."},{"text":"And ye shall hallow the fiftieth year, and proclaim liberty throughout all the land unto all the inhabitants thereof: it shall be a jubile unto you; and ye shall return every man unto his possession, and ye shall return every man unto his family."},{"text":"A jubile shall that fiftieth year be unto you: ye shall not sow, neither reap that which groweth of itself in it, nor gather the grapes in it of thy vine undressed."},{"text":"For it is the jubile; it shall be holy unto you: ye shall eat the increase thereof out of the field."},{"text":"In the year of this jubile ye shall return every man unto his possession."},{"text":"And if thou sell ought unto thy neighbour, or buyest ought of thy neighbour's hand, ye shall not oppress one another:"},{"text":"According to the number of years after the jubile thou shalt buy of thy neighbour, and according unto the number of years of the fruits he shall sell unto thee:"},{"text":"According to the multitude of years thou shalt increase the price thereof, and according to the fewness of years thou shalt diminish the price of it: for according to the number of the years of the fruits doth he sell unto thee."},{"text":"Ye shall not therefore oppress one another; but thou shalt fear thy God:for I am the LORD your God."},{"text":"Wherefore ye shall do my statutes, and keep my judgments, and do them; and ye shall dwell in the land in safety."},{"text":"And the land shall yield her fruit, and ye shall eat your fill, and dwell therein in safety."},{"text":"And if ye shall say, What shall we eat the seventh year? behold, we shall not sow, nor gather in our increase:"},{"text":"Then I will command my blessing upon you in the sixth year, and it shall bring forth fruit for three years."},{"text":"And ye shall sow the eighth year, and eat yet of old fruit until the ninth year; until her fruits come in ye shall eat of the old store."},{"text":"The land shall not be sold for ever: for the land is mine, for ye are strangers and sojourners with me."},{"text":"And in all the land of your possession ye shall grant a redemption for the land."},{"text":"If thy brother be waxen poor, and hath sold away some of his possession, and if any of his kin come to redeem it, then shall he redeem that which his brother sold."},{"text":"And if the man have none to redeem it, and himself be able to redeem it;"},{"text":"Then let him count the years of the sale thereof, and restore the overplus unto the man to whom he sold it; that he may return unto his possession."},{"text":"But if he be not able to restore it to him, then that which is sold shall remain in the hand of him that hath bought it until the year of jubile: and in the jubile it shall go out, and he shall return unto his possession."},{"text":"And if a man sell a dwelling house in a walled city, then he may redeem it within a whole year after it is sold; within a full year may he redeem it."},{"text":"And if it be not redeemed within the space of a full year, then the house that is in the walled city shall be established for ever to him that bought it throughout his generations: it shall not go out in the jubile."},{"text":"But the houses of the villages which have no wall round about them shall be counted as the fields of the country: they may be redeemed, and they shall go out in the jubile."},{"text":"Notwithstanding the cities of the Levites, and the houses of the cities of their possession, may the Levites redeem at any time."},{"text":"And if a man purchase of the Levites, then the house that was sold, and the city of his possession, shall go out in the year of jubile: for the houses of the cities of the Levites are their possession among the children of Israel."},{"text":"But the field of the suburbs of their cities may not be sold; for it is their perpetual possession."},{"text":"And if thy brother be waxen poor, and fallen in decay with thee; then thou shalt relieve him: yea, though he be a stranger, or a sojourner; that he may live with thee."},{"text":"Take thou no usury of him, or increase: but fear thy God; that thy brother may live with thee."},{"text":"Thou shalt not give him thy money upon usury, nor lend him thy victuals for increase."},{"text":"I am the LORD your God, which brought you forth out of the land of Egypt, to give you the land of Canaan, and to be your God."},{"text":"And if thy brother that dwelleth by thee be waxen poor, and be sold unto thee; thou shalt not compel him to serve as a bondservant:"},{"text":"But as an hired servant, and as a sojourner, he shall be with thee, and shall serve thee unto the year of jubile."},{"text":"And then shall he depart from thee, both he and his children with him, and shall return unto his own family, and unto the possession of his fathers shall he return."},{"text":"For they are my servants, which I brought forth out of the land of Egypt: they shall not be sold as bondmen."},{"text":"Thou shalt not rule over him with rigour; but shalt fear thy God."},{"text":"Both thy bondmen, and thy bondmaids, which thou shalt have, shall be of the heathen that are round about you; of them shall ye buy bondmen and bondmaids."},{"text":"Moreover of the children of the strangers that do sojourn among you, of them shall ye buy, and of their families that are with you, which they begat in your land: and they shall be your possession."},{"text":"And ye shall take them as an inheritance for your children after you, to inherit them for a possession; they shall be your bondmen for ever: but over your brethren the children of Israel, ye shall not rule one over another with rigour."},{"text":"And if a sojourner or stranger wax rich by thee, and thy brother that dwelleth by him wax poor, and sell himself unto the stranger or sojourner by thee, or to the stock of the stranger's family:"},{"text":"After that he is sold he may be redeemed again; one of his brethren may redeem him:"},{"text":"Either his uncle, or his uncle's son, may redeem him, or any that is nigh of kin unto him of his family may redeem him; or if he be able, he may redeem himself."},{"text":"And he shall reckon with him that bought him from the year that he was sold to him unto the year of jubile: and the price of his sale shall be according unto the number of years, according to the time of an hired servant shall it be with him."},{"text":"If there be yet many years behind, according unto them he shall give again the price of his redemption out of the money that he was bought for."},{"text":"And if there remain but few years unto the year of jubile, then he shall count with him, and according unto his years shall he give him again the price of his redemption."},{"text":"And as a yearly hired servant shall he be with him: and the other shall not rule with rigour over him in thy sight."},{"text":"And if he be not redeemed in these years, then he shall go out in the year of jubile, both he, and his children with him."},{"text":"For unto me the children of Israel are servants; they are my servants whom I brought forth out of the land of Egypt: I am the LORD your God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":26,"verses":[{"text":"Ye shall make you no idols nor graven image, neither rear you up a standing image, neither shall ye set up any image of stone in your land, to bow down unto it: for I am the LORD your God."},{"text":"Ye shall keep my sabbaths, and reverence my sanctuary: I am the LORD."},{"text":"If ye walk in my statutes, and keep my commandments, and do them;"},{"text":"Then I will give you rain in due season, and the land shall yield her increase, and the trees of the field shall yield their fruit."},{"text":"And your threshing shall reach unto the vintage, and the vintage shall reach unto the sowing time: and ye shall eat your bread to the full, and dwell in your land safely."},{"text":"And I will give peace in the land, and ye shall lie down, and none shall make you afraid: and I will rid evil beasts out of the land, neither shall the sword go through your land."},{"text":"And ye shall chase your enemies, and they shall fall before you by the sword."},{"text":"And five of you shall chase an hundred, and an hundred of you shall put ten thousand to flight: and your enemies shall fall before you by the sword."},{"text":"For I will have respect unto you, and make you fruitful, and multiply you, and establish my covenant with you."},{"text":"And ye shall eat old store, and bring forth the old because of the new."},{"text":"And I set my tabernacle among you: and my soul shall not abhor you."},{"text":"And I will walk among you, and will be your God, and ye shall be my people."},{"text":"I am the LORD your God, which brought you forth out of the land of Egypt, that ye should not be their bondmen; and I have broken the bands of your yoke, and made you go upright."},{"text":"But if ye will not hearken unto me, and will not do all these commandments;"},{"text":"And if ye shall despise my statutes, or if your soul abhor my judgments, so that ye will not do all my commandments, but that ye break my covenant:"},{"text":"I also will do this unto you; I will even appoint over you terror, consumption, and the burning ague, that shall consume the eyes, and cause sorrow of heart: and ye shall sow your seed in vain, for your enemies shall eat it."},{"text":"And I will set my face against you, and ye shall be slain before your enemies: they that hate you shall reign over you; and ye shall flee when none pursueth you."},{"text":"And if ye will not yet for all this hearken unto me, then I will punish you seven times more for your sins."},{"text":"And I will break the pride of your power; and I will make your heaven as iron, and your earth as brass:"},{"text":"And your strength shall be spent in vain: for your land shall not yield her increase, neither shall the trees of the land yield their fruits."},{"text":"And if ye walk contrary unto me, and will not hearken unto me; I will bring seven times more plagues upon you according to your sins."},{"text":"I will also send wild beasts among you, which shall rob you of your children, and destroy your cattle, and make you few in number; and your high ways shall be desolate."},{"text":"And if ye will not be reformed by me by these things, but will walk contrary unto me;"},{"text":"Then will I also walk contrary unto you, and will punish you yet seven times for your sins."},{"text":"And I will bring a sword upon you, that shall avenge the quarrel of my covenant: and when ye are gathered together within your cities, I will send the pestilence among you; and ye shall be delivered into the hand of the enemy."},{"text":"And when I have broken the staff of your bread, ten women shall bake your bread in one oven, and they shall deliver you your bread again by weight: and ye shall eat, and not be satisfied."},{"text":"And if ye will not for all this hearken unto me, but walk contrary unto me;"},{"text":"Then I will walk contrary unto you also in fury; and I, even I, will chastise you seven times for your sins."},{"text":"And ye shall eat the flesh of your sons, and the flesh of your daughters shall ye eat."},{"text":"And I will destroy your high places, and cut down your images, and cast your carcases upon the carcases of your idols, and my soul shall abhor you."},{"text":"And I will make your cities waste, and bring your sanctuaries unto desolation, and I will not smell the savour of your sweet odours."},{"text":"And I will bring the land into desolation: and your enemies which dwell therein shall be astonished at it."},{"text":"And I will scatter you among the heathen, and will draw out a sword after you: and your land shall be desolate, and your cities waste."},{"text":"Then shall the land enjoy her sabbaths, as long as it lieth desolate, and ye be in your enemies' land; even then shall the land rest, and enjoy her sabbaths."},{"text":"As long as it lieth desolate it shall rest; because it did not rest in your sabbaths, when ye dwelt upon it."},{"text":"And upon them that are left alive of you I will send a faintness into their hearts in the lands of their enemies; and the sound of a shaken leaf shall chase them; and they shall flee, as fleeing from a sword; and they shall fall when none pursueth."},{"text":"And they shall fall one upon another, as it were before a sword, when none pursueth: and ye shall have no power to stand before your enemies."},{"text":"And ye shall perish among the heathen, and the land of your enemies shall eat you up."},{"text":"And they that are left of you shall pine away in their iniquity in your enemies' lands; and also in the iniquities of their fathers shall they pine away with them."},{"text":"If they shall confess their iniquity, and the iniquity of their fathers, with their trespass which they trespassed against me, and that also they have walked contrary unto me;"},{"text":"And that I also have walked contrary unto them, and have brought them into the land of their enemies; if then their uncircumcised hearts be humbled, and they then accept of the punishment of their iniquity:"},{"text":"Then will I remember my covenant with Jacob, and also my covenant with Isaac, and also my covenant with Abraham will I remember; and I will remember the land."},{"text":"The land also shall be left of them, and shall enjoy her sabbaths, while she lieth desolate without them: and they shall accept of the punishment of their iniquity: because, even because they despised my judgments, and because their soul abhorred my statutes."},{"text":"And yet for all that, when they be in the land of their enemies, I will not cast them away, neither will I abhor them, to destroy them utterly, and to break my covenant with them: for I am the LORD their God."},{"text":"But I will for their sakes remember the covenant of their ancestors, whom I brought forth out of the land of Egypt in the sight of the heathen, that I might be their God: I am the LORD."},{"text":"These are the statutes and judgments and laws, which the LORD made between him and the children of Israel in mount Sinai by the hand of Moses."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":27,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, and say unto them, When a man shall make a singular vow, the persons shall be for the LORD by thy estimation."},{"text":"And thy estimation shall be of the male from twenty years old even unto sixty years old, even thy estimation shall be fifty shekels of silver, after the shekel of the sanctuary."},{"text":"And if it be a female, then thy estimation shall be thirty shekels."},{"text":"And if it be from five years old even unto twenty years old, then thy estimation shall be of the male twenty shekels, and for the female ten shekels."},{"text":"And if it be from a month old even unto five years old, then thy estimation shall be of the male five shekels of silver, and for the female thy estimation shall be three shekels of silver."},{"text":"And if it be from sixty years old and above; if it be a male, then thy estimation shall be fifteen shekels, and for the female ten shekels."},{"text":"But if he be poorer than thy estimation, then he shall present himself before the priest, and the priest shall value him; according to his ability that vowed shall the priest value him."},{"text":"And if it be a beast, whereof men bring an offering unto the LORD, all that any man giveth of such unto the LORD shall be holy."},{"text":"He shall not alter it, nor change it, a good for a bad, or a bad for a good: and if he shall at all change beast for beast, then it and the exchange thereof shall be holy."},{"text":"And if it be any unclean beast, of which they do not offer a sacrifice unto the LORD, then he shall present the beast before the priest:"},{"text":"And the priest shall value it, whether it be good or bad: as thou valuest it, who art the priest, so shall it be."},{"text":"But if he will at all redeem it, then he shall add a fifth part thereof unto thy estimation."},{"text":"And when a man shall sanctify his house to be holy unto the LORD, then the priest shall estimate it, whether it be good or bad: as the priest shall estimate it, so shall it stand."},{"text":"And if he that sanctified it will redeem his house, then he shall add the fifth part of the money of thy estimation unto it, and it shall be his."},{"text":"And if a man shall sanctify unto the LORD some part of a field of his possession, then thy estimation shall be according to the seed thereof: an homer of barley seed shall be valued at fifty shekels of silver."},{"text":"If he sanctify his field from the year of jubile, according to thy estimation it shall stand."},{"text":"But if he sanctify his field after the jubile, then the priest shall reckon unto him the money according to the years that remain, even unto the year of the jubile, and it shall be abated from thy estimation."},{"text":"And if he that sanctified the field will in any wise redeem it, then he shall add the fifth part of the money of thy estimation unto it, and it shall be assured to him."},{"text":"And if he will not redeem the field, or if he have sold the field to another man, it shall not be redeemed any more."},{"text":"But the field, when it goeth out in the jubile, shall be holy unto the LORD, as a field devoted; the possession thereof shall be the priest's."},{"text":"And if a man sanctify unto the LORD a field which he hath bought, which is not of the fields of his possession;"},{"text":"Then the priest shall reckon unto him the worth of thy estimation, even unto the year of the jubile: and he shall give thine estimation in that day, as a holy thing unto the LORD."},{"text":"In the year of the jubile the field shall return unto him of whom it was bought, even to him to whom the possession of the land did belong."},{"text":"And all thy estimations shall be according to the shekel of the sanctuary: twenty gerahs shall be the shekel."},{"text":"Only the firstling of the beasts, which should be the LORD's firstling, no man shall sanctify it; whether it be ox, or sheep: it is the LORD's."},{"text":"And if it be of an unclean beast, then he shall redeem it according to thine estimation, and shall add a fifth part of it thereto: or if it be not redeemed, then it shall be sold according to thy estimation."},{"text":"Notwithstanding no devoted thing, that a man shall devote unto the LORD of all that he hath, both of man and beast, and of the field of his possession, shall be sold or redeemed: every devoted thing is most holy unto the LORD."},{"text":"None devoted, which shall be devoted of men, shall be redeemed; but shall surely be put to death."},{"text":"And all the tithe of the land, whether of the seed of the land, or of the fruit of the tree, is the LORD's: it is holy unto the LORD."},{"text":"And if a man will at all redeem ought of his tithes, he shall add thereto the fifth part thereof."},{"text":"And concerning the tithe of the herd, or of the flock, even of whatsoever passeth under the rod, the tenth shall be holy unto the LORD."},{"text":"He shall not search whether it be good or bad, neither shall he change it: and if he change it at all, then both it and the change thereof shall be holy; it shall not be redeemed."},{"text":"These are the commandments, which the LORD commanded Moses for the children of Israel in mount Sinai."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"And if his oblation be a sacrifice of peace offering, if he offer it of the herd; whether it be a male or female, he shall offer it without blemish before the LORD."},{"text":"And he shall lay his hand upon the head of his offering, and kill it at the door of the tabernacle of the congregation: and Aaron's sons the priests shall sprinkle the blood upon the altar round about."},{"text":"And he shall offer of the sacrifice of the peace offering an offering made by fire unto the LORD; the fat that covereth the inwards, and all the fat that is upon the inwards,"},{"text":"And the two kidneys, and the fat that is on them, which is by the flanks, and the caul above the liver, with the kidneys, it shall he take away."},{"text":"And Aaron's sons shall burn it on the altar upon the burnt sacrifice, which is upon the wood that is on the fire: it is an offering made by fire, of a sweet savour unto the LORD."},{"text":"And if his offering for a sacrifice of peace offering unto the LORD be of the flock; male or female, he shall offer it without blemish."},{"text":"If he offer a lamb for his offering, then shall he offer it before the LORD."},{"text":"And he shall lay his hand upon the head of his offering, and kill it before the tabernacle of the congregation: and Aaron's sons shall sprinkle the blood thereof round about upon the altar."},{"text":"And he shall offer of the sacrifice of the peace offering an offering made by fire unto the LORD; the fat thereof, and the whole rump, it shall he take off hard by the backbone; and the fat that covereth the inwards, and all the fat that is upon the inwards,"},{"text":"And the two kidneys, and the fat that is upon them, which is by the flanks, and the caul above the liver, with the kidneys, it shall he take away."},{"text":"And the priest shall burn it upon the altar: it is the food of the offering made by fire unto the LORD."},{"text":"And if his offering be a goat, then he shall offer it before the LORD."},{"text":"And he shall lay his hand upon the head of it, and kill it before the tabernacle of the congregation: and the sons of Aaron shall sprinkle the blood thereof upon the altar round about."},{"text":"And he shall offer thereof his offering, even an offering made by fire unto the LORD; the fat that covereth the inwards, and all the fat that is upon the inwards,"},{"text":"And the two kidneys, and the fat that is upon them, which is by the flanks, and the caul above the liver, with the kidneys, it shall he take away."},{"text":"And the priest shall burn them upon the altar: it is the food of the offering made by fire for a sweet savour: all the fat is the LORD's."},{"text":"It shall be a perpetual statute for your generations throughout all your dwellings, that ye eat neither fat nor blood."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, saying, If a soul shall sin through ignorance against any of the commandments of the LORD concerning things which ought not to be done, and shall do against any of them:"},{"text":"If the priest that is anointed do sin according to the sin of the people; then let him bring for his sin, which he hath sinned, a young bullock without blemish unto the LORD for a sin offering."},{"text":"And he shall bring the bullock unto the door of the tabernacle of the congregation before the LORD; and shall lay his hand upon the bullock's head, and kill the bullock before the LORD."},{"text":"And the priest that is anointed shall take of the bullock's blood, and bring it to the tabernacle of the congregation:"},{"text":"And the priest shall dip his finger in the blood, and sprinkle of the blood seven times before the LORD, before the vail of the sanctuary."},{"text":"And the priest shall put some of the blood upon the horns of the altar of sweet incense before the LORD, which is in the tabernacle of the congregation; and shall pour all the blood of the bullock at the bottom of the altar of the burnt offering, which is at the door of the tabernacle of the congregation."},{"text":"And he shall take off from it all the fat of the bullock for the sin offering; the fat that covereth the inwards, and all the fat that is upon the inwards,"},{"text":"And the two kidneys, and the fat that is upon them, which is by the flanks, and the caul above the liver, with the kidneys, it shall he take away,"},{"text":"As it was taken off from the bullock of the sacrifice of peace offerings: and the priest shall burn them upon the altar of the burnt offering."},{"text":"And the skin of the bullock, and all his flesh, with his head, and with his legs, and his inwards, and his dung,"},{"text":"Even the whole bullock shall he carry forth without the camp unto a clean place, where the ashes are poured out, and burn him on the wood with fire: where the ashes are poured out shall he be burnt."},{"text":"And if the whole congregation of Israel sin through ignorance, and the thing be hid from the eyes of the assembly, and they have done somewhat against any of the commandments of the LORD concerning things which should not be done, and are guilty;"},{"text":"When the sin, which they have sinned against it, is known, then the congregation shall offer a young bullock for the sin, and bring him before the tabernacle of the congregation."},{"text":"And the elders of the congregation shall lay their hands upon the head of the bullock before the LORD: and the bullock shall be killed before the LORD."},{"text":"And the priest that is anointed shall bring of the bullock's blood to the tabernacle of the congregation:"},{"text":"And the priest shall dip his finger in some of the blood, and sprinkle it seven times before the LORD, even before the vail."},{"text":"And he shall put some of the blood upon the horns of the altar which is before the LORD, that is in the tabernacle of the congregation, and shall pour out all the blood at the bottom of the altar of the burnt offering, which is at the door of the tabernacle of the congregation."},{"text":"And he shall take all his fat from him, and burn it upon the altar."},{"text":"And he shall do with the bullock as he did with the bullock for a sin offering, so shall he do with this: and the priest shall make an atonement for them, and it shall be forgiven them."},{"text":"And he shall carry forth the bullock without the camp, and burn him as he burned the first bullock: it is a sin offering for the congregation."},{"text":"When a ruler hath sinned, and done somewhat through ignorance against any of the commandments of the LORD his God concerning things which should not be done, and is guilty;"},{"text":"Or if his sin, wherein he hath sinned, come to his knowledge; he shall bring his offering, a kid of the goats, a male without blemish:"},{"text":"And he shall lay his hand upon the head of the goat, and kill it in the place where they kill the burnt offering before the LORD: it is a sin offering."},{"text":"And the priest shall take of the blood of the sin offering with his finger, and put it upon the horns of the altar of burnt offering, and shall pour out his blood at the bottom of the altar of burnt offering."},{"text":"And he shall burn all his fat upon the altar, as the fat of the sacrifice of peace offerings: and the priest shall make an atonement for him as concerning his sin, and it shall be forgiven him."},{"text":"And if any one of the common people sin through ignorance, while he doeth somewhat against any of the commandments of the LORD concerning things which ought not to be done, and be guilty;"},{"text":"Or if his sin, which he hath sinned, come to his knowledge: then he shall bring his offering, a kid of the goats, a female without blemish, for his sin which he hath sinned."},{"text":"And he shall lay his hand upon the head of the sin offering, and slay the sin offering in the place of the burnt offering."},{"text":"And the priest shall take of the blood thereof with his finger, and put it upon the horns of the altar of burnt offering, and shall pour out all the blood thereof at the bottom of the altar."},{"text":"And he shall take away all the fat thereof, as the fat is taken away from off the sacrifice of peace offerings; and the priest shall burn it upon the altar for a sweet savour unto the LORD; and the priest shall make an atonement for him, and it shall be forgiven him."},{"text":"And if he bring a lamb for a sin offering, he shall bring it a female without blemish."},{"text":"And he shall lay his hand upon the head of the sin offering, and slay it for a sin offering in the place where they kill the burnt offering."},{"text":"And the priest shall take of the blood of the sin offering with his finger, and put it upon the horns of the altar of burnt offering, and shall pour out all the blood thereof at the bottom of the altar:"},{"text":"And he shall take away all the fat thereof, as the fat of the lamb is taken away from the sacrifice of the peace offerings; and the priest shall burn them upon the altar, according to the offerings made by fire unto the LORD: and the priest shall make an atonement for his sin that he hath committed, and it shall be forgiven him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"And if a soul sin, and hear the voice of swearing, and is a witness, whether he hath seen or known of it; if he do not utter it, then he shall bear his iniquity."},{"text":"Or if a soul touch any unclean thing, whether it be a carcase of an unclean beast, or a carcase of unclean cattle, or the carcase of unclean creeping things, and if it be hidden from him; he also shall be unclean, and guilty."},{"text":"Or if he touch the uncleanness of man, whatsoever uncleanness it be that a man shall be defiled withal, and it be hid from him; when he knoweth of it, then he shall be guilty."},{"text":"Or if a soul swear, pronouncing with his lips to do evil, or to do good, whatsoever it be that a man shall pronounce with an oath, and it be hid from him; when he knoweth of it, then he shall be guilty in one of these."},{"text":"And it shall be, when he shall be guilty in one of these things, that he shall confess that he hath sinned in that thing:"},{"text":"And he shall bring his trespass offering unto the LORD for his sin which he hath sinned, a female from the flock, a lamb or a kid of the goats, for a sin offering; and the priest shall make an atonement for him concerning his sin."},{"text":"And if he be not able to bring a lamb, then he shall bring for his trespass, which he hath committed, two turtledoves, or two young pigeons, unto the LORD; one for a sin offering, and the other for a burnt offering."},{"text":"And he shall bring them unto the priest, who shall offer that which is for the sin offering first, and wring off his head from his neck, but shall not divide it asunder:"},{"text":"And he shall sprinkle of the blood of the sin offering upon the side of the altar; and the rest of the blood shall be wrung out at the bottom of the altar: it is a sin offering."},{"text":"And he shall offer the second for a burnt offering, according to the manner: and the priest shall make an atonement for him for his sin which he hath sinned, and it shall be forgiven him."},{"text":"But if he be not able to bring two turtledoves, or two young pigeons, then he that sinned shall bring for his offering the tenth part of an ephah of fine flour for a sin offering; he shall put no oil upon it, neither shall he put any frankincense thereon: for it is a sin offering."},{"text":"Then shall he bring it to the priest, and the priest shall take his handful of it, even a memorial thereof, and burn it on the altar, according to the offerings made by fire unto the LORD: it is a sin offering."},{"text":"And the priest shall make an atonement for him as touching his sin that he hath sinned in one of these, and it shall be forgiven him: and the remnant shall be the priest's, as a meat offering."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"If a soul commit a trespass, and sin through ignorance, in the holy things of the LORD; then he shall bring for his trespass unto the LORD a ram without blemish out of the flocks, with thy estimation by shekels of silver, after the shekel of the sanctuary, for a trespass offering."},{"text":"And he shall make amends for the harm that he hath done in the holy thing, and shall add the fifth part thereto, and give it unto the priest: and the priest shall make an atonement for him with the ram of the trespass offering, and it shall be forgiven him."},{"text":"And if a soul sin, and commit any of these things which are forbidden to be done by the commandments of the LORD; though he wist it not, yet is he guilty, and shall bear his iniquity."},{"text":"And he shall bring a ram without blemish out of the flock, with thy estimation, for a trespass offering, unto the priest: and the priest shall make an atonement for him concerning his ignorance wherein he erred and wist it not, and it shall be forgiven him."},{"text":"It is a trespass offering: he hath certainly trespassed against the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"If a soul sin, and commit a trespass against the LORD, and lie unto his neighbour in that which was delivered him to keep, or in fellowship, or in a thing taken away by violence, or hath deceived his neighbour;"},{"text":"Or have found that which was lost, and lieth concerning it, and sweareth falsely; in any of all these that a man doeth, sinning therein:"},{"text":"Then it shall be, because he hath sinned, and is guilty, that he shall restore that which he took violently away, or the thing which he hath deceitfully gotten, or that which was delivered him to keep, or the lost thing which he found,"},{"text":"Or all that about which he hath sworn falsely; he shall even restore it in the principal, and shall add the fifth part more thereto, and give it unto him to whom it appertaineth, in the day of his trespass offering."},{"text":"And he shall bring his trespass offering unto the LORD, a ram without blemish out of the flock, with thy estimation, for a trespass offering, unto the priest:"},{"text":"And the priest shall make an atonement for him before the LORD: and it shall be forgiven him for any thing of all that he hath done in trespassing therein."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Command Aaron and his sons, saying, This is the law of the burnt offering: It is the burnt offering, because of the burning upon the altar all night unto the morning, and the fire of the altar shall be burning in it."},{"text":"And the priest shall put on his linen garment, and his linen breeches shall he put upon his flesh, and take up the ashes which the fire hath consumed with the burnt offering on the altar, and he shall put them beside the altar."},{"text":"And he shall put off his garments, and put on other garments, and carry forth the ashes without the camp unto a clean place."},{"text":"And the fire upon the altar shall be burning in it; it shall not be put out: and the priest shall burn wood on it every morning, and lay the burnt offering in order upon it; and he shall burn thereon the fat of the peace offerings."},{"text":"The fire shall ever be burning upon the altar; it shall never go out."},{"text":"And this is the law of the meat offering: the sons of Aaron shall offer it before the LORD, before the altar."},{"text":"And he shall take of it his handful, of the flour of the meat offering, and of the oil thereof, and all the frankincense which is upon the meat offering, and shall burn it upon the altar for a sweet savour, even the memorial of it, unto the LORD."},{"text":"And the remainder thereof shall Aaron and his sons eat: with unleavened bread shall it be eaten in the holy place; in the court of the tabernacle of the congregation they shall eat it."},{"text":"It shall not be baken with leaven. I have given it unto them for their portion of my offerings made by fire; it is most holy, as is the sin offering, and as the trespass offering."},{"text":"All the males among the children of Aaron shall eat of it. It shall be a statute for ever in your generations concerning the offerings of the LORD made by fire: every one that toucheth them shall be holy."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"This is the offering of Aaron and of his sons, which they shall offer unto the LORD in the day when he is anointed; the tenth part of an ephah of fine flour for a meat offering perpetual, half of it in the morning, and half thereof at night."},{"text":"In a pan it shall be made with oil; and when it is baken, thou shalt bring it in: and the baken pieces of the meat offering shalt thou offer for a sweet savour unto the LORD."},{"text":"And the priest of his sons that is anointed in his stead shall offer it: it is a statute for ever unto the LORD; it shall be wholly burnt."},{"text":"For every meat offering for the priest shall be wholly burnt: it shall not be eaten."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto Aaron and to his sons, saying, This is the law of the sin offering: In the place where the burnt offering is killed shall the sin offering be killed before the LORD: it is most holy."},{"text":"The priest that offereth it for sin shall eat it: in the holy place shall it be eaten, in the court of the tabernacle of the congregation."},{"text":"Whatsoever shall touch the flesh thereof shall be holy: and when there is sprinkled of the blood thereof upon any garment, thou shalt wash that whereon it was sprinkled in the holy place."},{"text":"But the earthen vessel wherein it is sodden shall be broken: and if it be sodden in a brasen pot, it shall be both scoured, and rinsed in water."},{"text":"All the males among the priests shall eat thereof: it is most holy."},{"text":"And no sin offering, whereof any of the blood is brought into the tabernacle of the congregation to reconcile withal in the holy place, shall be eaten: it shall be burnt in the fire."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"Likewise this is the law of the trespass offering: it is most holy."},{"text":"In the place where they kill the burnt offering shall they kill the trespass offering: and the blood thereof shall he sprinkle round about upon the altar."},{"text":"And he shall offer of it all the fat thereof; the rump, and the fat that covereth the inwards,"},{"text":"And the two kidneys, and the fat that is on them, which is by the flanks, and the caul that is above the liver, with the kidneys, it shall he take away:"},{"text":"And the priest shall burn them upon the altar for an offering made by fire unto the LORD: it is a trespass offering."},{"text":"Every male among the priests shall eat thereof: it shall be eaten in the holy place: it is most holy."},{"text":"As the sin offering is, so is the trespass offering: there is one law for them: the priest that maketh atonement therewith shall have it."},{"text":"And the priest that offereth any man's burnt offering, even the priest shall have to himself the skin of the burnt offering which he hath offered."},{"text":"And all the meat offering that is baken in the oven, and all that is dressed in the fryingpan, and in the pan, shall be the priest's that offereth it."},{"text":"And every meat offering, mingled with oil, and dry, shall all the sons of Aaron have, one as much as another."},{"text":"And this is the law of the sacrifice of peace offerings, which he shall offer unto the LORD."},{"text":"If he offer it for a thanksgiving, then he shall offer with the sacrifice of thanksgiving unleavened cakes mingled with oil, and unleavened wafers anointed with oil, and cakes mingled with oil, of fine flour, fried."},{"text":"Besides the cakes, he shall offer for his offering leavened bread with the sacrifice of thanksgiving of his peace offerings."},{"text":"And of it he shall offer one out of the whole oblation for an heave offering unto the LORD, and it shall be the priest's that sprinkleth the blood of the peace offerings."},{"text":"And the flesh of the sacrifice of his peace offerings for thanksgiving shall be eaten the same day that it is offered; he shall not leave any of it until the morning."},{"text":"But if the sacrifice of his offering be a vow, or a voluntary offering, it shall be eaten the same day that he offereth his sacrifice: and on the morrow also the remainder of it shall be eaten:"},{"text":"But the remainder of the flesh of the sacrifice on the third day shall be burnt with fire."},{"text":"And if any of the flesh of the sacrifice of his peace offerings be eaten at all on the third day, it shall not be accepted, neither shall it be imputed unto him that offereth it: it shall be an abomination, and the soul that eateth of it shall bear his iniquity."},{"text":"And the flesh that toucheth any unclean thing shall not be eaten; it shall be burnt with fire: and as for the flesh, all that be clean shall eat thereof."},{"text":"But the soul that eateth of the flesh of the sacrifice of peace offerings, that pertain unto the LORD, having his uncleanness upon him, even that soul shall be cut off from his people."},{"text":"Moreover the soul that shall touch any unclean thing, as the uncleanness of man, or any unclean beast, or any abominable unclean thing, and eat of the flesh of the sacrifice of peace offerings, which pertain unto the LORD, even that soul shall be cut off from his people."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, saying, Ye shall eat no manner of fat, of ox, or of sheep, or of goat."},{"text":"And the fat of the beast that dieth of itself, and the fat of that which is torn with beasts, may be used in any other use: but ye shall in no wise eat of it."},{"text":"For whosoever eateth the fat of the beast, of which men offer an offering made by fire unto the LORD, even the soul that eateth it shall be cut off from his people."},{"text":"Moreover ye shall eat no manner of blood, whether it be of fowl or of beast, in any of your dwellings."},{"text":"Whatsoever soul it be that eateth any manner of blood, even that soul shall be cut off from his people."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, saying, He that offereth the sacrifice of his peace offerings unto the LORD shall bring his oblation unto the LORD of the sacrifice of his peace offerings."},{"text":"His own hands shall bring the offerings of the LORD made by fire, the fat with the breast, it shall he bring, that the breast may be waved for a wave offering before the LORD."},{"text":"And the priest shall burn the fat upon the altar: but the breast shall be Aaron's and his sons'."},{"text":"And the right shoulder shall ye give unto the priest for an heave offering of the sacrifices of your peace offerings."},{"text":"He among the sons of Aaron, that offereth the blood of the peace offerings, and the fat, shall have the right shoulder for his part."},{"text":"For the wave breast and the heave shoulder have I taken of the children of Israel from off the sacrifices of their peace offerings, and have given them unto Aaron the priest and unto his sons by a statute for ever from among the children of Israel."},{"text":"This is the portion of the anointing of Aaron, and of the anointing of his sons, out of the offerings of the LORD made by fire, in the day when he presented them to minister unto the LORD in the priest's office;"},{"text":"Which the LORD commanded to be given them of the children of Israel, in the day that he anointed them, by a statute for ever throughout their generations."},{"text":"This is the law of the burnt offering, of the meat offering, and of the sin offering, and of the trespass offering, and of the consecrations, and of the sacrifice of the peace offerings;"},{"text":"Which the LORD commanded Moses in mount Sinai, in the day that he commanded the children of Israel to offer their oblations unto the LORD, in the wilderness of Sinai."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Take Aaron and his sons with him, and the garments, and the anointing oil, and a bullock for the sin offering, and two rams, and a basket of unleavened bread;"},{"text":"And gather thou all the congregation together unto the door of the tabernacle of the congregation."},{"text":"And Moses did as the LORD commanded him; and the assembly was gathered together unto the door of the tabernacle of the congregation."},{"text":"And Moses said unto the congregation, This is the thing which the LORD commanded to be done."},{"text":"And Moses brought Aaron and his sons, and washed them with water."},{"text":"And he put upon him the coat, and girded him with the girdle, and clothed him with the robe, and put the ephod upon him, and he girded him with the curious girdle of the ephod, and bound it unto him therewith."},{"text":"And he put the breastplate upon him: also he put in the breastplate the Urim and the Thummim."},{"text":"And he put the mitre upon his head; also upon the mitre, even upon his forefront, did he put the golden plate, the holy crown; as the LORD commanded Moses."},{"text":"And Moses took the anointing oil, and anointed the tabernacle and all that was therein, and sanctified them."},{"text":"And he sprinkled thereof upon the altar seven times, and anointed the altar and all his vessels, both the laver and his foot, to sanctify them."},{"text":"And he poured of the anointing oil upon Aaron's head, and anointed him, to sanctify him."},{"text":"And Moses brought Aaron's sons, and put coats upon them, and girded them with girdles, and put bonnets upon them; as the LORD commanded Moses."},{"text":"And he brought the bullock for the sin offering: and Aaron and his sons laid their hands upon the head of the bullock for the sin offering."},{"text":"And he slew it; and Moses took the blood, and put it upon the horns of the altar round about with his finger, and purified the altar, and poured the blood at the bottom of the altar, and sanctified it, to make reconciliation upon it."},{"text":"And he took all the fat that was upon the inwards, and the caul above the liver, and the two kidneys, and their fat, and Moses burned it upon the altar."},{"text":"But the bullock, and his hide, his flesh, and his dung, he burnt with fire without the camp; as the LORD commanded Moses."},{"text":"And he brought the ram for the burnt offering: and Aaron and his sons laid their hands upon the head of the ram."},{"text":"And he killed it; and Moses sprinkled the blood upon the altar round about."},{"text":"And he cut the ram into pieces; and Moses burnt the head, and the pieces, and the fat."},{"text":"And he washed the inwards and the legs in water; and Moses burnt the whole ram upon the altar: it was a burnt sacrifice for a sweet savour, and an offering made by fire unto the LORD; as the LORD commanded Moses."},{"text":"And he brought the other ram, the ram of consecration: and Aaron and his sons laid their hands upon the head of the ram."},{"text":"And he slew it; and Moses took of the blood of it, and put it upon the tip of Aaron's right ear, and upon the thumb of his right hand, and upon the great toe of his right foot."},{"text":"And he brought Aaron's sons, and Moses put of the blood upon the tip of their right ear, and upon the thumbs of their right hands, and upon the great toes of their right feet: and Moses sprinkled the blood upon the altar round about."},{"text":"And he took the fat, and the rump, and all the fat that was upon the inwards, and the caul above the liver, and the two kidneys, and their fat, and the right shoulder:"},{"text":"And out of the basket of unleavened bread, that was before the LORD, he took one unleavened cake, and a cake of oiled bread, and one wafer, and put them on the fat, and upon the right shoulder:"},{"text":"And he put all upon Aaron's hands, and upon his sons' hands, and waved them for a wave offering before the LORD."},{"text":"And Moses took them from off their hands, and burnt them on the altar upon the burnt offering: they were consecrations for a sweet savour: it is an offering made by fire unto the LORD."},{"text":"And Moses took the breast, and waved it for a wave offering before the LORD: for of the ram of consecration it was Moses' part; as the LORD commanded Moses."},{"text":"And Moses took of the anointing oil, and of the blood which was upon the altar, and sprinkled it upon Aaron, and upon his garments, and upon his sons, and upon his sons' garments with him; and sanctified Aaron, and his garments, and his sons, and his sons' garments with him."},{"text":"And Moses said unto Aaron and to his sons, Boil the flesh at the door of the tabernacle of the congregation: and there eat it with the bread that is in the basket of consecrations, as I commanded, saying, Aaron and his sons shall eat it."},{"text":"And that which remaineth of the flesh and of the bread shall ye burn with fire."},{"text":"And ye shall not go out of the door of the tabernacle of the congregation in seven days, until the days of your consecration be at an end: for seven days shall he consecrate you."},{"text":"As he hath done this day, so the LORD hath commanded to do, to make an atonement for you."},{"text":"Therefore shall ye abide at the door of the tabernacle of the congregation day and night seven days, and keep the charge of the LORD, that ye die not: for so I am commanded."},{"text":"So Aaron and his sons did all things which the LORD commanded by the hand of Moses."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"And it came to pass on the eighth day, that Moses called Aaron and his sons, and the elders of Israel;"},{"text":"And he said unto Aaron, Take thee a young calf for a sin offering, and a ram for a burnt offering, without blemish, and offer them before the LORD."},{"text":"And unto the children of Israel thou shalt speak, saying, Take ye a kid of the goats for a sin offering; and a calf and a lamb, both of the first year, without blemish, for a burnt offering;"},{"text":"Also a bullock and a ram for peace offerings, to sacrifice before the LORD; and a meat offering mingled with oil: for to day the LORD will appear unto you."},{"text":"And they brought that which Moses commanded before the tabernacle of the congregation: and all the congregation drew near and stood before the LORD."},{"text":"And Moses said, This is the thing which the LORD commanded that ye should do: and the glory of the LORD shall appear unto you."},{"text":"And Moses said unto Aaron, Go unto the altar, and offer thy sin offering, and thy burnt offering, and make an atonement for thyself, and for the people: and offer the offering of the people, and make an atonement for them; as the LORD commanded."},{"text":"Aaron therefore went unto the altar, and slew the calf of the sin offering, which was for himself."},{"text":"And the sons of Aaron brought the blood unto him: and he dipped his finger in the blood, and put it upon the horns of the altar, and poured out the blood at the bottom of the altar:"},{"text":"But the fat, and the kidneys, and the caul above the liver of the sin offering, he burnt upon the altar; as the LORD commanded Moses."},{"text":"And the flesh and the hide he burnt with fire without the camp."},{"text":"And he slew the burnt offering; and Aaron's sons presented unto him the blood, which he sprinkled round about upon the altar."},{"text":"And they presented the burnt offering unto him, with the pieces thereof, and the head: and he burnt them upon the altar."},{"text":"And he did wash the inwards and the legs, and burnt them upon the burnt offering on the altar."},{"text":"And he brought the people's offering, and took the goat, which was the sin offering for the people, and slew it, and offered it for sin, as the first."},{"text":"And he brought the burnt offering, and offered it according to the manner."},{"text":"And he brought the meat offering, and took an handful thereof, and burnt it upon the altar, beside the burnt sacrifice of the morning."},{"text":"He slew also the bullock and the ram for a sacrifice of peace offerings, which was for the people: and Aaron's sons presented unto him the blood, which he sprinkled upon the altar round about,"},{"text":"And the fat of the bullock and of the ram, the rump, and that which covereth the inwards, and the kidneys, and the caul above the liver:"},{"text":"And they put the fat upon the breasts, and he burnt the fat upon the altar:"},{"text":"And the breasts and the right shoulder Aaron waved for a wave offering before the LORD; as Moses commanded."},{"text":"And Aaron lifted up his hand toward the people, and blessed them, and came down from offering of the sin offering, and the burnt offering, and peace offerings."},{"text":"And Moses and Aaron went into the tabernacle of the congregation, and came out, and blessed the people: and the glory of the LORD appeared unto all the people."},{"text":"And there came a fire out from before the LORD, and consumed upon the altar the burnt offering and the fat: which when all the people saw, they shouted, and fell on their faces."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"Forasmuch as many have taken in hand to set forth in order a declaration of those things which are most surely believed among us,"},{"text":"Even as they delivered them unto us, which from the beginning were eyewitnesses, and ministers of the word;"},{"text":"It seemed good to me also, having had perfect understanding of all things from the very first, to write unto thee in order, most excellent Theophilus,"},{"text":"That thou mightest know the certainty of those things, wherein thou hast been instructed."},{"text":"THERE was in the days of Herod, the king of Judaea, a certain priest named Zacharias, of the course of Abia: and his wife was of the daughters of Aaron, and her name was Elisabeth."},{"text":"And they were both righteous before God, walking in all the commandments and ordinances of the Lord blameless."},{"text":"And they had no child, because that Elisabeth was barren, and they both were now well stricken in years."},{"text":"And it came to pass, that while he executed the priest's office before God in the order of his course,"},{"text":"According to the custom of the priest's office, his lot was to burn incense when he went into the temple of the Lord."},{"text":"And the whole multitude of the people were praying without at the time of incense."},{"text":"And there appeared unto him an angel of the Lord standing on the right side of the altar of incense."},{"text":"And when Zacharias saw him, he was troubled, and fear fell upon him."},{"text":"But the angel said unto him, Fear not, Zacharias: for thy prayer is heard; and thy wife Elisabeth shall bear thee a son, and thou shalt call his name John."},{"text":"And thou shalt have joy and gladness; and many shall rejoice at his birth."},{"text":"For he shall be great in the sight of the Lord, and shall drink neither wine nor strong drink; and he shall be filled with the Holy Ghost, even from his mother's womb."},{"text":"And many of the children of Israel shall he turn to the Lord their God."},{"text":"And he shall go before him in the spirit and power of Elias, to turn the hearts of the fathers to the children, and the disobedient to the wisdom of the just; to make ready a people prepared for the Lord."},{"text":"And Zacharias said unto the angel, Whereby shall I know this? for I am an old man, and my wife well stricken in years."},{"text":"And the angel answering said unto him, I am Gabriel, that stand in the presence of God; and am sent to speak unto thee, and to shew thee these glad tidings."},{"text":"And, behold, thou shalt be dumb, and not able to speak, until the day that these things shall be performed, because thou believest not my words, which shall be fulfilled in their season."},{"text":"And the people waited for Zacharias, and marvelled that he tarried so long in the temple."},{"text":"And when he came out, he could not speak unto them: and they perceived that he had seen a vision in the temple: for he beckoned unto them, and remained speechless."},{"text":"And it came to pass, that, as soon as the days of his ministration were accomplished, he departed to his own house."},{"text":"And after those days his wife Elisabeth conceived, and hid herself five months, saying,"},{"text":"Thus hath the Lord dealt with me in the days wherein he looked on me, to take away my reproach among men."},{"text":"And in the sixth month the angel Gabriel was sent from God unto a city of Galilee, named Nazareth,"},{"text":"To a virgin espoused to a man whose name was Joseph, of the house of David; and the virgin's name was Mary."},{"text":"And the angel came in unto her, and said, Hail, thou that art highly favoured, the Lord is with thee: blessed art thou among women."},{"text":"And when she saw him, she was troubled at his saying, and cast in her mind what manner of salutation this should be."},{"text":"And the angel said unto her, Fear not, Mary: for thou hast found favour with God."},{"text":"And, behold, thou shalt conceive in thy womb, and bring forth a son, and shalt call his name JESUS."},{"text":"He shall be great, and shall be called the Son of the Highest: and the Lord God shall give unto him the throne of his father David:"},{"text":"And he shall reign over the house of Jacob for ever; and of his kingdom there shall be no end."},{"text":"Then said Mary unto the angel, How shall this be, seeing I know not a man?"},{"text":"And the angel answered and said unto her, The Holy Ghost shall come upon thee, and the power of the Highest shall overshadow thee: therefore also that holy thing which shall be born of thee shall be called the Son of God."},{"text":"And, behold, thy cousin Elisabeth, she hath also conceived a son in her old age: and this is the sixth month with her, who was called barren."},{"text":"For with God nothing shall be impossible."},{"text":"And Mary said, Behold the handmaid of the Lord; be it unto me according to thy word. And the angel departed from her."},{"text":"And Mary arose in those days, and went into the hill country with haste, into a city of Juda;"},{"text":"And entered into the house of Zacharias, and saluted Elisabeth."},{"text":"And it came to pass, that, when Elisabeth heard the salutation of Mary, the babe leaped in her womb; and Elisabeth was filled with the Holy Ghost:"},{"text":"And she spake out with a loud voice, and said, Blessed art thou among women, and blessed is the fruit of thy womb."},{"text":"And whence is this to me, that the mother of my Lord should come to me?"},{"text":"For, lo, as soon as the voice of thy salutation sounded in mine ears, the babe leaped in my womb for joy."},{"text":"And blessed is she that believed: for there shall be a performance of those things which were told her from the Lord."},{"text":"And Mary said, My soul doth magnify the Lord,"},{"text":"And my spirit hath rejoiced in God my Saviour."},{"text":"For he hath regarded the low estate of his handmaiden: for, behold, from henceforth all generations shall call me blessed."},{"text":"For he that is mighty hath done to me great things; and holy is his name."},{"text":"And his mercy is on them that fear him from generation to generation."},{"text":"He hath shewed strength with his arm; he hath scattered the proud in the imagination of their hearts."},{"text":"He hath put down the mighty from their seats, and exalted them of low degree."},{"text":"He hath filled the hungry with good things; and the rich he hath sent empty away."},{"text":"He hath holpen his servant Israel, in remembrance of his mercy;"},{"text":"As he spake to our fathers, to Abraham, and to his seed for ever."},{"text":"And Mary abode with her about three months, and returned to her own house."},{"text":"Now Elisabeth's full time came that she should be delivered; and she brought forth a son."},{"text":"And her neighbours and her cousins heard how the Lord had shewed great mercy upon her; and they rejoiced with her."},{"text":"And it came to pass, that on the eighth day they came to circumcise the child; and they called him Zacharias, after the name of his father."},{"text":"And his mother answered and said, Not so; but he shall be called John."},{"text":"And they said unto her, There is none of thy kindred that is called by this name."},{"text":"And they made signs to his father, how he would have him called."},{"text":"And he asked for a writing table, and wrote, saying, His name is John. And they marvelled all."},{"text":"And his mouth was opened immediately, and his tongue loosed, and he spake, and praised God."},{"text":"And fear came on all that dwelt round about them: and all these sayings were noised abroad throughout all the hill country of Judaea."},{"text":"And all they that heard them laid them up in their hearts, saying, What manner of child shall this be! And the hand of the Lord was with him."},{"text":"And his father Zacharias was filled with the Holy Ghost, and prophesied, saying,"},{"text":"Blessed be the Lord God of Israel; for he hath visited and redeemed his people,"},{"text":"And hath raised up an horn of salvation for us in the house of his servant David;"},{"text":"As he spake by the mouth of his holy prophets, which have been since the world began:"},{"text":"That we should be saved from our enemies, and from the hand of all that hate us;"},{"text":"To perform the mercy promised to our fathers, and to remember his holy covenant;"},{"text":"The oath which he sware to our father Abraham,"},{"text":"That he would grant unto us, that we being delivered out of the hand of our enemies might serve him without fear,"},{"text":"In holiness and righteousness before him, all the days of our life."},{"text":"And thou, child, shalt be called the prophet of the Highest: for thou shalt go before the face of the Lord to prepare his ways;"},{"text":"To give knowledge of salvation unto his people by the remission of their sins,"},{"text":"Through the tender mercy of our God; whereby the dayspring from on high hath visited us,"},{"text":"To give light to them that sit in darkness and in the shadow of death, to guide our feet into the way of peace."},{"text":"And the child grew, and waxed strong in spirit, and was in the deserts till the day of his shewing unto Israel."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"After these things the LORD appointed other seventy also, and sent them two and two before his face into every city and place, whither he himself would come."},{"text":"Therefore said he unto them, The harvest truly is great, but the labourers are few: pray ye therefore the Lord of the harvest, that he would send forth labourers into his harvest."},{"text":"Go your ways: behold, I send you forth as lambs among wolves."},{"text":"Carry neither purse, nor scrip, nor shoes: and salute no man by the way."},{"text":"And into whatsoever house ye enter, first say, Peace be to this house."},{"text":"And if the son of peace be there, your peace shall rest upon it: if not, it shall turn to you again."},{"text":"And in the same house remain, eating and drinking such things as they give: for the labourer is worthy of his hire. Go not from house to house."},{"text":"And into whatsoever city ye enter, and they receive you, eat such things as are set before you:"},{"text":"And heal the sick that are therein, and say unto them, The kingdom of God is come nigh unto you."},{"text":"But into whatsoever city ye enter, and they receive you not, go your ways out into the streets of the same, and say,"},{"text":"Even the very dust of your city, which cleaveth on us, we do wipe off against you: notwithstanding be ye sure of this, that the kingdom of God is come nigh unto you."},{"text":"But I say unto you, that it shall be more tolerable in that day for Sodom, than for that city."},{"text":"Woe unto thee, Chorazin! woe unto thee, Bethsaida! for if the mighty works had been done in Tyre and Sidon, which have been done in you, they had a great while ago repented, sitting in sackcloth and ashes."},{"text":"But it shall be more tolerable for Tyre and Sidon at the judgment, than for you."},{"text":"And thou, Capernaum, which art exalted to heaven, shalt be thrust down to hell."},{"text":"He that heareth you heareth me; and he that despiseth you despiseth me; and he that despiseth me despiseth him that sent me."},{"text":"And the seventy returned again with joy, saying, Lord, even the devils are subject unto us through thy name."},{"text":"And he said unto them, I beheld Satan as lightning fall from heaven."},{"text":"Behold, I give unto you power to tread on serpents and scorpions, and over all the power of the enemy: and nothing shall by any means hurt you."},{"text":"Notwithstanding in this rejoice not, that the spirits are subject unto you; but rather rejoice, because your names are written in heaven."},{"text":"In that hour Jesus rejoiced in spirit, and said, I thank thee, O Father, Lord of heaven and earth, that thou hast hid these things from the wise and prudent, and hast revealed them unto babes: even so, Father; for so it seemed good in thy sight."},{"text":"All things are delivered to me of my Father: and no man knoweth who the Son is, but the Father; and who the Father is, but the Son, and he to whom the Son will reveal him."},{"text":"And he turned him unto his disciples, and said privately, Blessed are the eyes which see the things that ye see:"},{"text":"For I tell you, that many prophets and kings have desired to see those things which ye see, and have not seen them; and to hear those things which ye hear, and have not heard them."},{"text":"And, behold, a certain lawyer stood up, and tempted him, saying, Master, what shall I do to inherit eternal life?"},{"text":"He said unto him, What is written in the law? how readest thou?"},{"text":"And he answering said, Thou shalt love the Lord thy God with all thy heart, and with all thy soul, and with all thy strength, and with all thy mind; and thy neighbour as thyself."},{"text":"And he said unto him, Thou hast answered right: this do, and thou shalt live."},{"text":"But he, willing to justify himself, said unto Jesus, And who is my neighbour?"},{"text":"And Jesus answering said, A certain man went down from Jerusalem to Jericho, and fell among thieves, which stripped him of his raiment, and wounded him, and departed, leaving him half dead."},{"text":"And by chance there came down a certain priest that way: and when he saw him, he passed by on the other side."},{"text":"And likewise a Levite, when he was at the place, came and looked on him, and passed by on the other side."},{"text":"But a certain Samaritan, as he journeyed, came where he was: and when he saw him, he had compassion on him,"},{"text":"And went to him, and bound up his wounds, pouring in oil and wine, and set him on his own beast, and brought him to an inn, and took care of him."},{"text":"And on the morrow when he departed, he took out two pence, and gave them to the host, and said unto him, Take care of him; and whatsoever thou spendest more, when I come again, I will repay thee."},{"text":"Which now of these three, thinkest thou, was neighbour unto him that fell among the thieves?"},{"text":"And he said, He that shewed mercy on him. Then said Jesus unto him, Go, and do thou likewise."},{"text":"Now it came to pass, as they went, that he entered into a certain village: and a certain woman named Martha received him into her house."},{"text":"And she had a sister called Mary, which also sat at Jesus' feet, and heard his word."},{"text":"But Martha was cumbered about much serving, and came to him, and said, Lord, dost thou not care that my sister hath left me to serve alone? bid her therefore that she help me."},{"text":"And Jesus answered and said unto her, Martha, Martha, thou art careful and troubled about many things:"},{"text":"But one thing is needful: and Mary hath chosen that good part, which shall not be taken away from her."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"And it came to pass, that, as he was praying in a certain place, when he ceased, one of his disciples said unto him, Lord, teach us to pray, as John also taught his disciples."},{"text":"And he said unto them, When ye pray, say, Our Father which art in heaven, Hallowed be thy name. Thy kingdom come. Thy will be done, as in heaven, so in earth."},{"text":"Give us day by day our daily bread."},{"text":"And forgive us our sins; for we also forgive every one that is indebted to us. And lead us not into temptation; but deliver us from evil."},{"text":"And he said unto them, Which of you shall have a friend, and shall go unto him at midnight, and say unto him, Friend, lend me three loaves;"},{"text":"For a friend of mine in his journey is come to me, and I have nothing to set before him?"},{"text":"And he from within shall answer and say, Trouble me not: the door is now shut, and my children are with me in bed; I cannot rise and give thee."},{"text":"I say unto you, Though he will not rise and give him, because he is his friend, yet because of his importunity he will rise and give him as many as he needeth."},{"text":"And I say unto you, Ask, and it shall be given you; seek, and ye shall find; knock, and it shall be opened unto you."},{"text":"For every one that asketh receiveth; and he that seeketh findeth; and to him that knocketh it shall be opened."},{"text":"If a son shall ask bread of any of you that is a father, will he give him a stone? or if he ask a fish, will he for a fish give him a serpent?"},{"text":"Or if he shall ask an egg, will he offer him a scorpion?"},{"text":"If ye then, being evil, know how to give good gifts unto your children: how much more shall your heavenly Father give the Holy Spirit to them that ask him?"},{"text":"And he was casting out a devil, and it was dumb. And it came to pass, when the devil was gone out, the dumb spake; and the people wondered."},{"text":"But some of them said, He casteth out devils through Beelzebub the chief of the devils."},{"text":"And others, tempting him, sought of him a sign from heaven."},{"text":"But he, knowing their thoughts, said unto them, Every kingdom divided against itself is brought to desolation; and a house divided against a house falleth."},{"text":"If Satan also be divided against himself, how shall his kingdom stand? because ye say that I cast out devils through Beelzebub."},{"text":"And if I by Beelzebub cast out devils, by whom do your sons cast them out? therefore shall they be your judges."},{"text":"But if I with the finger of God cast out devils, no doubt the kingdom of God is come upon you."},{"text":"When a strong man armed keepeth his palace, his goods are in peace:"},{"text":"But when a stronger than he shall come upon him, and overcome him, he taketh from him all his armour wherein he trusted, and divideth his spoils."},{"text":"He that is not with me is against me: and he that gathereth not with me scattereth."},{"text":"When the unclean spirit is gone out of a man, he walketh through dry places, seeking rest; and finding none, he saith, I will return unto my house whence I came out."},{"text":"And when he cometh, he findeth it swept and garnished."},{"text":"Then goeth he, and taketh to him seven other spirits more wicked than himself; and they enter in, and dwell there: and the last state of that man is worse than the first."},{"text":"And it came to pass, as he spake these things, a certain woman of the company lifted up her voice, and said unto him, Blessed is the womb that bare thee, and the paps which thou hast sucked."},{"text":"But he said, Yea rather, blessed are they that hear the word of God, and keep it."},{"text":"And when the people were gathered thick together, he began to say, This is an evil generation: they seek a sign; and there shall no sign be given it, but the sign of Jonas the prophet."},{"text":"For as Jonas was a sign unto the Ninevites, so shall also the Son of man be to this generation."},{"text":"The queen of the south shall rise up in the judgment with the men of this generation, and condemn them: for she came from the utmost parts of the earth to hear the wisdom of Solomon; and, behold, a greater than Solomon is here."},{"text":"The men of Nineve shall rise up in the judgment with this generation, and shall condemn it: for they repented at the preaching of Jonas; and, behold, a greater than Jonas is here."},{"text":"No man, when he hath lighted a candle, putteth it in a secret place, neither under a bushel, but on a candlestick, that they which come in may see the light."},{"text":"The light of the body is the eye: therefore when thine eye is single, thy whole body also is full of light; but when thine eye is evil, thy body also is full of darkness."},{"text":"Take heed therefore that the light which is in thee be not darkness."},{"text":"If thy whole body therefore be full of light, having no part dark, the whole shall be full of light, as when the bright shining of a candle doth give thee light."},{"text":"And as he spake, a certain Pharisee besought him to dine with him: and he went in, and sat down to meat."},{"text":"And when the Pharisee saw it, he marvelled that he had not first washed before dinner."},{"text":"And the Lord said unto him, Now do ye Pharisees make clean the outside of the cup and the platter; but your inward part is full of ravening and wickedness."},{"text":"Ye fools, did not he that made that which is without make that which is within also?"},{"text":"But rather give alms of such things as ye have; and, behold, all things are clean unto you."},{"text":"But woe unto you, Pharisees! for ye tithe mint and rue and all manner of herbs, and pass over judgment and the love of God: these ought ye to have done, and not to leave the other undone."},{"text":"Woe unto you, Pharisees! for ye love the uppermost seats in the synagogues, and greetings in the markets."},{"text":"Woe unto you, scribes and Pharisees, hypocrites! for ye are as graves which appear not, and the men that walk over them are not aware of them."},{"text":"Then answered one of the lawyers, and said unto him, Master, thus saying thou reproachest us also."},{"text":"And he said, Woe unto you also, ye lawyers! for ye lade men with burdens grievous to be borne, and ye yourselves touch not the burdens with one of your fingers."},{"text":"Woe unto you! for ye build the sepulchres of the prophets, and your fathers killed them."},{"text":"Truly ye bear witness that ye allow the deeds of your fathers: for they indeed killed them, and ye build their sepulchres."},{"text":"Therefore also said the wisdom of God, I will send them prophets and apostles, and some of them they shall slay and persecute:"},{"text":"That the blood of all the prophets, which was shed from the foundation of the world, may be required of this generation;"},{"text":"From the blood of Abel unto the blood of Zacharias which perished between the altar and the temple: verily I say unto you, It shall be required of this generation."},{"text":"Woe unto you, lawyers! for ye have taken away the key of knowledge: ye entered not in yourselves, and them that were entering in ye hindered."},{"text":"And as he said these things unto them, the scribes and the Pharisees began to urge him vehemently, and to provoke him to speak of many things:"},{"text":"Laying wait for him, and seeking to catch something out of his mouth, that they might accuse him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"In the mean time, when there were gathered together an innumerable multitude of people, insomuch that they trode one upon another, he began to say unto his disciples first of all, Beware ye of the leaven of the Pharisees, which is hypocrisy."},{"text":"For there is nothing covered, that shall not be revealed; neither hid, that shall not be known."},{"text":"Therefore whatsoever ye have spoken in darkness shall be heard in the light; and that which ye have spoken in the ear in closets shall be proclaimed upon the housetops."},{"text":"And I say unto you my friends, Be not afraid of them that kill the body, and after that have no more that they can do."},{"text":"But I will forewarn you whom ye shall fear: Fear him, which after he hath killed hath power to cast into hell; yea, I say unto you, Fear him."},{"text":"Are not five sparrows sold for two farthings, and not one of them is forgotten before God?"},{"text":"But even the very hairs of your head are all numbered. Fear not therefore: ye are of more value than many sparrows."},{"text":"Also I say unto you, Whosoever shall confess me before men, him shall the Son of man also confess before the angels of God:"},{"text":"But he that denieth me before men shall be denied before the angels of God."},{"text":"And whosoever shall speak a word against the Son of man, it shall be forgiven him: but unto him that blasphemeth against the Holy Ghost it shall not be forgiven."},{"text":"And when they bring you unto the synagogues, and unto magistrates, and powers, take ye no thought how or what thing ye shall answer, or what ye shall say:"},{"text":"For the Holy Ghost shall teach you in the same hour what ye ought to say."},{"text":"And one of the company said unto him, Master, speak to my brother, that he divide the inheritance with me."},{"text":"And he said unto him, Man, who made me a judge or a divider over you?"},{"text":"And he said unto them, Take heed, and beware of covetousness: for a man's life consisteth not in the abundance of the things which he possesseth."},{"text":"And he spake a parable unto them, saying, The ground of a certain rich man brought forth plentifully:"},{"text":"And he thought within himself, saying, What shall I do, because I have no room where to bestow my fruits?"},{"text":"And he said, This will I do: I will pull down my barns, and build greater; and there will I bestow all my fruits and my goods."},{"text":"And I will say to my soul, Soul, thou hast much goods laid up for many years; take thine ease, eat, drink, and be merry."},{"text":"But God said unto him, Thou fool, this night thy soul shall be required of thee: then whose shall those things be, which thou hast provided?"},{"text":"So is he that layeth up treasure for himself, and is not rich toward God."},{"text":"And he said unto his disciples, Therefore I say unto you, Take no thought for your life, what ye shall eat; neither for the body, what ye shall put on."},{"text":"The life is more than meat, and the body is more than raiment."},{"text":"Consider the ravens: for they neither sow nor reap; which neither have storehouse nor barn; and God feedeth them: how much more are ye better than the fowls?"},{"text":"And which of you with taking thought can add to his stature one cubit?"},{"text":"If ye then be not able to do that thing which is least, why take ye thought for the rest?"},{"text":"Consider the lilies how they grow: they toil not, they spin not; and yet I say unto you, that Solomon in all his glory was not arrayed like one of these."},{"text":"If then God so clothe the grass, which is to day in the field, and to morrow is cast into the oven; how much more will he clothe you, O ye of little faith?"},{"text":"And seek not ye what ye shall eat, or what ye shall drink, neither be ye of doubtful mind."},{"text":"For all these things do the nations of the world seek after: and your Father knoweth that ye have need of these things."},{"text":"But rather seek ye the kingdom of God; and all these things shall be added unto you."},{"text":"Fear not, little flock; for it is your Father's good pleasure to give you the kingdom."},{"text":"Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth."},{"text":"For where your treasure is, there will your heart be also."},{"text":"Let your loins be girded about, and your lights burning;"},{"text":"And ye yourselves like unto men that wait for their lord, when he will return from the wedding; that when he cometh and knocketh, they may open unto him immediately."},{"text":"Blessed are those servants, whom the lord when he cometh shall find watching: verily I say unto you, that he shall gird himself, and make them to sit down to meat, and will come forth and serve them."},{"text":"And if he shall come in the second watch, or come in the third watch, and find them so, blessed are those servants."},{"text":"And this know, that if the goodman of the house had known what hour the thief would come, he would have watched, and not have suffered his house to be broken through."},{"text":"Be ye therefore ready also: for the Son of man cometh at an hour when ye think not."},{"text":"Then Peter said unto him, Lord, speakest thou this parable unto us, or even to all?"},{"text":"And the Lord said, Who then is that faithful and wise steward, whom his lord shall make ruler over his household, to give them their portion of meat in due season?"},{"text":"Blessed is that servant, whom his lord when he cometh shall find so doing."},{"text":"Of a truth I say unto you, that he will make him ruler over all that he hath."},{"text":"But and if that servant say in his heart, My lord delayeth his coming; and shall begin to beat the menservants and maidens, and to eat and drink, and to be drunken;"},{"text":"The lord of that servant will come in a day when he looketh not for him, and at an hour when he is not aware, and will cut him in sunder, and will appoint him his portion with the unbelievers."},{"text":"And that servant, which knew his lord's will, and prepared not himself, neither did according to his will, shall be beaten with many stripes."},{"text":"But he that knew not, and did commit things worthy of stripes, shall be beaten with few stripes. For unto whomsoever much is given, of him shall be much required: and to whom men have committed much, of him they will ask the more."},{"text":"I am come to send fire on the earth; and what will I, if it be already kindled?"},{"text":"But I have a baptism to be baptized with; and how am I straitened till it be accomplished!"},{"text":"Suppose ye that I am come to give peace on earth? I tell you, Nay; but rather division:"},{"text":"For from henceforth there shall be five in one house divided, three against two, and two against three."},{"text":"The father shall be divided against the son, and the son against the father; the mother against the daughter, and the daughter against the mother; the mother in law against her daughter in law, and the daughter in law against her mother in law."},{"text":"And he said also to the people, When ye see a cloud rise out of the west, straightway ye say, There cometh a shower; and so it is."},{"text":"And when ye see the south wind blow, ye say, There will be heat; and it cometh to pass."},{"text":"Ye hypocrites, ye can discern the face of the sky and of the earth; but how is it that ye do not discern this time?"},{"text":"Yea, and why even of yourselves judge ye not what is right?"},{"text":"When thou goest with thine adversary to the magistrate, as thou art in the way, give diligence that thou mayest be delivered from him; lest he hale thee to the judge, and the judge deliver thee to the officer, and the officer cast thee into prison."},{"text":"I tell thee, thou shalt not depart thence, till thou hast paid the very last mite."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"There were present at that season some that told him of the Galilaeans, whose blood Pilate had mingled with their sacrifices."},{"text":"And Jesus answering said unto them, Suppose ye that these Galilaeans were sinners above all the Galilaeans, because they suffered such things?"},{"text":"I tell you, Nay: but, except ye repent, ye shall all likewise perish."},{"text":"Or those eighteen, upon whom the tower in Siloam fell, and slew them, think ye that they were sinners above all men that dwelt in Jerusalem?"},{"text":"I tell you, Nay: but, except ye repent, ye shall all likewise perish."},{"text":"He spake also this parable; A certain man had a fig tree planted in his vineyard; and he came and sought fruit thereon, and found none."},{"text":"Then said he unto the dresser of his vineyard, Behold, these three years I come seeking fruit on this fig tree, and find none: cut it down; why cumbereth it the ground?"},{"text":"And he answering said unto him, Lord, let it alone this year also, till I shall dig about it, and dung it:"},{"text":"And if it bear fruit, well: and if not, then after that thou shalt cut it down."},{"text":"And he was teaching in one of the synagogues on the sabbath."},{"text":"And, behold, there was a woman which had a spirit of infirmity eighteen years, and was bowed together, and could in no wise lift up herself."},{"text":"And when Jesus saw her, he called her to him, and said unto her, Woman, thou art loosed from thine infirmity."},{"text":"And he laid his hands on her: and immediately she was made straight, and glorified God."},{"text":"And the ruler of the synagogue answered with indignation, because that Jesus had healed on the sabbath day, and said unto the people, There are six days in which men ought to work: in them therefore come and be healed, and not on the sabbath day."},{"text":"The Lord then answered him, and said, Thou hypocrite, doth not each one of you on the sabbath loose his ox or his ass from the stall, and lead him away to watering?"},{"text":"And ought not this woman, being a daughter of Abraham, whom Satan hath bound, lo, these eighteen years, be loosed from this bond on the sabbath day?"},{"text":"And when he had said these things, all his adversaries were ashamed: and all the people rejoiced for all the glorious things that were done by him."},{"text":"Then said he, Unto what is the kingdom of God like? and whereunto shall I resemble it?"},{"text":"It is like a grain of mustard seed, which a man took, and cast into his garden; and it grew, and waxed a great tree; and the fowls of the air lodged in the branches of it."},{"text":"And again he said, Whereunto shall I liken the kingdom of God?"},{"text":"It is like leaven, which a woman took and hid in three measures of meal, till the whole was leavened."},{"text":"And he went through the cities and villages, teaching, and journeying toward Jerusalem."},{"text":"Then said one unto him, Lord, are there few that be saved? And he said unto them,"},{"text":"Strive to enter in at the strait gate: for many, I say unto you, will seek to enter in, and shall not be able."},{"text":"When once the master of the house is risen up, and hath shut to the door, and ye begin to stand without, and to knock at the door, saying, Lord, Lord, open unto us; and he shall answer and say unto you, I know you not whence ye are:"},{"text":"Then shall ye begin to say, We have eaten and drunk in thy presence, and thou hast taught in our streets."},{"text":"But he shall say, I tell you, I know you not whence ye are; depart from me, all ye workers of iniquity."},{"text":"There shall be weeping and gnashing of teeth, when ye shall see Abraham, and Isaac, and Jacob, and all the prophets, in the kingdom of God, and you yourselves thrust out."},{"text":"And they shall come from the east, and from the west, and from the north, and from the south, and shall sit down in the kingdom of God."},{"text":"And, behold, there are last which shall be first, and there are first which shall be last."},{"text":"The same day there came certain of the Pharisees, saying unto him, Get thee out, and depart hence: for Herod will kill thee."},{"text":"And he said unto them, Go ye, and tell that fox, Behold, I cast out devils, and I do cures to day and to morrow, and the third day I shall be perfected."},{"text":"Nevertheless I must walk to day, and to morrow, and the day following: for it cannot be that a prophet perish out of Jerusalem."},{"text":"O Jerusalem, Jerusalem, which killest the prophets, and stonest them that are sent unto thee; how often would I have gathered thy children together, as a hen doth gather her brood under her wings, and ye would not!"},{"text":"Behold, your house is left unto you desolate: and verily I say unto you, Ye shall not see me, until the time come when ye shall say, Blessed is he that cometh in the name of the Lord."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"And it came to pass, as he went into the house of one of the chief Pharisees to eat bread on the sabbath day, that they watched him."},{"text":"And, behold, there was a certain man before him which had the dropsy."},{"text":"And Jesus answering spake unto the lawyers and Pharisees, saying, Is it lawful to heal on the sabbath day?"},{"text":"And they held their peace. And he took him, and healed him, and let him go;"},{"text":"And answered them, saying, Which of you shall have an ass or an ox fallen into a pit, and will not straightway pull him out on the sabbath day?"},{"text":"And they could not answer him again to these things."},{"text":"And he put forth a parable to those which were bidden, when he marked how they chose out the chief rooms; saying unto them."},{"text":"When thou art bidden of any man to a wedding, sit not down in the highest room; lest a more honourable man than thou be bidden of him;"},{"text":"And he that bade thee and him come and say to thee, Give this man place; and thou begin with shame to take the lowest room."},{"text":"But when thou art bidden, go and sit down in the lowest room; that when he that bade thee cometh, he may say unto thee, Friend, go up higher: then shalt thou have worship in the presence of them that sit at meat with thee."},{"text":"For whosoever exalteth himself shall be abased; and he that humbleth himself shall be exalted."},{"text":"Then said he also to him that bade him, When thou makest a dinner or a supper, call not thy friends, nor thy brethren, neither thy kinsmen, nor thy rich neighbours; lest they also bid thee again, and a recompence be made thee."},{"text":"But when thou makest a feast, call the poor, the maimed, the lame, the blind:"},{"text":"And thou shalt be blessed; for they cannot recompense thee: for thou shalt be recompensed at the resurrection of the just."},{"text":"And when one of them that sat at meat with him heard these things, he said unto him, Blessed is he that shall eat bread in the kingdom of God."},{"text":"Then said he unto him, A certain man made a great supper, and bade many:"},{"text":"And sent his servant at supper time to say to them that were bidden, Come; for all things are now ready."},{"text":"And they all with one consent began to make excuse. The first said unto him, I have bought a piece of ground, and I must needs go and see it: I pray thee have me excused."},{"text":"And another said, I have bought five yoke of oxen, and I go to prove them: I pray thee have me excused."},{"text":"And another said, I have married a wife, and therefore I cannot come."},{"text":"So that servant came, and shewed his lord these things. Then the master of the house being angry said to his servant, Go out quickly into the streets and lanes of the city, and bring in hither the poor, and the maimed, and the halt, and the blind."},{"text":"And the servant said, Lord, it is done as thou hast commanded, and yet there is room."},{"text":"And the lord said unto the servant, Go out into the highways and hedges, and compel them to come in, that my house may be filled."},{"text":"For I say unto you, That none of those men which were bidden shall taste of my supper."},{"text":"And there went great multitudes with him: and he turned, and said unto them,"},{"text":"If any man come to me, and hate not his father, and mother, and wife, and children, and brethren, and sisters, yea, and his own life also, he cannot be my disciple."},{"text":"And whosoever doth not bear his cross, and come after me, cannot be my disciple."},{"text":"For which of you, intending to build a tower, sitteth not down first, and counteth the cost, whether he have sufficient to finish it?"},{"text":"Lest haply, after he hath laid the foundation, and is not able to finish it, all that behold it begin to mock him,"},{"text":"Saying, This man began to build, and was not able to finish."},{"text":"Or what king, going to make war against another king, sitteth not down first, and consulteth whether he be able with ten thousand to meet him that cometh against him with twenty thousand?"},{"text":"Or else, while the other is yet a great way off, he sendeth an ambassage, and desireth conditions of peace."},{"text":"So likewise, whosoever he be of you that forsaketh not all that he hath, he cannot be my disciple."},{"text":"Salt is good: but if the salt have lost his savour, wherewith shall it be seasoned?"},{"text":"It is neither fit for the land, nor yet for the dunghill; but men cast it out. He that hath ears to hear, let him hear."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"Then drew near unto him all the publicans and sinners for to hear him."},{"text":"And the Pharisees and scribes murmured, saying, This man receiveth sinners, and eateth with them."},{"text":"And he spake this parable unto them, saying,"},{"text":"What man of you, having an hundred sheep, if he lose one of them, doth not leave the ninety and nine in the wilderness, and go after that which is lost, until he find it?"},{"text":"And when he hath found it, he layeth it on his shoulders, rejoicing."},{"text":"And when he cometh home, he calleth together his friends and neighbours, saying unto them, Rejoice with me; for I have found my sheep which was lost."},{"text":"I say unto you, that likewise joy shall be in heaven over one sinner that repenteth, more than over ninety and nine just persons, which need no repentance."},{"text":"Either what woman having ten pieces of silver, if she lose one piece, doth not light a candle, and sweep the house, and seek diligently till she find it?"},{"text":"And when she hath found it, she calleth her friends and her neighbours together, saying, Rejoice with me; for I have found the piece which I had lost."},{"text":"Likewise, I say unto you, there is joy in the presence of the angels of God over one sinner that repenteth."},{"text":"And he said, A certain man had two sons:"},{"text":"And the younger of them said to his father, Father, give me the portion of goods that falleth to me. And he divided unto them his living."},{"text":"And not many days after the younger son gathered all together, and took his journey into a far country, and there wasted his substance with riotous living."},{"text":"And when he had spent all, there arose a mighty famine in that land; and he began to be in want."},{"text":"And he went and joined himself to a citizen of that country; and he sent him into his fields to feed swine."},{"text":"And he would fain have filled his belly with the husks that the swine did eat: and no man gave unto him."},{"text":"And when he came to himself, he said, How many hired servants of my father's have bread enough and to spare, and I perish with hunger!"},{"text":"I will arise and go to my father, and will say unto him, Father, I have sinned against heaven, and before thee,"},{"text":"And am no more worthy to be called thy son: make me as one of thy hired servants."},{"text":"And he arose, and came to his father. But when he was yet a great way off, his father saw him, and had compassion, and ran, and fell on his neck, and kissed him."},{"text":"And the son said unto him, Father, I have sinned against heaven, and in thy sight, and am no more worthy to be called thy son."},{"text":"But the father said to his servants, Bring forth the best robe, and put it on him; and put a ring on his hand, and shoes on his feet:"},{"text":"And bring hither the fatted calf, and kill it; and let us eat, and be merry:"},{"text":"For this my son was dead, and is alive again; he was lost, and is found. And they began to be merry."},{"text":"Now his elder son was in the field: and as he came and drew nigh to the house, he heard musick and dancing."},{"text":"And he called one of the servants, and asked what these things meant."},{"text":"And he said unto him, Thy brother is come; and thy father hath killed the fatted calf, because he hath received him safe and sound."},{"text":"And he was angry, and would not go in: therefore came his father out, and intreated him."},{"text":"And he answering said to his father, Lo, these many years do I serve thee, neither transgressed I at any time thy commandment: and yet thou never gavest me a kid, that I might make merry with my friends:"},{"text":"But as soon as this thy son was come, which hath devoured thy living with harlots, thou hast killed for him the fatted calf."},{"text":"And he said unto him, Son, thou art ever with me, and all that I have is thine."},{"text":"It was meet that we should make merry, and be glad: for this thy brother was dead, and is alive again; and was lost, and is found."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"And he said also unto his disciples, There was a certain rich man, which had a steward; and the same was accused unto him that he had wasted his goods."},{"text":"And he called him, and said unto him, How is it that I hear this of thee? give an account of thy stewardship; for thou mayest be no longer steward."},{"text":"Then the steward said within himself, What shall I do? for my lord taketh away from me the stewardship: I cannot dig; to beg I am ashamed."},{"text":"I am resolved what to do, that, when I am put out of the stewardship, they may receive me into their houses."},{"text":"So he called every one of his lord's debtors unto him, and said unto the first, How much owest thou unto my lord?"},{"text":"And he said, An hundred measures of oil. And he said unto him, Take thy bill, and sit down quickly, and write fifty."},{"text":"Then said he to another, And how much owest thou? And he said, An hundred measures of wheat. And he said unto him, Take thy bill, and write fourscore."},{"text":"And the lord commended the unjust steward, because he had done wisely: for the children of this world are in their generation wiser than the children of light."},{"text":"And I say unto you, Make to yourselves friends of the mammon of unrighteousness; that, when ye fail, they may receive you into everlasting habitations."},{"text":"He that is faithful in that which is least is faithful also in much: and he that is unjust in the least is unjust also in much."},{"text":"If therefore ye have not been faithful in the unrighteous mammon, who will commit to your trust the true riches?"},{"text":"And if ye have not been faithful in that which is another man's, who shall give you that which is your own?"},{"text":"No servant can serve two masters: for either he will hate the one, and love the other; or else he will hold to the one, and despise the other. Ye cannot serve God and mammon."},{"text":"And the Pharisees also, who were covetous, heard all these things: and they derided him."},{"text":"And he said unto them, Ye are they which justify yourselves before men; but God knoweth your hearts: for that which is highly esteemed among men is abomination in the sight of God."},{"text":"The law and the prophets were until John: since that time the kingdom of God is preached, and every man presseth into it."},{"text":"And it is easier for heaven and earth to pass, than one tittle of the law to fail."},{"text":"Whosoever putteth away his wife, and marrieth another, committeth adultery: and whosoever marrieth her that is put away from her husband committeth adultery."},{"text":"There was a certain rich man, which was clothed in purple and fine linen, and fared sumptuously every day:"},{"text":"And there was a certain beggar named Lazarus, which was laid at his gate, full of sores,"},{"text":"And desiring to be fed with the crumbs which fell from the rich man's table: moreover the dogs came and licked his sores."},{"text":"And it came to pass, that the beggar died, and was carried by the angels into Abraham's bosom: the rich man also died, and was buried;"},{"text":"And in hell he lift up his eyes, being in torments, and seeth Abraham afar off, and Lazarus in his bosom."},{"text":"And he cried and said, Father Abraham, have mercy on me, and send Lazarus, that he may dip the tip of his finger in water, and cool my tongue; for I am tormented in this flame."},{"text":"But Abraham said, Son, remember that thou in thy lifetime receivedst thy good things, and likewise Lazarus evil things: but now he is comforted, and thou art tormented."},{"text":"And beside all this, between us and you there is a great gulf fixed: so that they which would pass from hence to you cannot; neither can they pass to us, that would come from thence."},{"text":"Then he said, I pray thee therefore, father, that thou wouldest send him to my father's house:"},{"text":"For I have five brethren; that he may testify unto them, lest they also come into this place of torment."},{"text":"Abraham saith unto him, They have Moses and the prophets; let them hear them."},{"text":"And he said, Nay, father Abraham: but if one went unto them from the dead, they will repent."},{"text":"And he said unto him, If they hear not Moses and the prophets, neither will they be persuaded, though one rose from the dead."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"Then said he unto the disciples, It is impossible but that offences will come: but woe unto him, through whom they come!"},{"text":"It were better for him that a millstone were hanged about his neck, and he cast into the sea, than that he should offend one of these little ones."},{"text":"Take heed to yourselves: If thy brother trespass against thee, rebuke him; and if he repent, forgive him."},{"text":"And if he trespass against thee seven times in a day, and seven times in a day turn again to thee, saying, I repent; thou shalt forgive him."},{"text":"And the apostles said unto the Lord, Increase our faith."},{"text":"And the Lord said, If ye had faith as a grain of mustard seed, ye might say unto this sycamine tree, Be thou plucked up by the root, and be thou planted in the sea; and it should obey you."},{"text":"But which of you, having a servant plowing or feeding cattle, will say unto him by and by, when he is come from the field, Go and sit down to meat?"},{"text":"And will not rather say unto him, Make ready wherewith I may sup, and gird thyself, and serve me, till I have eaten and drunken; and afterward thou shalt eat and drink?"},{"text":"Doth he thank that servant because he did the things that were commanded him? I trow not."},{"text":"So likewise ye, when ye shall have done all those things which are commanded you, say, We are unprofitable servants: we have done that which was our duty to do."},{"text":"And it came to pass, as he went to Jerusalem, that he passed through the midst of Samaria and Galilee."},{"text":"And as he entered into a certain village, there met him ten men that were lepers, which stood afar off:"},{"text":"And they lifted up their voices, and said, Jesus, Master, have mercy on us."},{"text":"And when he saw them, he said unto them, Go shew yourselves unto the priests. And it came to pass, that, as they went, they were cleansed."},{"text":"And one of them, when he saw that he was healed, turned back, and with a loud voice glorified God,"},{"text":"And fell down on his face at his feet, giving him thanks: and he was a Samaritan."},{"text":"And Jesus answering said, Were there not ten cleansed? but where are the nine?"},{"text":"There are not found that returned to give glory to God, save this stranger."},{"text":"And he said unto him, Arise, go thy way: thy faith hath made thee whole."},{"text":"And when he was demanded of the Pharisees, when the kingdom of God should come, he answered them and said, The kingdom of God cometh not with observation:"},{"text":"Neither shall they say, Lo here! or, lo there! for, behold, the kingdom of God is within you."},{"text":"And he said unto the disciples, The days will come, when ye shall desire to see one of the days of the Son of man, and ye shall not see it."},{"text":"And they shall say to you, See here; or, see there: go not after them, nor follow them."},{"text":"For as the lightning, that lighteneth out of the one part under heaven, shineth unto the other part under heaven; so shall also the Son of man be in his day."},{"text":"But first must he suffer many things, and be rejected of this generation."},{"text":"And as it was in the days of Noe, so shall it be also in the days of the Son of man."},{"text":"They did eat, they drank, they married wives, they were given in marriage, until the day that Noe entered into the ark, and the flood came, and destroyed them all."},{"text":"Likewise also as it was in the days of Lot; they did eat, they drank, they bought, they sold, they planted, they builded;"},{"text":"But the same day that Lot went out of Sodom it rained fire and brimstone from heaven, and destroyed them all."},{"text":"Even thus shall it be in the day when the Son of man is revealed."},{"text":"In that day, he which shall be upon the housetop, and his stuff in the house, let him not come down to take it away: and he that is in the field, let him likewise not return back."},{"text":"Remember Lot's wife."},{"text":"Whosoever shall seek to save his life shall lose it; and whosoever shall lose his life shall preserve it."},{"text":"I tell you, in that night there shall be two men in one bed; the one shall be taken, and the other shall be left."},{"text":"Two women shall be grinding together; the one shall be taken, and the other left."},{"text":"Two men shall be in the field; the one shall be taken, and the other left."},{"text":"And they answered and said unto him, Where, Lord? And he said unto them, Wheresoever the body is, thither will the eagles be gathered together."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"And he spake a parable unto them to this end, that men ought always to pray, and not to faint;"},{"text":"Saying, There was in a city a judge, which feared not God, neither regarded man:"},{"text":"And there was a widow in that city; and she came unto him, saying, Avenge me of mine adversary."},{"text":"And he would not for a while: but afterward he said within himself, Though I fear not God, nor regard man;"},{"text":"Yet because this widow troubleth me, I will avenge her, lest by her continual coming she weary me."},{"text":"And the Lord said, Hear what the unjust judge saith."},{"text":"And shall not God avenge his own elect, which cry day and night unto him, though he bear long with them?"},{"text":"I tell you that he will avenge them speedily. Nevertheless when the Son of man cometh, shall he find faith on the earth?"},{"text":"And he spake this parable unto certain which trusted in themselves that they were righteous, and despised others:"},{"text":"Two men went up into the temple to pray; the one a Pharisee, and the other a publican."},{"text":"The Pharisee stood and prayed thus with himself, God, I thank thee, that I am not as other men are, extortioners, unjust, adulterers, or even as this publican."},{"text":"I fast twice in the week, I give tithes of all that I possess."},{"text":"And the publican, standing afar off, would not lift up so much as his eyes unto heaven, but smote upon his breast, saying, God be merciful to me a sinner."},{"text":"I tell you, this man went down to his house justified rather than the other: for every one that exalteth himself shall be abased; and he that humbleth himself shall be exalted."},{"text":"And they brought unto him also infants, that he would touch them: but when his disciples saw it, they rebuked them."},{"text":"But Jesus called them unto him, and said, Suffer little children to come unto me, and forbid them not: for of such is the kingdom of God."},{"text":"Verily I say unto you, Whosoever shall not receive the kingdom of God as a little child shall in no wise enter therein."},{"text":"And a certain ruler asked him, saying, Good Master, what shall I do to inherit eternal life?"},{"text":"And Jesus said unto him, Why callest thou me good? none is good, save one, that is, God."},{"text":"Thou knowest the commandments, Do not commit adultery, Do not kill, Do not steal, Do not bear false witness, Honour thy father and thy mother."},{"text":"And he said, All these have I kept from my youth up."},{"text":"Now when Jesus heard these things, he said unto him, Yet lackest thou one thing: sell all that thou hast, and distribute unto the poor, and thou shalt have treasure in heaven: and come, follow me."},{"text":"And when he heard this, he was very sorrowful: for he was very rich."},{"text":"And when Jesus saw that he was very sorrowful, he said, How hardly shall they that have riches enter into the kingdom of God!"},{"text":"For it is easier for a camel to go through a needle's eye, than for a rich man to enter into the kingdom of God."},{"text":"And they that heard it said, Who then can be saved?"},{"text":"And he said, The things which are impossible with men are possible with God."},{"text":"Then Peter said, Lo, we have left all, and followed thee."},{"text":"And he said unto them, Verily I say unto you, There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God's sake,"},{"text":"Who shall not receive manifold more in this present time, and in the world to come life everlasting."},{"text":"Then he took unto him the twelve, and said unto them, Behold, we go up to Jerusalem, and all things that are written by the prophets concerning the Son of man shall be accomplished."},{"text":"For he shall be delivered unto the Gentiles, and shall be mocked, and spitefully entreated, and spitted on:"},{"text":"And they shall scourge him, and put him to death: and the third day he shall rise again."},{"text":"And they understood none of these things: and this saying was hid from them, neither knew they the things which were spoken."},{"text":"And it came to pass, that as he was come nigh unto Jericho, a certain blind man sat by the way side begging:"},{"text":"And hearing the multitude pass by, he asked what it meant."},{"text":"And they told him, that Jesus of Nazareth passeth by."},{"text":"And he cried, saying, Jesus, thou son of David, have mercy on me."},{"text":"And they which went before rebuked him, that he should hold his peace: but he cried so much the more, Thou son of David, have mercy on me."},{"text":"And Jesus stood, and commanded him to be brought unto him: and when he was come near, he asked him,"},{"text":"Saying, What wilt thou that I shall do unto thee? And he said, Lord, that I may receive my sight."},{"text":"And Jesus said unto him, Receive thy sight: thy faith hath saved thee."},{"text":"And immediately he received his sight, and followed him, glorifying God: and all the people, when they saw it, gave praise unto God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"And Jesus entered and passed through Jericho."},{"text":"And, behold, there was a man named Zacchaeus, which was the chief among the publicans, and he was rich."},{"text":"And he sought to see Jesus who he was; and could not for the press, because he was little of stature."},{"text":"And he ran before, and climbed up into a sycomore tree to see him: for he was to pass that way."},{"text":"And when Jesus came to the place, he looked up, and saw him, and said unto him, Zacchaeus, make haste, and come down; for to day I must abide at thy house."},{"text":"And he made haste, and came down, and received him joyfully."},{"text":"And when they saw it, they all murmured, saying, That he was gone to be guest with a man that is a sinner."},{"text":"And Zacchaeus stood, and said unto the Lord: Behold, Lord, the half of my goods I give to the poor; and if I have taken any thing from any man by false accusation, I restore him fourfold."},{"text":"And Jesus said unto him, This day is salvation come to this house, forsomuch as he also is a son of Abraham."},{"text":"For the Son of man is come to seek and to save that which was lost."},{"text":"And as they heard these things, he added and spake a parable, because he was nigh to Jerusalem, and because they thought that the kingdom of God should immediately appear."},{"text":"He said therefore, A certain nobleman went into a far country to receive for himself a kingdom, and to return."},{"text":"And he called his ten servants, and delivered them ten pounds, and said unto them, Occupy till I come."},{"text":"But his citizens hated him, and sent a message after him, saying, We will not have this man to reign over us."},{"text":"And it came to pass, that when he was returned, having received the kingdom, then he commanded these servants to be called unto him, to whom he had given the money, that he might know how much every man had gained by trading."},{"text":"Then came the first, saying, Lord, thy pound hath gained ten pounds."},{"text":"And he said unto him, Well, thou good servant: because thou hast been faithful in a very little, have thou authority over ten cities."},{"text":"And the second came, saying, Lord, thy pound hath gained five pounds."},{"text":"And he said likewise to him, Be thou also over five cities."},{"text":"And another came, saying, Lord, behold, here is thy pound, which I have kept laid up in a napkin:"},{"text":"For I feared thee, because thou art an austere man: thou takest up that thou layedst not down, and reapest that thou didst not sow."},{"text":"And he saith unto him, Out of thine own mouth will I judge thee, thou wicked servant. Thou knewest that I was an austere man, taking up that I laid not down, and reaping that I did not sow:"},{"text":"Wherefore then gavest not thou my money into the bank, that at my coming I might have required mine own with usury?"},{"text":"And he said unto them that stood by, Take from him the pound, and give it to him that hath ten pounds."},{"text":"(And they said unto him, Lord, he hath ten pounds.)"},{"text":"For I say unto you, That unto every one which hath shall be given; and from him that hath not, even that he hath shall be taken away from him."},{"text":"But those mine enemies, which would not that I should reign over them, bring hither, and slay them before me."},{"text":"And when he had thus spoken, he went before, ascending up to Jerusalem."},{"text":"And it came to pass, when he was come nigh to Bethphage and Bethany, at the mount called the mount of Olives, he sent two of his disciples,"},{"text":"Saying, Go ye into the village over against you; in the which at your entering ye shall find a colt tied, whereon yet never man sat: loose him, and bring him hither."},{"text":"And if any man ask you, Why do ye loose him? thus shall ye say unto him, Because the Lord hath need of him."},{"text":"And they that were sent went their way, and found even as he had said unto them."},{"text":"And as they were loosing the colt, the owners thereof said unto them, Why loose ye the colt?"},{"text":"And they said, The Lord hath need of him."},{"text":"And they brought him to Jesus: and they cast their garments upon the colt, and they set Jesus thereon."},{"text":"And as he went, they spread their clothes in the way."},{"text":"And when he was come nigh, even now at the descent of the mount of Olives, the whole multitude of the disciples began to rejoice and praise God with a loud voice for all the mighty works that they had seen;"},{"text":"Saying, Blessed be the King that cometh in the name of the Lord: peace in heaven, and glory in the highest."},{"text":"And some of the Pharisees from among the multitude said unto him, Master, rebuke thy disciples."},{"text":"And he answered and said unto them, I tell you that, if these should hold their peace, the stones would immediately cry out."},{"text":"And when he was come near, he beheld the city, and wept over it,"},{"text":"Saying, If thou hadst known, even thou, at least in this thy day, the things which belong unto thy peace! but now they are hid from thine eyes."},{"text":"For the days shall come upon thee, that thine enemies shall cast a trench about thee, and compass thee round, and keep thee in on every side,"},{"text":"And shall lay thee even with the ground, and thy children within thee; and they shall not leave in thee one stone upon another; because thou knewest not the time of thy visitation."},{"text":"And he went into the temple, and began to cast out them that sold therein, and them that bought;"},{"text":"Saying unto them, It is written, My house is the house of prayer: but ye have made it a den of thieves."},{"text":"And he taught daily in the temple. But the chief priests and the scribes and the chief of the people sought to destroy him,"},{"text":"And could not find what they might do: for all the people were very attentive to hear him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And it came to pass in those days, that there went out a decree from Caesar Augustus that all the world should be taxed."},{"text":"(And this taxing was first made when Cyrenius was governor of Syria.)"},{"text":"And all went to be taxed, every one into his own city."},{"text":"And Joseph also went up from Galilee, out of the city of Nazareth, into Judaea, unto the city of David, which is called Bethlehem; (because he was of the house and lineage of David:)"},{"text":"To be taxed with Mary his espoused wife, being great with child."},{"text":"And so it was, that, while they were there, the days were accomplished that she should be delivered."},{"text":"And she brought forth her firstborn son, and wrapped him in swaddling clothes, and laid him in a manger; because there was no room for them in the inn."},{"text":"And there were in the same country shepherds abiding in the field, keeping watch over their flock by night."},{"text":"And, lo, the angel of the Lord came upon them, and the glory of the Lord shone round about them: and they were sore afraid."},{"text":"And the angel said unto them, Fear not: for, behold, I bring you good tidings of great joy, which shall be to all people."},{"text":"For unto you is born this day in the city of David a Saviour, which is Christ the Lord."},{"text":"And this shall be a sign unto you; Ye shall find the babe wrapped in swaddling clothes, lying in a manger."},{"text":"And suddenly there was with the angel a multitude of the heavenly host praising God, and saying,"},{"text":"Glory to God in the highest, and on earth peace, good will toward men."},{"text":"And it came to pass, as the angels were gone away from them into heaven, the shepherds said one to another, Let us now go even unto Bethlehem, and see this thing which is come to pass, which the Lord hath made known unto us."},{"text":"And they came with haste, and found Mary, and Joseph, and the babe lying in a manger."},{"text":"And when they had seen it, they made known abroad the saying which was told them concerning this child."},{"text":"And all they that heard it wondered at those things which were told them by the shepherds."},{"text":"But Mary kept all these things, and pondered them in her heart."},{"text":"And the shepherds returned, glorifying and praising God for all the things that they had heard and seen, as it was told unto them."},{"text":"And when eight days were accomplished for the circumcising of the child, his name was called JESUS, which was so named of the angel before he was conceived in the womb."},{"text":"And when the days of her purification according to the law of Moses were accomplished, they brought him to Jerusalem, to present him to the Lord;"},{"text":"(As it is written in the law of the LORD, Every male that openeth the womb shall be called holy to the Lord;)"},{"text":"And to offer a sacrifice according to that which is said in the law of the Lord, A pair of turtledoves, or two young pigeons."},{"text":"And, behold, there was a man in Jerusalem, whose name was Simeon; and the same man was just and devout, waiting for the consolation of Israel: and the Holy Ghost was upon him."},{"text":"And it was revealed unto him by the Holy Ghost, that he should not see death, before he had seen the Lord's Christ."},{"text":"And he came by the Spirit into the temple: and when the parents brought in the child Jesus, to do for him after the custom of the law,"},{"text":"Then took he him up in his arms, and blessed God, and said,"},{"text":"Lord, now lettest thou thy servant depart in peace, according to thy word:"},{"text":"For mine eyes have seen thy salvation,"},{"text":"Which thou hast prepared before the face of all people;"},{"text":"A light to lighten the Gentiles, and the glory of thy people Israel."},{"text":"And Joseph and his mother marvelled at those things which were spoken of him."},{"text":"And Simeon blessed them, and said unto Mary his mother, Behold, this child is set for the fall and rising again of many in Israel; and for a sign which shall be spoken against;"},{"text":"(Yea, a sword shall pierce through thy own soul also,) that the thoughts of many hearts may be revealed."},{"text":"And there was one Anna, a prophetess, the daughter of Phanuel, of the tribe of Aser: she was of a great age, and had lived with an husband seven years from her virginity;"},{"text":"And she was a widow of about fourscore and four years, which departed not from the temple, but served God with fastings and prayers night and day."},{"text":"And she coming in that instant gave thanks likewise unto the Lord, and spake of him to all them that looked for redemption in Jerusalem."},{"text":"And when they had performed all things according to the law of the Lord, they returned into Galilee, to their own city Nazareth."},{"text":"And the child grew, and waxed strong in spirit, filled with wisdom: and the grace of God was upon him."},{"text":"Now his parents went to Jerusalem every year at the feast of the passover."},{"text":"And when he was twelve years old, they went up to Jerusalem after the custom of the feast."},{"text":"And when they had fulfilled the days, as they returned, the child Jesus tarried behind in Jerusalem; and Joseph and his mother knew not of it."},{"text":"But they, supposing him to have been in the company, went a day's journey; and they sought him among their kinsfolk and acquaintance."},{"text":"And when they found him not, they turned back again to Jerusalem, seeking him."},{"text":"And it came to pass, that after three days they found him in the temple, sitting in the midst of the doctors, both hearing them, and asking them questions."},{"text":"And all that heard him were astonished at his understanding and answers."},{"text":"And when they saw him, they were amazed: and his mother said unto him, Son, why hast thou thus dealt with us? behold, thy father and I have sought thee sorrowing."},{"text":"And he said unto them, How is it that ye sought me? wist ye not that I must be about my Father's business?"},{"text":"And they understood not the saying which he spake unto them."},{"text":"And he went down with them, and came to Nazareth, and was subject unto them: but his mother kept all these sayings in her heart."},{"text":"And Jesus increased in wisdom and stature, and in favour with God and man."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"And it came to pass, that on one of those days, as he taught the people in the temple, and preached the gospel, the chief priests and the scribes came upon him with the elders,"},{"text":"And spake unto him, saying, Tell us, by what authority doest thou these things? or who is he that gave thee this authority?"},{"text":"And he answered and said unto them, I will also ask you one thing; and answer me:"},{"text":"The baptism of John, was it from heaven, or of men?"},{"text":"And they reasoned with themselves, saying, If we shall say, From heaven; he will say, Why then believed ye him not?"},{"text":"But and if we say, Of men; all the people will stone us: for they be persuaded that John was a prophet."},{"text":"And they answered, that they could not tell whence it was."},{"text":"And Jesus said unto them, Neither tell I you by what authority I do these things."},{"text":"Then began he to speak to the people this parable; A certain man planted a vineyard, and let it forth to husbandmen, and went into a far country for a long time."},{"text":"And at the season he sent a servant to the husbandmen, that they should give him of the fruit of the vineyard: but the husbandmen beat him, and sent him away empty."},{"text":"And again he sent another servant: and they beat him also, and entreated him shamefully, and sent him away empty."},{"text":"And again he sent a third: and they wounded him also, and cast him out."},{"text":"Then said the lord of the vineyard, What shall I do? I will send my beloved son: it may be they will reverence him when they see him."},{"text":"But when the husbandmen saw him, they reasoned among themselves, saying, This is the heir: come, let us kill him, that the inheritance may be ours."},{"text":"So they cast him out of the vineyard, and killed him. What therefore shall the lord of the vineyard do unto them?"},{"text":"He shall come and destroy these husbandmen, and shall give the vineyard to others. And when they heard it, they said, God forbid."},{"text":"And he beheld them, and said, What is this then that is written, The stone which the builders rejected, the same is become the head of the corner?"},{"text":"Whosoever shall fall upon that stone shall be broken; but on whomsoever it shall fall, it will grind him to powder."},{"text":"And the chief priests and the scribes the same hour sought to lay hands on him; and they feared the people: for they perceived that he had spoken this parable against them."},{"text":"And they watched him, and sent forth spies, which should feign themselves just men, that they might take hold of his words, that so they might deliver him unto the power and authority of the governor."},{"text":"And they asked him, saying, Master, we know that thou sayest and teachest rightly, neither acceptest thou the person of any, but teachest the way of God truly:"},{"text":"Is it lawful for us to give tribute unto Caesar, or no?"},{"text":"But he perceived their craftiness, and said unto them, Why tempt ye me?"},{"text":"Shew me a penny. Whose image and superscription hath it? They answered and said, Caesar's."},{"text":"And he said unto them, Render therefore unto Caesar the things which be Caesar's, and unto God the things which be God's."},{"text":"And they could not take hold of his words before the people: and they marvelled at his answer, and held their peace."},{"text":"Then came to him certain of the Sadducees, which deny that there is any resurrection; and they asked him,"},{"text":"Saying, Master, Moses wrote unto us, If any man's brother die, having a wife, and he die without children, that his brother should take his wife, and raise up seed unto his brother."},{"text":"There were therefore seven brethren: and the first took a wife, and died without children."},{"text":"And the second took her to wife, and he died childless."},{"text":"And the third took her; and in like manner the seven also: and they left no children, and died."},{"text":"Last of all the woman died also."},{"text":"Therefore in the resurrection whose wife of them is she? for seven had her to wife."},{"text":"And Jesus answering said unto them, The children of this world marry, and are given in marriage:"},{"text":"But they which shall be accounted worthy to obtain that world, and the resurrection from the dead, neither marry, nor are given in marriage:"},{"text":"Neither can they die any more: for they are equal unto the angels; and are the children of God, being the children of the resurrection."},{"text":"Now that the dead are raised, even Moses shewed at the bush, when he calleth the Lord the God of Abraham, and the God of Isaac, and the God of Jacob."},{"text":"For he is not a God of the dead, but of the living: for all live unto him."},{"text":"Then certain of the scribes answering said, Master, thou hast well said."},{"text":"And after that they durst not ask him any question at all."},{"text":"And he said unto them, How say they that Christ is David's son?"},{"text":"And David himself saith in the book of Psalms, The LORD said unto my Lord, Sit thou on my right hand,"},{"text":"Till I make thine enemies thy footstool."},{"text":"David therefore calleth him Lord, how is he then his son?"},{"text":"Then in the audience of all the people he said unto his disciples,"},{"text":"Beware of the scribes, which desire to walk in long robes, and love greetings in the markets, and the highest seats in the synagogues, and the chief rooms at feasts;"},{"text":"Which devour widows' houses, and for a shew make long prayers: the same shall receive greater damnation."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"And he looked up, and saw the rich men casting their gifts into the treasury."},{"text":"And he saw also a certain poor widow casting in thither two mites."},{"text":"And he said, Of a truth I say unto you, that this poor widow hath cast in more than they all:"},{"text":"For all these have of their abundance cast in unto the offerings of God: but she of her penury hath cast in all the living that she had."},{"text":"And as some spake of the temple, how it was adorned with goodly stones and gifts, he said,"},{"text":"As for these things which ye behold, the days will come, in the which there shall not be left one stone upon another, that shall not be thrown down."},{"text":"And they asked him, saying, Master, but when shall these things be? and what sign will there be when these things shall come to pass?"},{"text":"And he said, Take heed that ye be not deceived: for many shall come in my name, saying, I am Christ; and the time draweth near: go ye not therefore after them."},{"text":"But when ye shall hear of wars and commotions, be not terrified: for these things must first come to pass; but the end is not by and by."},{"text":"Then said he unto them, Nation shall rise against nation, and kingdom against kingdom:"},{"text":"And great earthquakes shall be in divers places, and famines, and pestilences; and fearful sights and great signs shall there be from heaven."},{"text":"But before all these, they shall lay their hands on you, and persecute you, delivering you up to the synagogues, and into prisons, being brought before kings and rulers for my name's sake."},{"text":"And it shall turn to you for a testimony."},{"text":"Settle it therefore in your hearts, not to meditate before what ye shall answer:"},{"text":"For I will give you a mouth and wisdom, which all your adversaries shall not be able to gainsay nor resist."},{"text":"And ye shall be betrayed both by parents, and brethren, and kinsfolks, and friends; and some of you shall they cause to be put to death."},{"text":"And ye shall be hated of all men for my name's sake."},{"text":"But there shall not an hair of your head perish."},{"text":"In your patience possess ye your souls."},{"text":"And when ye shall see Jerusalem compassed with armies, then know that the desolation thereof is nigh."},{"text":"Then let them which are in Judaea flee to the mountains; and let them which are in the midst of it depart out; and let not them that are in the countries enter thereinto."},{"text":"For these be the days of vengeance, that all things which are written may be fulfilled."},{"text":"But woe unto them that are with child, and to them that give suck, in those days! for there shall be great distress in the land, and wrath upon this people."},{"text":"And they shall fall by the edge of the sword, and shall be led away captive into all nations: and Jerusalem shall be trodden down of the Gentiles, until the times of the Gentiles be fulfilled."},{"text":"And there shall be signs in the sun, and in the moon, and in the stars; and upon the earth distress of nations, with perplexity; the sea and the waves roaring;"},{"text":"Men's hearts failing them for fear, and for looking after those things which are coming on the earth: for the powers of heaven shall be shaken."},{"text":"And then shall they see the Son of man coming in a cloud with power and great glory."},{"text":"And when these things begin to come to pass, then look up, and lift up your heads; for your redemption draweth nigh."},{"text":"And he spake to them a parable; Behold the fig tree, and all the trees;"},{"text":"When they now shoot forth, ye see and know of your own selves that summer is now nigh at hand."},{"text":"So likewise ye, when ye see these things come to pass, know ye that the kingdom of God is nigh at hand."},{"text":"Verily I say unto you, This generation shall not pass away, till all be fulfilled."},{"text":"Heaven and earth shall pass away: but my words shall not pass away."},{"text":"And take heed to yourselves, lest at any time your hearts be overcharged with surfeiting, and drunkenness, and cares of this life, and so that day come upon you unawares."},{"text":"For as a snare shall it come on all them that dwell on the face of the whole earth."},{"text":"Watch ye therefore, and pray always, that ye may be accounted worthy to escape all these things that shall come to pass, and to stand before the Son of man."},{"text":"And in the day time he was teaching in the temple; and at night he went out, and abode in the mount that is called the mount of Olives."},{"text":"And all the people came early in the morning to him in the temple, for to hear him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":22,"verses":[{"text":"Now the feast of unleavened bread drew nigh, which is called the Passover."},{"text":"And the chief priests and scribes sought how they might kill him; for they feared the people."},{"text":"Then entered Satan into Judas surnamed Iscariot, being of the number of the twelve."},{"text":"And he went his way, and communed with the chief priests and captains, how he might betray him unto them."},{"text":"And they were glad, and covenanted to give him money."},{"text":"And he promised, and sought opportunity to betray him unto them in the absence of the multitude."},{"text":"Then came the day of unleavened bread, when the passover must be killed."},{"text":"And he sent Peter and John, saying, Go and prepare us the passover, that we may eat."},{"text":"And they said unto him, Where wilt thou that we prepare?"},{"text":"And he said unto them, Behold, when ye are entered into the city, there shall a man meet you, bearing a pitcher of water; follow him into the house where he entereth in."},{"text":"And ye shall say unto the goodman of the house, The Master saith unto thee, Where is the guestchamber, where I shall eat the passover with my disciples?"},{"text":"And he shall shew you a large upper room furnished: there make ready."},{"text":"And they went, and found as he had said unto them: and they made ready the passover."},{"text":"And when the hour was come, he sat down, and the twelve apostles with him."},{"text":"And he said unto them, With desire I have desired to eat this passover with you before I suffer:"},{"text":"For I say unto you, I will not any more eat thereof, until it be fulfilled in the kingdom of God."},{"text":"And he took the cup, and gave thanks, and said, Take this, and divide it among yourselves:"},{"text":"For I say unto you, I will not drink of the fruit of the vine, until the kingdom of God shall come."},{"text":"And he took bread, and gave thanks, and brake it, and gave unto them, saying, This is my body which is given for you: this do in remembrance of me."},{"text":"Likewise also the cup after supper, saying, This cup is the new testament in my blood, which is shed for you."},{"text":"But, behold, the hand of him that betrayeth me is with me on the table."},{"text":"And truly the Son of man goeth, as it was determined: but woe unto that man by whom he is betrayed!"},{"text":"And they began to enquire among themselves, which of them it was that should do this thing."},{"text":"And there was also a strife among them, which of them should be accounted the greatest."},{"text":"And he said unto them, The kings of the Gentiles exercise lordship over them; and they that exercise authority upon them are called benefactors."},{"text":"But ye shall not be so: but he that is greatest among you, let him be as the younger; and he that is chief, as he that doth serve."},{"text":"For whether is greater, he that sitteth at meat, or he that serveth? is not he that sitteth at meat? but I am among you as he that serveth."},{"text":"Ye are they which have continued with me in my temptations."},{"text":"And I appoint unto you a kingdom, as my Father hath appointed unto me;"},{"text":"That ye may eat and drink at my table in my kingdom, and sit on thrones judging the twelve tribes of Israel."},{"text":"And the Lord said, Simon, Simon, behold, Satan hath desired to have you, that he may sift you as wheat:"},{"text":"But I have prayed for thee, that thy faith fail not: and when thou art converted, strengthen thy brethren."},{"text":"And he said unto him, Lord, I am ready to go with thee, both into prison, and to death."},{"text":"And he said, I tell thee, Peter, the cock shall not crow this day, before that thou shalt thrice deny that thou knowest me."},{"text":"And he said unto them, When I sent you without purse, and scrip, and shoes, lacked ye any thing? And they said, Nothing."},{"text":"Then said he unto them, But now, he that hath a purse, let him take it, and likewise his scrip: and he that hath no sword, let him sell his garment, and buy one."},{"text":"For I say unto you, that this that is written must yet be accomplished in me, And he was reckoned among the transgressors: for the things concerning me have an end."},{"text":"And they said, Lord, behold, here are two swords. And he said unto them, It is enough."},{"text":"And he came out, and went, as he was wont, to the mount of Olives; and his disciples also followed him."},{"text":"And when he was at the place, he said unto them, Pray that ye enter not into temptation."},{"text":"And he was withdrawn from them about a stone's cast, and kneeled down, and prayed,"},{"text":"Saying, Father, if thou be willing, remove this cup from me: nevertheless not my will, but thine, be done."},{"text":"And there appeared an angel unto him from heaven, strengthening him."},{"text":"And being in an agony he prayed more earnestly: and his sweat was as it were great drops of blood falling down to the ground."},{"text":"And when he rose up from prayer, and was come to his disciples, he found them sleeping for sorrow,"},{"text":"And said unto them, Why sleep ye? rise and pray, lest ye enter into temptation."},{"text":"And while he yet spake, behold a multitude, and he that was called Judas, one of the twelve, went before them, and drew near unto Jesus to kiss him."},{"text":"But Jesus said unto him, Judas, betrayest thou the Son of man with a kiss?"},{"text":"When they which were about him saw what would follow, they said unto him, Lord, shall we smite with the sword?"},{"text":"And one of them smote the servant of the high priest, and cut off his right ear."},{"text":"And Jesus answered and said, Suffer ye thus far. And he touched his ear, and healed him."},{"text":"Then Jesus said unto the chief priests, and captains of the temple, and the elders, which were come to him, Be ye come out, as against a thief, with swords and staves?"},{"text":"When I was daily with you in the temple, ye stretched forth no hands against me: but this is your hour, and the power of darkness."},{"text":"Then took they him, and led him, and brought him into the high priest's house. And Peter followed afar off."},{"text":"And when they had kindled a fire in the midst of the hall, and were set down together, Peter sat down among them."},{"text":"But a certain maid beheld him as he sat by the fire, and earnestly looked upon him, and said, This man was also with him."},{"text":"And he denied him, saying, Woman, I know him not."},{"text":"And after a little while another saw him, and said, Thou art also of them. And Peter said, Man, I am not."},{"text":"And about the space of one hour after another confidently affirmed, saying, Of a truth this fellow also was with him: for he is a Galilaean."},{"text":"And Peter said, Man, I know not what thou sayest. And immediately, while he yet spake, the cock crew."},{"text":"And the Lord turned, and looked upon Peter. And Peter remembered the word of the Lord, how he had said unto him, Before the cock crow, thou shalt deny me thrice."},{"text":"And Peter went out, and wept bitterly."},{"text":"And the men that held Jesus mocked him, and smote him."},{"text":"And when they had blindfolded him, they struck him on the face, and asked him, saying, Prophesy, who is it that smote thee?"},{"text":"And many other things blasphemously spake they against him."},{"text":"And as soon as it was day, the elders of the people and the chief priests and the scribes came together, and led him into their council, saying,"},{"text":"Art thou the Christ? tell us. And he said unto them, If I tell you, ye will not believe:"},{"text":"And if I also ask you, ye will not answer me, nor let me go."},{"text":"Hereafter shall the Son of man sit on the right hand of the power of God."},{"text":"Then said they all, Art thou then the Son of God? And he said unto them, Ye say that I am."},{"text":"And they said, What need we any further witness? for we ourselves have heard of his own mouth."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":23,"verses":[{"text":"And the whole multitude of them arose, and led him unto Pilate."},{"text":"And they began to accuse him, saying, We found this fellow perverting the nation, and forbidding to give tribute to Caesar, saying that he himself is Christ a King."},{"text":"And Pilate asked him, saying, Art thou the King of the Jews? And he answered him and said, Thou sayest it."},{"text":"Then said Pilate to the chief priests and to the people, I find no fault in this man."},{"text":"And they were the more fierce, saying, He stirreth up the people, teaching throughout all Jewry, beginning from Galilee to this place."},{"text":"When Pilate heard of Galilee, he asked whether the man were a Galilaean."},{"text":"And as soon as he knew that he belonged unto Herod's jurisdiction, he sent him to Herod, who himself also was at Jerusalem at that time."},{"text":"And when Herod saw Jesus, he was exceeding glad: for he was desirous to see him of a long season, because he had heard many things of him; and he hoped to have seen some miracle done by him."},{"text":"Then he questioned with him in many words; but he answered him nothing."},{"text":"And the chief priests and scribes stood and vehemently accused him."},{"text":"And Herod with his men of war set him at nought, and mocked him, and arrayed him in a gorgeous robe, and sent him again to Pilate."},{"text":"And the same day Pilate and Herod were made friends together: for before they were at enmity between themselves."},{"text":"And Pilate, when he had called together the chief priests and the rulers and the people,"},{"text":"Said unto them, Ye have brought this man unto me, as one that perverteth the people: and, behold, I, having examined him before you, have found no fault in this man touching those things whereof ye accuse him:"},{"text":"No, nor yet Herod: for I sent you to him; and, lo, nothing worthy of death is done unto him."},{"text":"I will therefore chastise him, and release him."},{"text":"(For of necessity he must release one unto them at the feast.)"},{"text":"And they cried out all at once, saying, Away with this man, and release unto us Barabbas:"},{"text":"(Who for a certain sedition made in the city, and for murder, was cast into prison.)"},{"text":"Pilate therefore, willing to release Jesus, spake again to them."},{"text":"But they cried, saying, Crucify him, crucify him."},{"text":"And he said unto them the third time, Why, what evil hath he done? I have found no cause of death in him: I will therefore chastise him, and let him go."},{"text":"And they were instant with loud voices, requiring that he might be crucified. And the voices of them and of the chief priests prevailed."},{"text":"And Pilate gave sentence that it should be as they required."},{"text":"And he released unto them him that for sedition and murder was cast into prison, whom they had desired; but he delivered Jesus to their will."},{"text":"And as they led him away, they laid hold upon one Simon, a Cyrenian, coming out of the country, and on him they laid the cross, that he might bear it after Jesus."},{"text":"And there followed him a great company of people, and of women, which also bewailed and lamented him."},{"text":"But Jesus turning unto them said, Daughters of Jerusalem, weep not for me, but weep for yourselves, and for your children."},{"text":"For, behold, the days are coming, in the which they shall say, Blessed are the barren, and the wombs that never bare, and the paps which never gave suck."},{"text":"Then shall they begin to say to the mountains, Fall on us; and to the hills, Cover us."},{"text":"For if they do these things in a green tree, what shall be done in the dry?"},{"text":"And there were also two other, malefactors, led with him to be put to death."},{"text":"And when they were come to the place, which is called Calvary, there they crucified him, and the malefactors, one on the right hand, and the other on the left."},{"text":"Then said Jesus, Father, forgive them; for they know not what they do. And they parted his raiment, and cast lots."},{"text":"And the people stood beholding. And the rulers also with them derided him, saying, He saved others; let him save himself, if he be Christ, the chosen of God."},{"text":"And the soldiers also mocked him, coming to him, and offering him vinegar,"},{"text":"And saying, If thou be the king of the Jews, save thyself."},{"text":"And a superscription also was written over him in letters of Greek, and Latin, and Hebrew, THIS IS THE KING OF THE JEWS."},{"text":"And one of the malefactors which were hanged railed on him, saying, If thou be Christ, save thyself and us."},{"text":"But the other answering rebuked him, saying, Dost not thou fear God, seeing thou art in the same condemnation?"},{"text":"And we indeed justly; for we receive the due reward of our deeds: but this man hath done nothing amiss."},{"text":"And he said unto Jesus, Lord, remember me when thou comest into thy kingdom."},{"text":"And Jesus said unto him, Verily I say unto thee, To day shalt thou be with me in paradise."},{"text":"And it was about the sixth hour, and there was a darkness over all the earth until the ninth hour."},{"text":"And the sun was darkened, and the veil of the temple was rent in the midst."},{"text":"And when Jesus had cried with a loud voice, he said, Father, into thy hands I commend my spirit: and having said thus, he gave up the ghost."},{"text":"Now when the centurion saw what was done, he glorified God, saying, Certainly this was a righteous man."},{"text":"And all the people that came together to that sight, beholding the things which were done, smote their breasts, and returned."},{"text":"And all his acquaintance, and the women that followed him from Galilee, stood afar off, beholding these things."},{"text":"And, behold, there was a man named Joseph, a counsellor; and he was a good man, and a just:"},{"text":"(The same had not consented to the counsel and deed of them;) he was of Arimathaea, a city of the Jews: who also himself waited for the kingdom of God."},{"text":"This man went unto Pilate, and begged the body of Jesus."},{"text":"And he took it down, and wrapped it in linen, and laid it in a sepulchre that was hewn in stone, wherein never man before was laid."},{"text":"And that day was the preparation, and the sabbath drew on."},{"text":"And the women also, which came with him from Galilee, followed after, and beheld the sepulchre, and how his body was laid."},{"text":"And they returned, and prepared spices and ointments; and rested the sabbath day according to the commandment."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":24,"verses":[{"text":"Now upon the first day of the week, very early in the morning, they came unto the sepulchre, bringing the spices which they had prepared, and certain others with them."},{"text":"And they found the stone rolled away from the sepulchre."},{"text":"And they entered in, and found not the body of the Lord Jesus."},{"text":"And it came to pass, as they were much perplexed thereabout, behold, two men stood by them in shining garments:"},{"text":"And as they were afraid, and bowed down their faces to the earth, they said unto them, Why seek ye the living among the dead?"},{"text":"He is not here, but is risen: remember how he spake unto you when he was yet in Galilee,"},{"text":"Saying, The Son of man must be delivered into the hands of sinful men, and be crucified, and the third day rise again."},{"text":"And they remembered his words,"},{"text":"And returned from the sepulchre, and told all these things unto the eleven, and to all the rest."},{"text":"It was Mary Magdalene and Joanna, and Mary the mother of James, and other women that were with them, which told these things unto the apostles."},{"text":"And their words seemed to them as idle tales, and they believed them not."},{"text":"Then arose Peter, and ran unto the sepulchre; and stooping down, he beheld the linen clothes laid by themselves, and departed, wondering in himself at that which was come to pass."},{"text":"And, behold, two of them went that same day to a village called Emmaus, which was from Jerusalem about threescore furlongs."},{"text":"And they talked together of all these things which had happened."},{"text":"And it came to pass, that, while they communed together and reasoned, Jesus himself drew near, and went with them."},{"text":"But their eyes were holden that they should not know him."},{"text":"And he said unto them, What manner of communications are these that ye have one to another, as ye walk, and are sad?"},{"text":"And the one of them, whose name was Cleopas, answering said unto him, Art thou only a stranger in Jerusalem, and hast not known the things which are come to pass there in these days?"},{"text":"And he said unto them, What things? And they said unto him, Concerning Jesus of Nazareth, which was a prophet mighty in deed and word before God and all the people:"},{"text":"And how the chief priests and our rulers delivered him to be condemned to death, and have crucified him."},{"text":"But we trusted that it had been he which should have redeemed Israel: and beside all this, to day is the third day since these things were done."},{"text":"Yea, and certain women also of our company made us astonished, which were early at the sepulchre;"},{"text":"And when they found not his body, they came, saying, that they had also seen a vision of angels, which said that he was alive."},{"text":"And certain of them which were with us went to the sepulchre, and found it even so as the women had said: but him they saw not."},{"text":"Then he said unto them, O fools, and slow of heart to believe all that the prophets have spoken:"},{"text":"Ought not Christ to have suffered these things, and to enter into his glory?"},{"text":"And beginning at Moses and all the prophets, he expounded unto them in all the scriptures the things concerning himself."},{"text":"And they drew nigh unto the village, whither they went: and he made as though he would have gone further."},{"text":"But they constrained him, saying, Abide with us: for it is toward evening, and the day is far spent. And he went in to tarry with them."},{"text":"And it came to pass, as he sat at meat with them, he took bread, and blessed it, and brake, and gave to them."},{"text":"And their eyes were opened, and they knew him; and he vanished out of their sight."},{"text":"And they said one to another, Did not our heart burn within us, while he talked with us by the way, and while he opened to us the scriptures?"},{"text":"And they rose up the same hour, and returned to Jerusalem, and found the eleven gathered together, and them that were with them,"},{"text":"Saying, The Lord is risen indeed, and hath appeared to Simon."},{"text":"And they told what things were done in the way, and how he was known of them in breaking of bread."},{"text":"And as they thus spake, Jesus himself stood in the midst of them, and saith unto them, Peace be unto you."},{"text":"But they were terrified and affrighted, and supposed that they had seen a spirit."},{"text":"And he said unto them, Why are ye troubled? and why do thoughts arise in your hearts?"},{"text":"Behold my hands and my feet, that it is I myself: handle me, and see; for a spirit hath not flesh and bones, as ye see me have."},{"text":"And when he had thus spoken, he shewed them his hands and his feet."},{"text":"And while they yet believed not for joy, and wondered, he said unto them, Have ye here any meat?"},{"text":"And they gave him a piece of a broiled fish, and of an honeycomb."},{"text":"And he took it, and did eat before them."},{"text":"And he said unto them, These are the words which I spake unto you, while I was yet with you, that all things must be fulfilled, which were written in the law of Moses, and in the prophets, and in the psalms, concerning me."},{"text":"Then opened he their understanding, that they might understand the scriptures,"},{"text":"And said unto them, Thus it is written, and thus it behoved Christ to suffer, and to rise from the dead the third day:"},{"text":"And that repentance and remission of sins should be preached in his name among all nations, beginning at Jerusalem."},{"text":"And ye are witnesses of these things."},{"text":"And, behold, I send the promise of my Father upon you: but tarry ye in the city of Jerusalem, until ye be endued with power from on high."},{"text":"And he led them out as far as to Bethany, and he lifted up his hands, and blessed them."},{"text":"And it came to pass, while he blessed them, he was parted from them, and carried up into heaven."},{"text":"And they worshipped him, and returned to Jerusalem with great joy:"},{"text":"And were continually in the temple, praising and blessing God. Amen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"Now in the fifteenth year of the reign of Tiberius Caesar, Pontius Pilate being governor of Judaea, and Herod being tetrarch of Galilee, and his brother Philip tetrarch of Ituraea and of the region of Trachonitis, and Lysanias the tetrarch of Abilene,"},{"text":"Annas and Caiaphas being the high priests, the word of God came unto John the son of Zacharias in the wilderness."},{"text":"And he came into all the country about Jordan, preaching the baptism of repentance for the remission of sins;"},{"text":"As it is written in the book of the words of Esaias the prophet, saying, The voice of one crying in the wilderness, Prepare ye the way of the Lord, make his paths straight."},{"text":"Every valley shall be filled, and every mountain and hill shall be brought low; and the crooked shall be made straight, and the rough ways shall be made smooth;"},{"text":"And all flesh shall see the salvation of God."},{"text":"Then said he to the multitude that came forth to be baptized of him, O generation of vipers, who hath warned you to flee from the wrath to come?"},{"text":"Bring forth therefore fruits worthy of repentance, and begin not to say within yourselves, We have Abraham to our father: for I say unto you, That God is able of these stones to raise up children unto Abraham."},{"text":"And now also the axe is laid unto the root of the trees: every tree therefore which bringeth not forth good fruit is hewn down, and cast into the fire."},{"text":"And the people asked him, saying, What shall we do then?"},{"text":"He answereth and saith unto them, He that hath two coats, let him impart to him that hath none; and he that hath meat, let him do likewise."},{"text":"Then came also publicans to be baptized, and said unto him, Master, what shall we do?"},{"text":"And he said unto them, Exact no more than that which is appointed you."},{"text":"And the soldiers likewise demanded of him, saying, And what shall we do? And he said unto them, Do violence to no man, neither accuse any falsely; and be content with your wages."},{"text":"And as the people were in expectation, and all men mused in their hearts of John, whether he were the Christ, or not;"},{"text":"John answered, saying unto them all, I indeed baptize you with water; but one mightier than I cometh, the latchet of whose shoes I am not worthy to unloose: he shall baptize you with the Holy Ghost and with fire:"},{"text":"Whose fan is in his hand, and he will throughly purge his floor, and will gather the wheat into his garner; but the chaff he will burn with fire unquenchable."},{"text":"And many other things in his exhortation preached he unto the people."},{"text":"But Herod the tetrarch, being reproved by him for Herodias his brother Philip's wife, and for all the evils which Herod had done,"},{"text":"Added yet this above all, that he shut up John in prison."},{"text":"Now when all the people were baptized, it came to pass, that Jesus also being baptized, and praying, the heaven was opened,"},{"text":"And the Holy Ghost descended in a bodily shape like a dove upon him, and a voice came from heaven, which said, Thou art my beloved Son; in thee I am well pleased."},{"text":"And Jesus himself began to be about thirty years of age, being (as was supposed) the son of Joseph, which was the son of Heli,"},{"text":"Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph,"},{"text":"Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge,"},{"text":"Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda,"},{"text":"Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri,"},{"text":"Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er,"},{"text":"Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi,"},{"text":"Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim,"},{"text":"Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David,"},{"text":"Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson,"},{"text":"Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda,"},{"text":"Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor,"},{"text":"Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala,"},{"text":"Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech,"},{"text":"Which was the son of Mathusala, which was the son of Enoch, which was the son of Jared, which was the son of Maleleel, which was the son of Cainan,"},{"text":"Which was the son of Enos, which was the son of Seth, which was the son of Adam, which was the son of God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"And Jesus being full of the Holy Ghost returned from Jordan, and was led by the Spirit into the wilderness,"},{"text":"Being forty days tempted of the devil. And in those days he did eat nothing: and when they were ended, he afterward hungered."},{"text":"And the devil said unto him, If thou be the Son of God, command this stone that it be made bread."},{"text":"And Jesus answered him, saying, It is written, That man shall not live by bread alone, but by every word of God."},{"text":"And the devil, taking him up into an high mountain, shewed unto him all the kingdoms of the world in a moment of time."},{"text":"And the devil said unto him, All this power will I give thee, and the glory of them: for that is delivered unto me; and to whomsoever I will I give it."},{"text":"If thou therefore wilt worship me, all shall be thine."},{"text":"And Jesus answered and said unto him, Get thee behind me, Satan: for it is written, Thou shalt worship the Lord thy God, and him only shalt thou serve."},{"text":"And he brought him to Jerusalem, and set him on a pinnacle of the temple, and said unto him, If thou be the Son of God, cast thyself down from hence:"},{"text":"For it is written, He shall give his angels charge over thee, to keep thee:"},{"text":"And in their hands they shall bear thee up, lest at any time thou dash thy foot against a stone."},{"text":"And Jesus answering said unto him, It is said, Thou shalt not tempt the Lord thy God."},{"text":"And when the devil had ended all the temptation, he departed from him for a season."},{"text":"And Jesus returned in the power of the Spirit into Galilee: and there went out a fame of him through all the region round about."},{"text":"And he taught in their synagogues, being glorified of all."},{"text":"And he came to Nazareth, where he had been brought up: and, as his custom was, he went into the synagogue on the sabbath day, and stood up for to read."},{"text":"And there was delivered unto him the book of the prophet Esaias. And when he had opened the book, he found the place where it was written,"},{"text":"The Spirit of the Lord is upon me, because he hath anointed me to preach the gospel to the poor; he hath sent me to heal the brokenhearted, to preach deliverance to the captives, and recovering of sight to the blind, to set at liberty them that are bruised,"},{"text":"To preach the acceptable year of the Lord."},{"text":"And he closed the book, and he gave it again to the minister, and sat down. And the eyes of all them that were in the synagogue were fastened on him."},{"text":"And he began to say unto them, This day is this scripture fulfilled in your ears."},{"text":"And all bare him witness, and wondered at the gracious words which proceeded out of his mouth. And they said, Is not this Joseph's son?"},{"text":"And he said unto them, Ye will surely say unto me this proverb, Physician, heal thyself: whatsoever we have heard done in Capernaum, do also here in thy country."},{"text":"And he said, Verily I say unto you, No prophet is accepted in his own country."},{"text":"But I tell you of a truth, many widows were in Israel in the days of Elias, when the heaven was shut up three years and six months, when great famine was throughout all the land;"},{"text":"But unto none of them was Elias sent, save unto Sarepta, a city of Sidon, unto a woman that was a widow."},{"text":"And many lepers were in Israel in the time of Eliseus the prophet; and none of them was cleansed, saving Naaman the Syrian."},{"text":"And all they in the synagogue, when they heard these things, were filled with wrath,"},{"text":"And rose up, and thrust him out of the city, and led him unto the brow of the hill whereon their city was built, that they might cast him down headlong."},{"text":"But he passing through the midst of them went his way,"},{"text":"And came down to Capernaum, a city of Galilee, and taught them on the sabbath days."},{"text":"And they were astonished at his doctrine: for his word was with power."},{"text":"And in the synagogue there was a man, which had a spirit of an unclean devil, and cried out with a loud voice,"},{"text":"Saying, Let us alone; what have we to do with thee, thou Jesus of Nazareth? art thou come to destroy us? I know thee who thou art; the Holy One of God."},{"text":"And Jesus rebuked him, saying, Hold thy peace, and come out of him."},{"text":"And they were all amazed, and spake among themselves, saying, What a word is this! for with authority and power he commandeth the unclean spirits, and they come out."},{"text":"And the fame of him went out into every place of the country round about."},{"text":"And he arose out of the synagogue, and entered into Simon's house."},{"text":"And he stood over her, and rebuked the fever; and it left her: and immediately she arose and ministered unto them."},{"text":"Now when the sun was setting, all they that had any sick with divers diseases brought them unto him; and he laid his hands on every one of them, and healed them."},{"text":"And devils also came out of many, crying out, and saying, Thou art Christ the Son of God. And he rebuking them suffered them not to speak: for they knew that he was Christ."},{"text":"And when it was day, he departed and went into a desert place: and the people sought him, and came unto him, and stayed him, that he should not depart from them."},{"text":"And he said unto them, I must preach the kingdom of God to other cities also: for therefore am I sent."},{"text":"And he preached in the synagogues of Galilee."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"And it came to pass, that, as the people pressed upon him to hear the word of God, he stood by the lake of Gennesaret,"},{"text":"And saw two ships standing by the lake: but the fishermen were gone out of them, and were washing their nets."},{"text":"And he entered into one of the ships, which was Simon's, and prayed him that he would thrust out a little from the land. And he sat down, and taught the people out of the ship."},{"text":"Now when he had left speaking, he said unto Simon, Launch out into the deep, and let down your nets for a draught."},{"text":"And Simon answering said unto him, Master, we have toiled all the night, and have taken nothing: nevertheless at thy word I will let down the net."},{"text":"And when they had this done, they inclosed a great multitude of fishes: and their net brake."},{"text":"And they beckoned unto their partners, which were in the other ship, that they should come and help them. And they came, and filled both the ships, so that they began to sink."},{"text":"When Simon Peter saw it, he fell down at Jesus' knees, saying, Depart from me; for I am a sinful man, O Lord."},{"text":"For he was astonished, and all that were with him, at the draught of the fishes which they had taken:"},{"text":"And so was also James, and John, the sons of Zebedee, which were partners with Simon. And Jesus said unto Simon, Fear not; from henceforth thou shalt catch men."},{"text":"And when they had brought their ships to land, they forsook all, and followed him."},{"text":"And it came to pass, when he was in a certain city, behold a man full of leprosy: who seeing Jesus fell on his face, and besought him, saying, Lord, if thou wilt, thou canst make me clean."},{"text":"And he put forth his hand, and touched him, saying, I will: be thou clean. And immediately the leprosy departed from him."},{"text":"And he charged him to tell no man: but go, and shew thyself to the priest, and offer for thy cleansing, according as Moses commanded, for a testimony unto them."},{"text":"But so much the more went there a fame abroad of him: and great multitudes came together to hear, and to be healed by him of their infirmities."},{"text":"And he withdrew himself into the wilderness, and prayed."},{"text":"And it came to pass on a certain day, as he was teaching, that there were Pharisees and doctors of the law sitting by, which were come out of every town of Galilee, and Judaea, and Jerusalem: and the power of the Lord was present to heal them."},{"text":"And, behold, men brought in a bed a man which was taken with a palsy: and they sought means to bring him in, and to lay him before him."},{"text":"And when they could not find by what way they might bring him in because of the multitude, they went upon the housetop, and let him down through the tiling with his couch into the midst before Jesus."},{"text":"And when he saw their faith, he said unto him, Man, thy sins are forgiven thee."},{"text":"And the scribes and the Pharisees began to reason, saying, Who is this which speaketh blasphemies? Who can forgive sins, but God alone?"},{"text":"But when Jesus perceived their thoughts, he answering said unto them, What reason ye in your hearts?"},{"text":"Whether is easier, to say, Thy sins be forgiven thee; or to say, Rise up and walk?"},{"text":"But that ye may know that the Son of man hath power upon earth to forgive sins, (he said unto the sick of the palsy,) I say unto thee, Arise, and take up thy couch, and go into thine house."},{"text":"And immediately he rose up before them, and took up that whereon he lay, and departed to his own house, glorifying God."},{"text":"And they were all amazed, and they glorified God, and were filled with fear, saying, We have seen strange things to day."},{"text":"And after these things he went forth, and saw a publican, named Levi, sitting at the receipt of custom: and he said unto him, Follow me."},{"text":"And he left all, rose up, and followed him."},{"text":"And Levi made him a great feast in his own house: and there was a great company of publicans and of others that sat down with them."},{"text":"But their scribes and Pharisees murmured against his disciples, saying, Why do ye eat and drink with publicans and sinners?"},{"text":"And Jesus answering said unto them, They that are whole need not a physician; but they that are sick."},{"text":"I came not to call the righteous, but sinners to repentance."},{"text":"And they said unto him, Why do the disciples of John fast often, and make prayers, and likewise the disciples of the Pharisees; but thine eat and drink?"},{"text":"And he said unto them, Can ye make the children of the bridechamber fast, while the bridegroom is with them?"},{"text":"But the days will come, when the bridegroom shall be taken away from them, and then shall they fast in those days."},{"text":"And he spake also a parable unto them; No man putteth a piece of a new garment upon an old; if otherwise, then both the new maketh a rent, and the piece that was taken out of the new agreeth not with the old."},{"text":"And no man putteth new wine into old bottles; else the new wine will burst the bottles, and be spilled, and the bottles shall perish."},{"text":"But new wine must be put into new bottles; and both are preserved."},{"text":"No man also having drunk old wine straightway desireth new: for he saith, The old is better."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"And it came to pass on the second sabbath after the first, that he went through the corn fields; and his disciples plucked the ears of corn, and did eat, rubbing them in their hands."},{"text":"And certain of the Pharisees said unto them, Why do ye that which is not lawful to do on the sabbath days?"},{"text":"And Jesus answering them said, Have ye not read so much as this, what David did, when himself was an hungred, and they which were with him;"},{"text":"How he went into the house of God, and did take and eat the shewbread, and gave also to them that were with him; which it is not lawful to eat but for the priests alone?"},{"text":"And he said unto them, That the Son of man is Lord also of the sabbath."},{"text":"And it came to pass also on another sabbath, that he entered into the synagogue and taught: and there was a man whose right hand was withered."},{"text":"And the scribes and Pharisees watched him, whether he would heal on the sabbath day; that they might find an accusation against him."},{"text":"But he knew their thoughts, and said to the man which had the withered hand, Rise up, and stand forth in the midst. And he arose and stood forth."},{"text":"Then said Jesus unto them, I will ask you one thing; Is it lawful on the sabbath days to do good, or to do evil? to save life, or to destroy it?"},{"text":"And looking round about upon them all, he said unto the man, Stretch forth thy hand. And he did so: and his hand was restored whole as the other."},{"text":"And they were filled with madness; and communed one with another what they might do to Jesus."},{"text":"And it came to pass in those days, that he went out into a mountain to pray, and continued all night in prayer to God."},{"text":"And when it was day, he called unto him his disciples: and of them he chose twelve, whom also he named apostles;"},{"text":"Simon, (whom he also named Peter,) and Andrew his brother, James and John, Philip and Bartholomew,"},{"text":"Matthew and Thomas, James the son of Alphaeus, and Simon called Zelotes,"},{"text":"And Judas the brother of James, and Judas Iscariot, which also was the traitor."},{"text":"And he came down with them, and stood in the plain, and the company of his disciples, and a great multitude of people out of all Judaea and Jerusalem, and from the sea coast of Tyre and Sidon, which came to hear him, and to be healed of their diseases;"},{"text":"And they that were vexed with unclean spirits: and they were healed."},{"text":"And the whole multitude sought to touch him: for there went virtue out of him, and healed them all."},{"text":"And he lifted up his eyes on his disciples, and said, Blessed be ye poor: for yours is the kingdom of God."},{"text":"Blessed are ye that hunger now: for ye shall be filled. Blessed are ye that weep now: for ye shall laugh."},{"text":"Blessed are ye, when men shall hate you, and when they shall separate you from their company, and shall reproach you, and cast out your name as evil, for the Son of man's sake."},{"text":"Rejoice ye in that day, and leap for joy: for, behold, your reward is great in heaven: for in the like manner did their fathers unto the prophets."},{"text":"But woe unto you that are rich! for ye have received your consolation."},{"text":"Woe unto you that are full! for ye shall hunger. Woe unto you that laugh now! for ye shall mourn and weep."},{"text":"Woe unto you, when all men shall speak well of you! for so did their fathers to the false prophets."},{"text":"But I say unto you which hear, Love your enemies, do good to them which hate you,"},{"text":"Bless them that curse you, and pray for them which despitefully use you."},{"text":"And unto him that smiteth thee on the one cheek offer also the other; and him that taketh away thy cloak forbid not to take thy coat also."},{"text":"Give to every man that asketh of thee; and of him that taketh away thy goods ask them not again."},{"text":"And as ye would that men should do to you, do ye also to them likewise."},{"text":"For if ye love them which love you, what thank have ye? for sinners also love those that love them."},{"text":"And if ye do good to them which do good to you, what thank have ye? for sinners also do even the same."},{"text":"And if ye lend to them of whom ye hope to receive, what thank have ye? for sinners also lend to sinners, to receive as much again."},{"text":"But love ye your enemies, and do good, and lend, hoping for nothing again; and your reward shall be great, and ye shall be the children of the Highest: for he is kind unto the unthankful and to the evil."},{"text":"Be ye therefore merciful, as your Father also is merciful."},{"text":"Judge not, and ye shall not be judged: condemn not, and ye shall not be condemned: forgive, and ye shall be forgiven:"},{"text":"Give, and it shall be given unto you; good measure, pressed down, and shaken together, and running over, shall men give into your bosom. For with the same measure that ye mete withal it shall be measured to you again."},{"text":"And he spake a parable unto them, Can the blind lead the blind? shall they not both fall into the ditch?"},{"text":"The disciple is not above his master: but every one that is perfect shall be as his master."},{"text":"And why beholdest thou the mote that is in thy brother's eye, but perceivest not the beam that is in thine own eye?"},{"text":"Either how canst thou say to thy brother, Brother, let me pull out the mote that is in thine eye, when thou thyself beholdest not the beam that is in thine own eye? Thou hypocrite, cast out first the beam out of thine own eye, and then shalt thou see clearly to pull out the mote that is in thy brother's eye."},{"text":"For a good tree bringeth not forth corrupt fruit; neither doth a corrupt tree bring forth good fruit."},{"text":"For every tree is known by his own fruit. For of thorns men do not gather figs, nor of a bramble bush gather they grapes."},{"text":"A good man out of the good treasure of his heart bringeth forth that which is good; and an evil man out of the evil treasure of his heart bringeth forth that which is evil: for of the abundance of the heart his mouth speaketh."},{"text":"And why call ye me, Lord, Lord, and do not the things which I say?"},{"text":"Whosoever cometh to me, and heareth my sayings, and doeth them, I will shew you to whom he is like:"},{"text":"He is like a man which built an house, and digged deep, and laid the foundation on a rock: and when the flood arose, the stream beat vehemently upon that house, and could not shake it: for it was founded upon a rock."},{"text":"But he that heareth, and doeth not, is like a man that without a foundation built an house upon the earth; against which the stream did beat vehemently, and immediately it fell; and the ruin of that house was great."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"Now when he had ended all his sayings in the audience of the people, he entered into Capernaum."},{"text":"And a certain centurion's servant, who was dear unto him, was sick, and ready to die."},{"text":"And when he heard of Jesus, he sent unto him the elders of the Jews, beseeching him that he would come and heal his servant."},{"text":"And when they came to Jesus, they besought him instantly, saying, That he was worthy for whom he should do this:"},{"text":"For he loveth our nation, and he hath built us a synagogue."},{"text":"Then Jesus went with them. And when he was now not far from the house, the centurion sent friends to him, saying unto him, Lord, trouble not thyself: for I am not worthy that thou shouldest enter under my roof:"},{"text":"Wherefore neither thought I myself worthy to come unto thee: but say in a word, and my servant shall be healed."},{"text":"For I also am a man set under authority, having under me soldiers, and I say unto one, Go, and he goeth; and to another, Come, and he cometh; and to my servant, Do this, and he doeth it."},{"text":"When Jesus heard these things, he marvelled at him, and turned him about, and said unto the people that followed him, I say unto you, I have not found so great faith, no, not in Israel."},{"text":"And they that were sent, returning to the house, found the servant whole that had been sick."},{"text":"And it came to pass the day after, that he went into a city called Nain; and many of his disciples went with him, and much people."},{"text":"Now when he came nigh to the gate of the city, behold, there was a dead man carried out, the only son of his mother, and she was a widow: and much people of the city was with her."},{"text":"And when the Lord saw her, he had compassion on her, and said unto her, Weep not."},{"text":"And he came and touched the bier: and they that bare him stood still."},{"text":"And he that was dead sat up, and began to speak. And he delivered him to his mother."},{"text":"And there came a fear on all: and they glorified God, saying, That a great prophet is risen up among us; and, That God hath visited his people."},{"text":"And this rumour of him went forth throughout all Judaea, and throughout all the region round about."},{"text":"And the disciples of John shewed him of all these things."},{"text":"And John calling unto him two of his disciples sent them to Jesus, saying, Art thou he that should come? or look we for another?"},{"text":"When the men were come unto him, they said, John Baptist hath sent us unto thee, saying, Art thou he that should come? or look we for another?"},{"text":"And in that same hour he cured many of their infirmities and plagues, and of evil spirits; and unto many that were blind he gave sight."},{"text":"Then Jesus answering said unto them, Go your way, and tell John what things ye have seen and heard; how that the blind see, the lame walk, the lepers are cleansed, the deaf hear, the dead are raised, to the poor the gospel is preached."},{"text":"And blessed is he, whosoever shall not be offended in me."},{"text":"And when the messengers of John were departed, he began to speak unto the people concerning John, What went ye out into the wilderness for to see? A reed shaken with the wind?"},{"text":"But what went ye out for to see? A man clothed in soft raiment? Behold, they which are gorgeously apparelled, and live delicately, are in kings' courts."},{"text":"But what went ye out for to see? A prophet? Yea, I say unto you, and much more than a prophet."},{"text":"This is he, of whom it is written, Behold, I send my messenger before thy face, which shall prepare thy way before thee."},{"text":"For I say unto you, Among those that are born of women there is not a greater prophet than John the Baptist: but he that is least in the kingdom of God is greater than he."},{"text":"And all the people that heard him, and the publicans, justified God, being baptized with the baptism of John."},{"text":"But the Pharisees and lawyers rejected the counsel of God against themselves, being not baptized of him."},{"text":"And the Lord said, Whereunto then shall I liken the men of this generation? and to what are they like?"},{"text":"They are like unto children sitting in the marketplace, and calling one to another, and saying, We have piped unto you, and ye have not danced; we have mourned to you, and ye have not wept."},{"text":"For John the Baptist came neither eating bread nor drinking wine; and ye say, He hath a devil."},{"text":"The Son of man is come eating and drinking; and ye say, Behold a gluttonous man, and a winebibber, a friend of publicans and sinners!"},{"text":"But wisdom is justified of all her children."},{"text":"And one of the Pharisees desired him that he would eat with him. And he went into the Pharisee's house, and sat down to meat."},{"text":"And, behold, a woman in the city, which was a sinner, when she knew that Jesus sat at meat in the Pharisee's house, brought an alabaster box of ointment,"},{"text":"And stood at his feet behind him weeping, and began to wash his feet with tears, and did wipe them with the hairs of her head, and kissed his feet, and anointed them with the ointment."},{"text":"Now when the Pharisee which had bidden him saw it, he spake within himself, saying, This man, if he were a prophet, would have known who and what manner of woman this is that toucheth him: for she is a sinner."},{"text":"And Jesus answering said unto him, Simon, I have somewhat to say unto thee. And he saith, Master, say on."},{"text":"There was a certain creditor which had two debtors: the one owed five hundred pence, and the other fifty."},{"text":"And when they had nothing to pay, he frankly forgave them both. Tell me therefore, which of them will love him most?"},{"text":"Simon answered and said, I suppose that he, to whom he forgave most."},{"text":"And he turned to the woman, and said unto Simon, Seest thou this woman? I entered into thine house, thou gavest me no water for my feet: but she hath washed my feet with tears, and wiped them with the hairs of her head."},{"text":"Thou gavest me no kiss: but this woman since the time I came in hath not ceased to kiss my feet."},{"text":"My head with oil thou didst not anoint: but this woman hath anointed my feet with ointment."},{"text":"Wherefore I say unto thee, Her sins, which are many, are forgiven; for she loved much: but to whom little is forgiven, the same loveth little."},{"text":"And he said unto her, Thy sins are forgiven."},{"text":"And they that sat at meat with him began to say within themselves, Who is this that forgiveth sins also?"},{"text":"And he said to the woman, Thy faith hath saved thee; go in peace."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"And it came to pass afterward, that he went throughout every city and village, preaching and shewing the glad tidings of the kingdom of God: and the twelve were with him,"},{"text":"And certain women, which had been healed of evil spirits and infirmities, Mary called Magdalene, out of whom went seven devils,"},{"text":"And Joanna the wife of Chuza Herod's steward, and Susanna, and many others, which ministered unto him of their substance."},{"text":"And when much people were gathered together, and were come to him out of every city, he spake by a parable:"},{"text":"A sower went out to sow his seed: and as he sowed, some fell by the way side; and it was trodden down, and the fowls of the air devoured it."},{"text":"And some fell upon a rock; and as soon as it was sprung up, it withered away, because it lacked moisture."},{"text":"And some fell among thorns; and the thorns sprang up with it, and choked it."},{"text":"And other fell on good ground, and sprang up, and bare fruit an hundredfold. And when he had said these things, he cried, He that hath ears to hear, let him hear."},{"text":"And his disciples asked him, saying, What might this parable be?"},{"text":"And he said, Unto you it is given to know the mysteries of the kingdom of God: but to others in parables; that seeing they might not see, and hearing they might not understand."},{"text":"Now the parable is this: The seed is the word of God."},{"text":"Those by the way side are they that hear; then cometh the devil, and taketh away the word out of their hearts, lest they should believe and be saved."},{"text":"They on the rock are they, which, when they hear, receive the word with joy; and these have no root, which for a while believe, and in time of temptation fall away."},{"text":"And that which fell among thorns are they, which, when they have heard, go forth, and are choked with cares and riches and pleasures of this life, and bring no fruit to perfection."},{"text":"But that on the good ground are they, which in an honest and good heart, having heard the word, keep it, and bring forth fruit with patience."},{"text":"No man, when he hath lighted a candle, covereth it with a vessel, or putteth it under a bed; but setteth it on a candlestick, that they which enter in may see the light."},{"text":"For nothing is secret, that shall not be made manifest; neither any thing hid, that shall not be known and come abroad."},{"text":"Take heed therefore how ye hear: for whosoever hath, to him shall be given; and whosoever hath not, from him shall be taken even that which he seemeth to have."},{"text":"Then came to him his mother and his brethren, and could not come at him for the press."},{"text":"And it was told him by certain which said, Thy mother and thy brethren stand without, desiring to see thee."},{"text":"And he answered and said unto them, My mother and my brethren are these which hear the word of God, and do it."},{"text":"Now it came to pass on a certain day, that he went into a ship with his disciples: and he said unto them, Let us go over unto the other side of the lake. And they launched forth."},{"text":"But as they sailed he fell asleep: and there came down a storm of wind on the lake; and they were filled with water, and were in jeopardy."},{"text":"And they came to him, and awoke him, saying, Master, master, we perish. Then he arose, and rebuked the wind and the raging of the water: and they ceased, and there was a calm."},{"text":"And he said unto them, Where is your faith? And they being afraid wondered, saying one to another, What manner of man is this! for he commandeth even the winds and water, and they obey him."},{"text":"And they arrived at the country of the Gadarenes, which is over against Galilee."},{"text":"And when he went forth to land, there met him out of the city a certain man, which had devils long time, and ware no clothes, neither abode in any house, but in the tombs."},{"text":"When he saw Jesus, he cried out, and fell down before him, and with a loud voice said, What have I to do with thee, Jesus, thou Son of God most high? I beseech thee, torment me not."},{"text":"(For he had commanded the unclean spirit to come out of the man. For oftentimes it had caught him: and he was kept bound with chains and in fetters; and he brake the bands, and was driven of the devil into the wilderness.)"},{"text":"And Jesus asked him, saying, What is thy name? And he said, Legion: because many devils were entered into him."},{"text":"And they besought him that he would not command them to go out into the deep."},{"text":"And there was there an herd of many swine feeding on the mountain: and they besought him that he would suffer them to enter into them. And he suffered them."},{"text":"Then went the devils out of the man, and entered into the swine: and the herd ran violently down a steep place into the lake, and were choked."},{"text":"When they that fed them saw what was done, they fled, and went and told it in the city and in the country."},{"text":"Then they went out to see what was done; and came to Jesus, and found the man, out of whom the devils were departed, sitting at the feet of Jesus, clothed, and in his right mind: and they were afraid."},{"text":"They also which saw it told them by what means he that was possessed of the devils was healed."},{"text":"Then the whole multitude of the country of the Gadarenes round about besought him to depart from them; for they were taken with great fear: and he went up into the ship, and returned back again."},{"text":"Now the man out of whom the devils were departed besought him that he might be with him: but Jesus sent him away, saying,"},{"text":"Return to thine own house, and shew how great things God hath done unto thee. And he went his way, and published throughout the whole city how great things Jesus had done unto him."},{"text":"And it came to pass, that, when Jesus was returned, the people gladly received him: for they were all waiting for him."},{"text":"And, behold, there came a man named Jairus, and he was a ruler of the synagogue: and he fell down at Jesus' feet, and besought him that he would come into his house:"},{"text":"For he had one only daughter, about twelve years of age, and she lay a dying. But as he went the people thronged him."},{"text":"And a woman having an issue of blood twelve years, which had spent all her living upon physicians, neither could be healed of any,"},{"text":"Came behind him, and touched the border of his garment: and immediately her issue of blood stanched."},{"text":"And Jesus said, Who touched me? When all denied, Peter and they that were with him said, Master, the multitude throng thee and press thee, and sayest thou, Who touched me?"},{"text":"And Jesus said, Somebody hath touched me: for I perceive that virtue is gone out of me."},{"text":"And when the woman saw that she was not hid, she came trembling, and falling down before him, she declared unto him before all the people for what cause she had touched him, and how she was healed immediately."},{"text":"And he said unto her, Daughter, be of good comfort: thy faith hath made thee whole; go in peace."},{"text":"While he yet spake, there cometh one from the ruler of the synagogue's house, saying to him, Thy daughter is dead; trouble not the Master."},{"text":"But when Jesus heard it, he answered him, saying, Fear not: believe only, and she shall be made whole."},{"text":"And when he came into the house, he suffered no man to go in, save Peter, and James, and John, and the father and the mother of the maiden."},{"text":"And all wept, and bewailed her: but he said, Weep not; she is not dead, but sleepeth."},{"text":"And they laughed him to scorn, knowing that she was dead."},{"text":"And he put them all out, and took her by the hand, and called, saying, Maid, arise."},{"text":"And her spirit came again, and she arose straightway: and he commanded to give her meat."},{"text":"And her parents were astonished: but he charged them that they should tell no man what was done."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"Then he called his twelve disciples together, and gave them power and authority over all devils, and to cure diseases."},{"text":"And he sent them to preach the kingdom of God, and to heal the sick."},{"text":"And he said unto them, Take nothing for your journey, neither staves, nor scrip, neither bread, neither money; neither have two coats apiece."},{"text":"And whatsoever house ye enter into, there abide, and thence depart."},{"text":"And whosoever will not receive you, when ye go out of that city, shake off the very dust from your feet for a testimony against them."},{"text":"And they departed, and went through the towns, preaching the gospel, and healing every where."},{"text":"Now Herod the tetrarch heard of all that was done by him: and he was perplexed, because that it was said of some, that John was risen from the dead;"},{"text":"And of some, that Elias had appeared; and of others, that one of the old prophets was risen again."},{"text":"And Herod said, John have I beheaded: but who is this, of whom I hear such things? And he desired to see him."},{"text":"And the apostles, when they were returned, told him all that they had done. And he took them, and went aside privately into a desert place belonging to the city called Bethsaida."},{"text":"And the people, when they knew it, followed him: and he received them, and spake unto them of the kingdom of God, and healed them that had need of healing."},{"text":"And when the day began to wear away, then came the twelve, and said unto him, Send the multitude away, that they may go into the towns and country round about, and lodge, and get victuals: for we are here in a desert place."},{"text":"But he said unto them, Give ye them to eat. And they said, We have no more but five loaves and two fishes; except we should go and buy meat for all this people."},{"text":"For they were about five thousand men. And he said to his disciples, Make them sit down by fifties in a company."},{"text":"And they did so, and made them all sit down."},{"text":"Then he took the five loaves and the two fishes, and looking up to heaven, he blessed them, and brake, and gave to the disciples to set before the multitude."},{"text":"And they did eat, and were all filled: and there was taken up of fragments that remained to them twelve baskets."},{"text":"And it came to pass, as he was alone praying, his disciples were with him: and he asked them, saying, Whom say the people that I am?"},{"text":"They answering said, John the Baptist; but some say, Elias; and others say, that one of the old prophets is risen again."},{"text":"He said unto them, But whom say ye that I am? Peter answering said, The Christ of God."},{"text":"And he straitly charged them, and commanded them to tell no man that thing;"},{"text":"Saying, The Son of man must suffer many things, and be rejected of the elders and chief priests and scribes, and be slain, and be raised the third day."},{"text":"And he said to them all, If any man will come after me, let him deny himself, and take up his cross daily, and follow me."},{"text":"For whosoever will save his life shall lose it: but whosoever will lose his life for my sake, the same shall save it."},{"text":"For what is a man advantaged, if he gain the whole world, and lose himself, or be cast away?"},{"text":"For whosoever shall be ashamed of me and of my words, of him shall the Son of man be ashamed, when he shall come in his own glory, and in his Father's, and of the holy angels."},{"text":"But I tell you of a truth, there be some standing here, which shall not taste of death, till they see the kingdom of God."},{"text":"And it came to pass about an eight days after these sayings, he took Peter and John and James, and went up into a mountain to pray."},{"text":"And as he prayed, the fashion of his countenance was altered, and his raiment was white and glistering."},{"text":"And, behold, there talked with him two men, which were Moses and Elias:"},{"text":"Who appeared in glory, and spake of his decease which he should accomplish at Jerusalem."},{"text":"But Peter and they that were with him were heavy with sleep: and when they were awake, they saw his glory, and the two men that stood with him."},{"text":"And it came to pass, as they departed from him, Peter said unto Jesus, Master, it is good for us to be here: and let us make three tabernacles; one for thee, and one for Moses, and one for Elias: not knowing what he said."},{"text":"While he thus spake, there came a cloud, and overshadowed them: and they feared as they entered into the cloud."},{"text":"And there came a voice out of the cloud, saying, This is my beloved Son: hear him."},{"text":"And when the voice was past, Jesus was found alone. And they kept it close, and told no man in those days any of those things which they had seen."},{"text":"And it came to pass, that on the next day, when they were come down from the hill, much people met him."},{"text":"And, behold, a man of the company cried out, saying, Master, I beseech thee, look upon my son: for he is mine only child."},{"text":"And, lo, a spirit taketh him, and he suddenly crieth out; and it teareth him that he foameth again, and bruising him hardly departeth from him."},{"text":"And I besought thy disciples to cast him out; and they could not."},{"text":"And Jesus answering said, O faithless and perverse generation, how long shall I be with you, and suffer you? Bring thy son hither."},{"text":"And as he was yet a coming, the devil threw him down, and tare him."},{"text":"And they were all amazed at the mighty power of God. But while they wondered every one at all things which Jesus did, he said unto his disciples,"},{"text":"Let these sayings sink down into your ears: for the Son of man shall be delivered into the hands of men."},{"text":"But they understood not this saying, and it was hid from them, that they perceived it not: and they feared to ask him of that saying."},{"text":"Then there arose a reasoning among them, which of them should be greatest."},{"text":"And Jesus, perceiving the thought of their heart, took a child, and set him by him,"},{"text":"And said unto them, Whosoever shall receive this child in my name receiveth me: and whosoever shall receive me receiveth him that sent me: for he that is least among you all, the same shall be great."},{"text":"And John answered and said, Master, we saw one casting out devils in thy name; and we forbad him, because he followeth not with us."},{"text":"And Jesus said unto him, Forbid him not: for he that is not against us is for us."},{"text":"And it came to pass, when the time was come that he should be received up, he stedfastly set his face to go to Jerusalem,"},{"text":"And sent messengers before his face: and they went, and entered into a village of the Samaritans, to make ready for him."},{"text":"And they did not receive him, because his face was as though he would go to Jerusalem."},{"text":"And when his disciples James and John saw this, they said, Lord, wilt thou that we command fire to come down from heaven, and consume them, even as Elias did?"},{"text":"But he turned, and rebuked them, and said, Ye know not what manner of spirit ye are of."},{"text":"For the Son of man is not come to destroy men's lives, but to save them. And they went to another village."},{"text":"And it came to pass, that, as they went in the way, a certain man said unto him, Lord, I will follow thee whithersoever thou goest."},{"text":"And Jesus said unto him, Foxes have holes, and birds of the air have nests; but the Son of man hath not where to lay his head."},{"text":"And he said unto another, Follow me. But he said, Lord, suffer me first to go and bury my father."},{"text":"Jesus said unto him, Let the dead bury their dead: but go thou and preach the kingdom of God."},{"text":"And another also said, Lord, I will follow thee; but let me first go bid them farewell, which are at home at my house."},{"text":"And Jesus said unto him, No man, having put his hand to the plough, and looking back, is fit for the kingdom of God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The burden of the word of the LORD to Israel by Malachi."},{"text":"I have loved you, saith the LORD. Yet ye say, Wherein hast thou loved us? Was not Esau Jacob's brother? saith the LORD: yet I loved Jacob,"},{"text":"And I hated Esau, and laid his mountains and his heritage waste for the dragons of the wilderness."},{"text":"Whereas Edom saith, We are impoverished, but we will return and build the desolate places; thus saith the LORD of hosts, They shall build, but I will throw down; and they shall call them, The border of wickedness, and, The people against whom the LORD hath indignation for ever."},{"text":"And your eyes shall see, and ye shall say, The LORD will be magnified from the border of Israel."},{"text":"A son honoureth his father, and a servant his master: if then I be a father, where is mine honour? and if I be a master, where is my fear? saith the LORD of hosts unto you, O priests, that despise my name. And ye say, Wherein have we despised thy name?"},{"text":"Ye offer polluted bread upon mine altar; and ye say, Wherein have we polluted thee? In that ye say, The table of the LORD is contemptible."},{"text":"And if ye offer the blind for sacrifice, is it not evil? and if ye offer the lame and sick, is it not evil? offer it now unto thy governor; will he be pleased with thee, or accept thy person? saith the LORD of hosts."},{"text":"And now, I pray you, beseech God that he will be gracious unto us: this hath been by your means: will he regard your persons? saith the LORD of hosts."},{"text":"Who is there even among you that would shut the doors for nought? neither do ye kindle fire on mine altar for nought. I have no pleasure in you, saith the LORD of hosts, neither will I accept an offering at your hand."},{"text":"For from the rising of the sun even unto the going down of the same my name shall be great among the Gentiles; and in every place incense shall be offered unto my name, and a pure offering: for my name shall be great among the heathen, saith the LORD of hosts."},{"text":"But ye have profaned it, in that ye say, The table of the LORD is polluted; and the fruit thereof, even his meat, is contemptible."},{"text":"Ye said also, Behold, what a weariness is it! and ye have snuffed at it, saith the LORD of hosts; and ye brought that which was torn, and the lame, and the sick; thus ye brought an offering: should I accept this of your hand? saith the LORD."},{"text":"But cursed be the deceiver, which hath in his flock a male, and voweth, and sacrificeth unto the LORD a corrupt thing: for I am a great King, saith the LORD of hosts, and my name is dreadful among the heathen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And now, O ye priests, this commandment is for you."},{"text":"If ye will not hear, and if ye will not lay it to heart, to give glory unto my name, saith the LORD of hosts, I will even send a curse upon you, and I will curse your blessings: yea, I have cursed them already, because ye do not lay it to heart."},{"text":"Behold, I will corrupt your seed, and spread dung upon your faces, even the dung of your solemn feasts; and one shall take you away with it."},{"text":"And ye shall know that I have sent this commandment unto you, that my covenant might be with Levi, saith the LORD of hosts."},{"text":"My covenant was with him of life and peace; and I gave them to him for the fear wherewith he feared me, and was afraid before my name."},{"text":"The law of truth was in his mouth, and iniquity was not found in his lips: he walked with me in peace and equity, and did turn many away from iniquity."},{"text":"For the priest's lips should keep knowledge, and they should seek the law at his mouth: for he is the messenger of the LORD of hosts."},{"text":"But ye are departed out of the way; ye have caused many to stumble at the law; ye have corrupted the covenant of Levi, saith the LORD of hosts."},{"text":"Therefore have I also made you contemptible and base before all the people, according as ye have not kept my ways, but have been partial in the law."},{"text":"Have we not all one father? hath not one God created us? why do we deal treacherously every man against his brother, by profaning the covenant of our fathers?"},{"text":"Judah hath dealt treacherously, and an abomination is committed in Israel and in Jerusalem; for Judah hath profaned the holiness of the LORD which he loved, and hath married the daughter of a strange god."},{"text":"The LORD will cut off the man that doeth this, the master and the scholar, out of the tabernacles of Jacob, and him that offereth an offering unto the LORD of hosts."},{"text":"And this have ye done again, covering the altar of the LORD with tears, with weeping, and with crying out, insomuch that he regardeth not the offering any more, or receiveth it with good will at your hand."},{"text":"Yet ye say, Wherefore? Because the LORD hath been witness between thee and the wife of thy youth, against whom thou hast dealt treacherously: yet is she thy companion, and the wife of thy covenant."},{"text":"And did not he make one? Yet had he the residue of the spirit. And wherefore one? That he might seek a godly seed. Therefore take heed to your spirit, and let none deal treacherously against the wife of his youth."},{"text":"For the LORD, the God of Israel, saith that he hateth putting away: for one covereth violence with his garment, saith the LORD of hosts: therefore take heed to your spirit, that ye deal not treacherously."},{"text":"Ye have wearied the LORD with your words. Yet ye say, Wherein have we wearied him? When ye say, Every one that doeth evil is good in the sight of the LORD, and he delighteth in them; or, Where is the God of judgment?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"Behold, I will send my messenger, and he shall prepare the way before me: and the LORD, whom ye seek, shall suddenly come to his temple, even the messenger of the covenant, whom ye delight in: behold, he shall come, saith the LORD of hosts."},{"text":"But who may abide the day of his coming? and who shall stand when he appeareth? for he is like a refiner's fire, and like fullers' soap:"},{"text":"And he shall sit as a refiner and purifier of silver: and he shall purify the sons of Levi, and purge them as gold and silver, that they may offer unto the LORD an offering in righteousness."},{"text":"Then shall the offering of Judah and Jerusalem be pleasant unto the LORD, as in the days of old, and as in former years."},{"text":"And I will come near to you to judgment; and I will be a swift witness against the sorcerers, and against the adulterers, and against false swearers, and against those that oppress the hireling in his wages, the widow, and the fatherless, and that turn aside the stranger from his right, and fear not me, saith the LORD of hosts."},{"text":"For I am the LORD, I change not; therefore ye sons of Jacob are not consumed."},{"text":"Even from the days of your fathers ye are gone away from mine ordinances, and have not kept them. Return unto me, and I will return unto you, saith the LORD of hosts. But ye said, Wherein shall we return?"},{"text":"Will a man rob God? Yet ye have robbed me. But ye say, Wherein have we robbed thee? In tithes and offerings."},{"text":"Ye are cursed with a curse: for ye have robbed me, even this whole nation."},{"text":"Bring ye all the tithes into the storehouse, that there may be meat in mine house, and prove me now herewith, saith the LORD of hosts, if I will not open you the windows of heaven, and pour you out a blessing, that there shall not be room enough to receive it."},{"text":"And I will rebuke the devourer for your sakes, and he shall not destroy the fruits of your ground; neither shall your vine cast her fruit before the time in the field, saith the LORD of hosts."},{"text":"And all nations shall call you blessed: for ye shall be a delightsome land, saith the LORD of hosts."},{"text":"Your words have been stout against me, saith the LORD. Yet ye say, What have we spoken so much against thee?"},{"text":"Ye have said, It is vain to serve God: and what profit is it that we have kept his ordinance, and that we have walked mournfully before the LORD of hosts?"},{"text":"And now we call the proud happy; yea, they that work wickedness are set up; yea, they that tempt God are even delivered."},{"text":"Then they that feared the LORD spake often one to another: and the LORD hearkened, and heard it, and a book of remembrance was written before him for them that feared the LORD, and that thought upon his name."},{"text":"And they shall be mine, saith the LORD of hosts, in that day when I make up my jewels; and I will spare them, as a man spareth his own son that serveth him."},{"text":"Then shall ye return, and discern between the righteous and the wicked, between him that serveth God and him that serveth him not."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"For, behold, the day cometh, that shall burn as an oven; and all the proud, yea, and all that do wickedly, shall be stubble: and the day that cometh shall burn them up, saith the LORD of hosts, that it shall leave them neither root nor branch."},{"text":"But unto you that fear my name shall the Sun of righteousness arise with healing in his wings; and ye shall go forth, and grow up as calves of the stall."},{"text":"And ye shall tread down the wicked; for they shall be ashes under the soles of your feet in the day that I shall do this, saith the LORD of hosts."},{"text":"Remember ye the law of Moses my servant, which I commanded unto him in Horeb for all Israel, with the statutes and judgments."},{"text":"Behold, I will send you Elijah the prophet before the coming of the great and dreadful day of the LORD:"},{"text":"And he shall turn the heart of the fathers to the children, and the heart of the children to their fathers, lest I come and smite the earth with a curse."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The beginning of the gospel of Jesus Christ, the Son of God;"},{"text":"As it is written in the prophets, Behold, I send my messenger before thy face, which shall prepare thy way before thee."},{"text":"The voice of one crying in the wilderness, Prepare ye the way of the Lord, make his paths straight."},{"text":"John did baptize in the wilderness, and preach the baptism of repentance for the remission of sins."},{"text":"And there went out unto him all the land of Judaea, and they of Jerusalem, and were all baptized of him in the river of Jordan, confessing their sins."},{"text":"And John was clothed with camel's hair, and with a girdle of a skin about his loins; and he did eat locusts and wild honey;"},{"text":"And preached, saying, There cometh one mightier than I after me, the latchet of whose shoes I am not worthy to stoop down and unloose."},{"text":"I indeed have baptized you with water: but he shall baptize you with the Holy Ghost."},{"text":"And it came to pass in those days, that Jesus came from Nazareth of Galilee, and was baptized of John in Jordan."},{"text":"And straightway coming up out of the water, he saw the heavens opened, and the Spirit like a dove descending upon him:"},{"text":"And there came a voice from heaven, saying, Thou art my beloved Son, in whom I am well pleased."},{"text":"And immediately the spirit driveth him into the wilderness."},{"text":"And he was there in the wilderness forty days, tempted of Satan; and was with the wild beasts; and the angels ministered unto him."},{"text":"Now after that John was put in prison, Jesus came into Galilee, preaching the gospel of the kingdom of God,"},{"text":"And saying, The time is fulfilled, and the kingdom of God is at hand: repent ye, and believe the gospel."},{"text":"Now as he walked by the sea of Galilee, he saw Simon and Andrew his brother casting a net into the sea: for they were fishers."},{"text":"And Jesus said unto them, Come ye after me, and I will make you to become fishers of men."},{"text":"And straightway they forsook their nets, and followed him."},{"text":"And when he had gone a little farther thence, he saw James the son of Zebedee, and John his brother, who also were in the ship mending their nets."},{"text":"And straightway he called them: and they left their father Zebedee in the ship with the hired servants, and went after him."},{"text":"And they went into Capernaum; and straightway on the sabbath day he entered into the synagogue, and taught."},{"text":"And they were astonished at his doctrine: for he taught them as one that had authority, and not as the scribes."},{"text":"And there was in their synagogue a man with an unclean spirit; and he cried out,"},{"text":"Saying, Let us alone; what have we to do with thee, thou Jesus of Nazareth? art thou come to destroy us? I know thee who thou art, the Holy One of God."},{"text":"And Jesus rebuked him, saying, Hold thy peace, and come out of him."},{"text":"And when the unclean spirit had torn him, and cried with a loud voice, he came out of him."},{"text":"And they were all amazed, insomuch that they questioned among themselves, saying, What thing is this? what new doctrine is this? for with authority commandeth he even the unclean spirits, and they do obey him."},{"text":"And immediately his fame spread abroad throughout all the region round about Galilee."},{"text":"And forthwith, when they were come out of the synagogue, they entered into the house of Simon and Andrew, with James and John."},{"text":"But Simon's wife's mother lay sick of a fever, and anon they tell him of her."},{"text":"And he came and took her by the hand, and lifted her up; and immediately the fever left her, and she ministered unto them."},{"text":"And at even, when the sun did set, they brought unto him all that were diseased, and them that were possessed with devils."},{"text":"And all the city was gathered together at the door."},{"text":"And he healed many that were sick of divers diseases, and cast out many devils; and suffered not the devils to speak, because they knew him."},{"text":"And in the morning, rising up a great while before day, he went out, and departed into a solitary place, and there prayed."},{"text":"And Simon and they that were with him followed after him."},{"text":"And when they had found him, they said unto him, All men seek for thee."},{"text":"And he said unto them, Let us go into the next towns, that I may preach there also: for therefore came I forth."},{"text":"And he preached in their synagogues throughout all Galilee, and cast out devils."},{"text":"And there came a leper to him, beseeching him, and kneeling down to him, and saying unto him, If thou wilt, thou canst make me clean."},{"text":"And Jesus, moved with compassion, put forth his hand, and touched him, and saith unto him, I will; be thou clean."},{"text":"And as soon as he had spoken, immediately the leprosy departed from him, and he was cleansed."},{"text":"And he straitly charged him, and forthwith sent him away;"},{"text":"And saith unto him, See thou say nothing to any man: but go thy way, shew thyself to the priest, and offer for thy cleansing those things which Moses commanded, for a testimony unto them."},{"text":"But he went out, and began to publish it much, and to blaze abroad the matter, insomuch that Jesus could no more openly enter into the city, but was without in desert places: and they came to him from every quarter."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"And he arose from thence, and cometh into the coasts of Judaea by the farther side of Jordan: and the people resort unto him again; and, as he was wont, he taught them again."},{"text":"And the Pharisees came to him, and asked him, Is it lawful for a man to put away his wife? tempting him."},{"text":"And he answered and said unto them, What did Moses command you?"},{"text":"And they said, Moses suffered to write a bill of divorcement, and to put her away."},{"text":"And Jesus answered and said unto them, For the hardness of your heart he wrote you this precept."},{"text":"But from the beginning of the creation God made them male and female."},{"text":"For this cause shall a man leave his father and mother, and cleave to his wife;"},{"text":"And they twain shall be one flesh: so then they are no more twain, but one flesh."},{"text":"What therefore God hath joined together, let not man put asunder."},{"text":"And in the house his disciples asked him again of the same matter."},{"text":"And he saith unto them, Whosoever shall put away his wife, and marry another, committeth adultery against her."},{"text":"And if a woman shall put away her husband, and be married to another, she committeth adultery."},{"text":"And they brought young children to him, that he should touch them: and his disciples rebuked those that brought them."},{"text":"But when Jesus saw it, he was much displeased, and said unto them, Suffer the little children to come unto me, and forbid them not: for of such is the kingdom of God."},{"text":"Verily I say unto you, Whosoever shall not receive the kingdom of God as a little child, he shall not enter therein."},{"text":"And he took them up in his arms, put his hands upon them, and blessed them."},{"text":"And when he was gone forth into the way, there came one running, and kneeled to him, and asked him, Good Master, what shall I do that I may inherit eternal life?"},{"text":"And Jesus said unto him, Why callest thou me good? there is none good but one, that is, God."},{"text":"Thou knowest the commandments, Do not commit adultery, Do not kill, Do not steal, Do not bear false witness, Defraud not, Honour thy father and mother."},{"text":"And he answered and said unto him, Master, all these have I observed from my youth."},{"text":"Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me."},{"text":"And he was sad at that saying, and went away grieved: for he had great possessions."},{"text":"And Jesus looked round about, and saith unto his disciples, How hardly shall they that have riches enter into the kingdom of God!"},{"text":"And the disciples were astonished at his words. But Jesus answereth again, and saith unto them, Children, how hard is it for them that trust in riches to enter into the kingdom of God!"},{"text":"It is easier for a camel to go through the eye of a needle, than for a rich man to enter into the kingdom of God."},{"text":"And they were astonished out of measure, saying among themselves, Who then can be saved?"},{"text":"And Jesus looking upon them saith, With men it is impossible, but not with God: for with God all things are possible."},{"text":"Then Peter began to say unto him, Lo, we have left all, and have followed thee."},{"text":"And Jesus answered and said, Verily I say unto you, There is no man that hath left house, or brethren, or sisters, or father, or mother, or wife, or children, or lands, for my sake, and the gospel's,"},{"text":"But he shall receive an hundredfold now in this time, houses, and brethren, and sisters, and mothers, and children, and lands, with persecutions; and in the world to come eternal life."},{"text":"But many that are first shall be last; and the last first."},{"text":"And they were in the way going up to Jerusalem; and Jesus went before them: and they were amazed; and as they followed, they were afraid."},{"text":"And James and John, the sons of Zebedee, come unto him, saying, Master, we would that thou shouldest do for us whatsoever we shall desire."},{"text":"And he said unto them, What would ye that I should do for you?"},{"text":"They said unto him, Grant unto us that we may sit, one on thy right hand, and the other on thy left hand, in thy glory."},{"text":"But Jesus said unto them, Ye know not what ye ask: can ye drink of the cup that I drink of? and be baptized with the baptism that I am baptized with?"},{"text":"And they said unto him, We can. And Jesus said unto them, Ye shall indeed drink of the cup that I drink of; and with the baptism that I am baptized withal shall ye be baptized:"},{"text":"But to sit on my right hand and on my left hand is not mine to give; but it shall be given to them for whom it is prepared."},{"text":"And when the ten heard it, they began to be much displeased with James and John."},{"text":"But Jesus called them to him, and saith unto them, Ye know that they which are accounted to rule over the Gentiles exercise lordship over them; and their great ones exercise authority upon them."},{"text":"But so shall it not be among you: but whosoever will be great among you, shall be your minister:"},{"text":"And whosoever of you will be the chiefest, shall be servant of all."},{"text":"For even the Son of man came not to be ministered unto, but to minister, and to give his life a ransom for many."},{"text":"And they came to Jericho: and as he went out of Jericho with his disciples and a great number of people, blind Bartimaeus, the son of Timaeus, sat by the highway side begging."},{"text":"And when he heard that it was Jesus of Nazareth, he began to cry out, and say, Jesus, thou son of David, have mercy on me."},{"text":"And many charged him that he should hold his peace: but he cried the more a great deal, Thou son of David, have mercy on me."},{"text":"And Jesus stood still, and commanded him to be called. And they call the blind man, saying unto him, Be of good comfort, rise; he calleth thee."},{"text":"And he, casting away his garment, rose, and came to Jesus."},{"text":"And Jesus answered and said unto him, What wilt thou that I should do unto thee? The blind man said unto him, Lord, that I might receive my sight."},{"text":"And Jesus said unto him, Go thy way; thy faith hath made thee whole."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"And when they came nigh to Jerusalem, unto Bethphage and Bethany, at the mount of Olives, he sendeth forth two of his disciples,"},{"text":"And saith unto them, Go your way into the village over against you: and as soon as ye be entered into it, ye shall find a colt tied, whereon never man sat; loose him, and bring him."},{"text":"And if any man say unto you, Why do ye this? say ye that the Lord hath need of him; and straightway he will send him hither."},{"text":"And they went their way, and found the colt tied by the door without in a place where two ways met; and they loose him."},{"text":"And certain of them that stood there said unto them, What do ye, loosing the colt?"},{"text":"And they said unto them even as Jesus had commanded: and they let them go."},{"text":"And they brought the colt to Jesus, and cast their garments on him; and he sat upon him."},{"text":"And many spread their garments in the way: and others cut down branches off the trees, and strawed them in the way."},{"text":"And they that went before, and they that followed, cried, saying, Hosanna; Blessed is he that cometh in the name of the Lord:"},{"text":"Blessed be the kingdom of our father David, that cometh in the name of the Lord: Hosanna in the highest."},{"text":"And Jesus entered into Jerusalem, and into the temple: and when he had looked round about upon all things, and now the eventide was come, he went out unto Bethany with the twelve."},{"text":"And on the morrow, when they were come from Bethany, he was hungry:"},{"text":"And seeing a fig tree afar off having leaves, he came, if haply he might find any thing thereon: and when he came to it, he found nothing but leaves; for the time of figs was not yet."},{"text":"And Jesus answered and said unto it, No man eat fruit of thee hereafter for ever. And his disciples heard it."},{"text":"And they come to Jerusalem: and Jesus went into the temple, and began to cast out them that sold and bought in the temple, and overthrew the tables of the moneychangers, and the seats of them that sold doves;"},{"text":"And would not suffer that any man should carry any vessel through the temple."},{"text":"And he taught, saying unto them, Is it not written, My house shall be called of all nations the house of prayer? but ye have made it a den of thieves."},{"text":"And the scribes and chief priests heard it, and sought how they might destroy him: for they feared him, because all the people was astonished at his doctrine."},{"text":"And when even was come, he went out of the city."},{"text":"And in the morning, as they passed by, they saw the fig tree dried up from the roots."},{"text":"And Peter calling to remembrance saith unto him, Master, behold, the fig tree which thou cursedst is withered away."},{"text":"And Jesus answering saith unto them, Have faith in God."},{"text":"For verily I say unto you, That whosoever shall say unto this mountain, Be thou removed, and be thou cast into the sea; and shall not doubt in his heart, but shall believe that those things which he saith shall come to pass; he shall have whatsoever he saith."},{"text":"Therefore I say unto you, What things soever ye desire, when ye pray, believe that ye receive them, and ye shall have them."},{"text":"And when ye stand praying, forgive, if ye have ought against any: that your Father also which is in heaven may forgive you your trespasses."},{"text":"But if ye do not forgive, neither will your Father which is in heaven forgive your trespasses."},{"text":"And they come again to Jerusalem: and as he was walking in the temple, there come to him the chief priests, and the scribes, and the elders,"},{"text":"And say unto him, By what authority doest thou these things? and who gave thee this authority to do these things?"},{"text":"And Jesus answered and said unto them, I will also ask of you one question, and answer me, and I will tell you by what authority I do these things."},{"text":"The baptism of John, was it from heaven, or of men? answer me."},{"text":"And they reasoned with themselves, saying, If we shall say, From heaven; he will say, Why then did ye not believe him?"},{"text":"But if we shall say, Of men; they feared the people: for all men counted John, that he was a prophet indeed."},{"text":"And they answered and said unto Jesus, We cannot tell. And Jesus answering saith unto them, Neither do I tell you by what authority I do these things."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"And he began to speak unto them by parables. A certain man planted a vineyard, and set an hedge about it, and digged a place for the winefat, and built a tower, and let it out to husbandmen, and went into a far country."},{"text":"And at the season he sent to the husbandmen a servant, that he might receive from the husbandmen of the fruit of the vineyard."},{"text":"And they caught him, and beat him, and sent him away empty."},{"text":"And again he sent unto them another servant; and at him they cast stones, and wounded him in the head, and sent him away shamefully handled."},{"text":"And again he sent another; and him they killed, and many others; beating some, and killing some."},{"text":"Having yet therefore one son, his wellbeloved, he sent him also last unto them, saying, They will reverence my son."},{"text":"But those husbandmen said among themselves, This is the heir; come, let us kill him, and the inheritance shall be our's."},{"text":"And they took him, and killed him, and cast him out of the vineyard."},{"text":"What shall therefore the lord of the vineyard do? he will come and destroy the husbandmen, and will give the vineyard unto others."},{"text":"And have ye not read this scripture; The stone which the builders rejected is become the head of the corner:"},{"text":"This was the Lord's doing, and it is marvellous in our eyes?"},{"text":"And they sought to lay hold on him, but feared the people: for they knew that he had spoken the parable against them: and they left him, and went their way."},{"text":"And they send unto him certain of the Pharisees and of the Herodians, to catch him in his words."},{"text":"And when they were come, they say unto him, Master, we know that thou art true, and carest for no man: for thou regardest not the person of men, but teachest the way of God in truth: Is it lawful to give tribute to Caesar, or not?"},{"text":"Shall we give, or shall we not give? But he, knowing their hypocrisy, said unto them, Why tempt ye me? bring me a penny, that I may see it."},{"text":"And they brought it. And he saith unto them, Whose is this image and superscription? And they said unto him, Caesar's."},{"text":"And Jesus answering said unto them, Render to Caesar the things that are Caesar's, and to God the things that are God's. And they marvelled at him."},{"text":"Then come unto him the Sadducees, which say there is no resurrection; and they asked him, saying,"},{"text":"Master, Moses wrote unto us, If a man's brother die, and leave his wife behind him, and leave no children, that his brother should take his wife, and raise up seed unto his brother."},{"text":"Now there were seven brethren: and the first took a wife, and dying left no seed."},{"text":"And the second took her, and died, neither left he any seed: and the third likewise."},{"text":"And the seven had her, and left no seed: last of all the woman died also."},{"text":"In the resurrection therefore, when they shall rise, whose wife shall she be of them? for the seven had her to wife."},{"text":"And Jesus answering said unto them, Do ye not therefore err, because ye know not the scriptures, neither the power of God?"},{"text":"For when they shall rise from the dead, they neither marry, nor are given in marriage; but are as the angels which are in heaven."},{"text":"And as touching the dead, that they rise: have ye not read in the book of Moses, how in the bush God spake unto him, saying, I am the God of Abraham, and the God of Isaac, and the God of Jacob?"},{"text":"He is not the God of the dead, but the God of the living: ye therefore do greatly err."},{"text":"And one of the scribes came, and having heard them reasoning together, and perceiving that he had answered them well, asked him, Which is the first commandment of all?"},{"text":"And Jesus answered him, The first of all the commandments is, Hear, O Israel; The Lord our God is one Lord:"},{"text":"And thou shalt love the Lord thy God with all thy heart, and with all thy soul, and with all thy mind, and with all thy strength: this is the first commandment."},{"text":"And the second is like, namely this, Thou shalt love thy neighbour as thyself. There is none other commandment greater than these."},{"text":"And the scribe said unto him, Well, Master, thou hast said the truth: for there is one God; and there is none other but he:"},{"text":"And to love him with all the heart, and with all the understanding, and with all the soul, and with all the strength, and to love his neighbour as himself, is more than all whole burnt offerings and sacrifices."},{"text":"And when Jesus saw that he answered discreetly, he said unto him, Thou art not far from the kingdom of God. And no man after that durst ask him any question."},{"text":"And Jesus answered and said, while he taught in the temple, How say the scribes that Christ is the son of David?"},{"text":"For David himself said by the Holy Ghost, The LORD said to my Lord, Sit thou on my right hand, till I make thine enemies thy footstool."},{"text":"David therefore himself calleth him Lord; and whence is he then his son? And the common people heard him gladly."},{"text":"And he said unto them in his doctrine, Beware of the scribes, which love to go in long clothing, and love salutations in the marketplaces,"},{"text":"And the chief seats in the synagogues, and the uppermost rooms at feasts:"},{"text":"Which devour widows' houses, and for a pretence make long prayers: these shall receive greater damnation."},{"text":"And Jesus sat over against the treasury, and beheld how the people cast money into the treasury: and many that were rich cast in much."},{"text":"And there came a certain poor widow, and she threw in two mites, which make a farthing."},{"text":"And he called unto him his disciples, and saith unto them, Verily I say unto you, That this poor widow hath cast more in, than all they which have cast into the treasury:"},{"text":"For all they did cast in of their abundance; but she of her want did cast in all that she had, even all her living."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"And as he went out of the temple, one of his disciples saith unto him, Master, see what manner of stones and what buildings are here!"},{"text":"And Jesus answering said unto him, Seest thou these great buildings? there shall not be left one stone upon another, that shall not be thrown down."},{"text":"And as he sat upon the mount of Olives over against the temple, Peter and James and John and Andrew asked him privately,"},{"text":"Tell us, when shall these things be? and what shall be the sign when all these things shall be fulfilled?"},{"text":"And Jesus answering them began to say, Take heed lest any man deceive you:"},{"text":"For many shall come in my name, saying, I am Christ; and shall deceive many."},{"text":"And when ye shall hear of wars and rumours of wars, be ye not troubled: for such things must needs be; but the end shall not be yet."},{"text":"For nation shall rise against nation, and kingdom against kingdom: and there shall be earthquakes in divers places, and there shall be famines and troubles: these are the beginnings of sorrows."},{"text":"But take heed to yourselves: for they shall deliver you up to councils; and in the synagogues ye shall be beaten: and ye shall be brought before rulers and kings for my sake, for a testimony against them."},{"text":"And the gospel must first be published among all nations."},{"text":"But when they shall lead you, and deliver you up, take no thought beforehand what ye shall speak, neither do ye premeditate: but whatsoever shall be given you in that hour, that speak ye: for it is not ye that speak, but the Holy Ghost."},{"text":"Now the brother shall betray the brother to death, and the father the son; and children shall rise up against their parents, and shall cause them to be put to death."},{"text":"And ye shall be hated of all men for my name's sake: but he that shall endure unto the end, the same shall be saved."},{"text":"But when ye shall see the abomination of desolation, spoken of by Daniel the prophet, standing where it ought not, (let him that readeth understand,) then let them that be in Judaea flee to the mountains:"},{"text":"And let him that is on the housetop not go down into the house, neither enter therein, to take any thing out of his house:"},{"text":"And let him that is in the field not turn back again for to take up his garment."},{"text":"But woe to them that are with child, and to them that give suck in those days!"},{"text":"And pray ye that your flight be not in the winter."},{"text":"For in those days shall be affliction, such as was not from the beginning of the creation which God created unto this time, neither shall be."},{"text":"And except that the Lord had shortened those days, no flesh should be saved: but for the elect's sake, whom he hath chosen, he hath shortened the days."},{"text":"And then if any man shall say to you, Lo, here is Christ; or, lo, he is there; believe him not:"},{"text":"For false Christs and false prophets shall rise, and shall shew signs and wonders, to seduce, if it were possible, even the elect."},{"text":"But take ye heed: behold, I have foretold you all things."},{"text":"But in those days, after that tribulation, the sun shall be darkened, and the moon shall not give her light,"},{"text":"And the stars of heaven shall fall, and the powers that are in heaven shall be shaken."},{"text":"And then shall they see the Son of man coming in the clouds with great power and glory."},{"text":"And then shall he send his angels, and shall gather together his elect from the four winds, from the uttermost part of the earth to the uttermost part of heaven."},{"text":"Now learn a parable of the fig tree; When her branch is yet tender, and putteth forth leaves, ye know that summer is near:"},{"text":"So ye in like manner, when ye shall see these things come to pass, know that it is nigh, even at the doors."},{"text":"Verily I say unto you, that this generation shall not pass, till all these things be done."},{"text":"Heaven and earth shall pass away: but my words shall not pass away."},{"text":"But of that day and that hour knoweth no man, no, not the angels which are in heaven, neither the Son, but the Father."},{"text":"Take ye heed, watch and pray: for ye know not when the time is."},{"text":"For the Son of Man is as a man taking a far journey, who left his house, and gave authority to his servants, and to every man his work, and commanded the porter to watch."},{"text":"Watch ye therefore: for ye know not when the master of the house cometh, at even, or at midnight, or at the cockcrowing, or in the morning:"},{"text":"Lest coming suddenly he find you sleeping."},{"text":"And what I say unto you I say unto all, Watch."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"After two days was the feast of the passover, and of unleavened bread: and the chief priests and the scribes sought how they might take him by craft, and put him to death."},{"text":"But they said, Not on the feast day, lest there be an uproar of the people."},{"text":"And being in Bethany in the house of Simon the leper, as he sat at meat, there came a woman having an alabaster box of ointment of spikenard very precious; and she brake the box, and poured it on his head."},{"text":"And there were some that had indignation within themselves, and said, Why was this waste of the ointment made?"},{"text":"For it might have been sold for more than three hundred pence, and have been given to the poor. And they murmured against her."},{"text":"And Jesus said, Let her alone; why trouble ye her? she hath wrought a good work on me."},{"text":"For ye have the poor with you always, and whensoever ye will ye may do them good: but me ye have not always."},{"text":"She hath done what she could: she is come aforehand to anoint my body to the burying."},{"text":"Verily I say unto you, Wheresoever this gospel shall be preached throughout the whole world, this also that she hath done shall be spoken of for a memorial of her."},{"text":"And Judas Iscariot, one of the twelve, went unto the chief priests, to betray him unto them."},{"text":"And when they heard it, they were glad, and promised to give him money. And he sought how he might conveniently betray him."},{"text":"And the first day of unleavened bread, when they killed the passover, his disciples said unto him, Where wilt thou that we go and prepare that thou mayest eat the passover?"},{"text":"And he sendeth forth two of his disciples, and saith unto them, Go ye into the city, and there shall meet you a man bearing a pitcher of water: follow him."},{"text":"And wheresoever he shall go in, say ye to the goodman of the house, The Master saith, Where is the guestchamber, where I shall eat the passover with my disciples?"},{"text":"And he will shew you a large upper room furnished and prepared: there make ready for us."},{"text":"And his disciples went forth, and came into the city, and found as he had said unto them: and they made ready the passover."},{"text":"And in the evening he cometh with the twelve."},{"text":"And as they sat and did eat, Jesus said, Verily I say unto you, One of you which eateth with me shall betray me."},{"text":"And they began to be sorrowful, and to say unto him one by one, Is it I? and another said, Is it I?"},{"text":"And he answered and said unto them, It is one of the twelve, that dippeth with me in the dish."},{"text":"The Son of man indeed goeth, as it is written of him: but woe to that man by whom the Son of man is betrayed! good were it for that man if he had never been born."},{"text":"And as they did eat, Jesus took bread, and blessed, and brake it, and gave to them, and said, Take, eat: this is my body."},{"text":"And he took the cup, and when he had given thanks, he gave it to them: and they all drank of it."},{"text":"And he said unto them, This is my blood of the new testament, which is shed for many."},{"text":"Verily I say unto you, I will drink no more of the fruit of the vine, until that day that I drink it new in the kingdom of God."},{"text":"And when they had sung an hymn, they went out into the mount of Olives."},{"text":"And Jesus saith unto them, All ye shall be offended because of me this night: for it is written, I will smite the shepherd, and the sheep shall be scattered."},{"text":"But after that I am risen, I will go before you into Galilee."},{"text":"But Peter said unto him, Although all shall be offended, yet will not I."},{"text":"And Jesus saith unto him, Verily I say unto thee, That this day, even in this night, before the cock crow twice, thou shalt deny me thrice."},{"text":"But he spake the more vehemently, If I should die with thee, I will not deny thee in any wise. Likewise also said they all."},{"text":"And they came to a place which was named Gethsemane: and he saith to his disciples, Sit ye here, while I shall pray."},{"text":"And he taketh with him Peter and James and John, and began to be sore amazed, and to be very heavy;"},{"text":"And saith unto them, My soul is exceeding sorrowful unto death: tarry ye here, and watch."},{"text":"And he went forward a little, and fell on the ground, and prayed that, if it were possible, the hour might pass from him."},{"text":"And he said, Abba, Father, all things are possible unto thee; take away this cup from me: nevertheless not what I will, but what thou wilt."},{"text":"And he cometh, and findeth them sleeping, and saith unto Peter, Simon, sleepest thou? couldest not thou watch one hour?"},{"text":"Watch ye and pray, lest ye enter into temptation. The spirit truly is ready, but the flesh is weak."},{"text":"And again he went away, and prayed, and spake the same words."},{"text":"And when he returned, he found them asleep again, (for their eyes were heavy,) neither wist they what to answer him."},{"text":"And he cometh the third time, and saith unto them, Sleep on now, and take your rest: it is enough, the hour is come; behold, the Son of man is betrayed into the hands of sinners."},{"text":"Rise up, let us go; lo, he that betrayeth me is at hand."},{"text":"And immediately, while he yet spake, cometh Judas, one of the twelve, and with him a great multitude with swords and staves, from the chief priests and the scribes and the elders."},{"text":"And he that betrayed him had given them a token, saying, Whomsoever I shall kiss, that same is he; take him, and lead him away safely."},{"text":"And as soon as he was come, he goeth straightway to him, and saith, Master, master; and kissed him."},{"text":"And they laid their hands on him, and took him."},{"text":"And one of them that stood by drew a sword, and smote a servant of the high priest, and cut off his ear."},{"text":"And Jesus answered and said unto them, Are ye come out, as against a thief, with swords and with staves to take me?"},{"text":"I was daily with you in the temple teaching, and ye took me not: but the scriptures must be fulfilled."},{"text":"And they all forsook him, and fled."},{"text":"And there followed him a certain young man, having a linen cloth cast about his naked body; and the young men laid hold on him:"},{"text":"And he left the linen cloth, and fled from them naked."},{"text":"And they led Jesus away to the high priest: and with him were assembled all the chief priests and the elders and the scribes."},{"text":"And Peter followed him afar off, even into the palace of the high priest: and he sat with the servants, and warmed himself at the fire."},{"text":"And the chief priests and all the council sought for witness against Jesus to put him to death; and found none."},{"text":"For many bare false witness against him, but their witness agreed not together."},{"text":"And there arose certain, and bare false witness against him, saying,"},{"text":"We heard him say, I will destroy this temple that is made with hands, and within three days I will build another made without hands."},{"text":"But neither so did their witness agree together."},{"text":"And the high priest stood up in the midst, and asked Jesus, saying, Answerest thou nothing? what is it which these witness against thee?"},{"text":"But he held his peace, and answered nothing. Again the high priest asked him, and said unto him, Art thou the Christ, the Son of the Blessed?"},{"text":"And Jesus said, I am: and ye shall see the Son of man sitting on the right hand of power, and coming in the clouds of heaven."},{"text":"Then the high priest rent his clothes, and saith, What need we any further witnesses?"},{"text":"Ye have heard the blasphemy: what think ye? And they all condemned him to be guilty of death."},{"text":"And some began to spit on him, and to cover his face, and to buffet him, and to say unto him, Prophesy: and the servants did strike him with the palms of their hands."},{"text":"And as Peter was beneath in the palace, there cometh one of the maids of the high priest:"},{"text":"And when she saw Peter warming himself, she looked upon him, and said, And thou also wast with Jesus of Nazareth."},{"text":"But he denied, saying, I know not, neither understand I what thou sayest. And he went out into the porch; and the cock crew."},{"text":"And a maid saw him again, and began to say to them that stood by, This is one of them."},{"text":"And he denied it again. And a little after, they that stood by said again to Peter, Surely thou art one of them: for thou art a Galilaean, and thy speech agreeth thereto."},{"text":"But he began to curse and to swear, saying, I know not this man of whom ye speak."},{"text":"And the second time the cock crew. And Peter called to mind the word that Jesus said unto him, Before the cock crow twice, thou shalt deny me thrice. And when he thought thereon, he wept."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"And straightway in the morning the chief priests held a consultation with the elders and scribes and the whole council, and bound Jesus, and carried him away, and delivered him to Pilate."},{"text":"And Pilate asked him, Art thou the King of the Jews? And he answering said unto them, Thou sayest it."},{"text":"And the chief priests accused him of many things: but he answered nothing."},{"text":"And Pilate asked him again, saying, Answerest thou nothing? behold how many things they witness against thee."},{"text":"But Jesus yet answered nothing; so that Pilate marvelled."},{"text":"Now at that feast he released unto them one prisoner, whomsoever they desired."},{"text":"And there was one named Barabbas, which lay bound with them that had made insurrection with him, who had committed murder in the insurrection."},{"text":"And the multitude crying aloud began to desire him to do as he had ever done unto them."},{"text":"But Pilate answered them, saying, Will ye that I release unto you the King of the Jews?"},{"text":"For he knew that the chief priests had delivered him for envy."},{"text":"But the chief priests moved the people, that he should rather release Barabbas unto them."},{"text":"And Pilate answered and said again unto them, What will ye then that I shall do unto him whom ye call the King of the Jews?"},{"text":"And they cried out again, Crucify him."},{"text":"Then Pilate said unto them, Why, what evil hath he done? And they cried out the more exceedingly, Crucify him."},{"text":"And so Pilate, willing to content the people, released Barabbas unto them, and delivered Jesus, when he had scourged him, to be crucified."},{"text":"And the soldiers led him away into the hall, called Praetorium; and they call together the whole band."},{"text":"And they clothed him with purple, and platted a crown of thorns, and put it about his head,"},{"text":"And began to salute him, Hail, King of the Jews!"},{"text":"And they smote him on the head with a reed, and did spit upon him, and bowing their knees worshipped him."},{"text":"And when they had mocked him, they took off the purple from him, and put his own clothes on him, and led him out to crucify him."},{"text":"And they compel one Simon a Cyrenian, who passed by, coming out of the country, the father of Alexander and Rufus, to bear his cross."},{"text":"And they bring him unto the place Golgotha, which is, being interpreted, The place of a skull."},{"text":"And they gave him to drink wine mingled with myrrh: but he received it not."},{"text":"And when they had crucified him, they parted his garments, casting lots upon them, what every man should take."},{"text":"And it was the third hour, and they crucified him."},{"text":"And the superscription of his accusation was written over, THE KING OF THE JEWS."},{"text":"And with him they crucify two thieves; the one on his right hand, and the other on his left."},{"text":"And the scripture was fulfilled, which saith, And he was numbered with the transgressors."},{"text":"And they that passed by railed on him, wagging their heads, and saying, Ah, thou that destroyest the temple, and buildest it in three days,"},{"text":"Save thyself, and come down from the cross."},{"text":"Likewise also the chief priests mocking said among themselves with the scribes, He saved others; himself he cannot save."},{"text":"Let Christ the King of Israel descend now from the cross, that we may see and believe. And they that were crucified with him reviled him."},{"text":"And when the sixth hour was come, there was darkness over the whole land until the ninth hour."},{"text":"And at the ninth hour Jesus cried with a loud voice, saying, Eloi, Eloi, lama sabachthani? which is, being interpreted, My God, my God, why hast thou forsaken me?"},{"text":"And some of them that stood by, when they heard it, said, Behold, he calleth Elias."},{"text":"And one ran and filled a spunge full of vinegar, and put it on a reed, and gave him to drink, saying, Let alone; let us see whether Elias will come to take him down."},{"text":"And Jesus cried with a loud voice, and gave up the ghost."},{"text":"And the veil of the temple was rent in twain from the top to the bottom."},{"text":"And when the centurion, which stood over against him, saw that he so cried out, and gave up the ghost, he said, Truly this man was the Son of God."},{"text":"There were also women looking on afar off: among whom was Mary Magdalene, and Mary the mother of James the less and of Joses, and Salome;"},{"text":"(Who also, when he was in Galilee, followed him, and ministered unto him;) and many other women which came up with him unto Jerusalem."},{"text":"And now when the even was come, because it was the preparation, that is, the day before the sabbath,"},{"text":"Joseph of Arimathaea, an honourable counsellor, which also waited for the kingdom of God, came, and went in boldly unto Pilate, and craved the body of Jesus."},{"text":"And Pilate marvelled if he were already dead: and calling unto him the centurion, he asked him whether he had been any while dead."},{"text":"And when he knew it of the centurion, he gave the body to Joseph."},{"text":"And he bought fine linen, and took him down, and wrapped him in the linen, and laid him in a sepulchre which was hewn out of a rock, and rolled a stone unto the door of the sepulchre."},{"text":"And Mary Magdalene and Mary the mother of Joses beheld where he was laid."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"And when the sabbath was past, Mary Magdalene, and Mary the mother of James, and Salome, had bought sweet spices, that they might come and anoint him."},{"text":"And very early in the morning the first day of the week, they came unto the sepulchre at the rising of the sun."},{"text":"And they said among themselves, Who shall roll us away the stone from the door of the sepulchre?"},{"text":"And when they looked, they saw that the stone was rolled away: for it was very great."},{"text":"And entering into the sepulchre, they saw a young man sitting on the right side, clothed in a long white garment; and they were affrighted."},{"text":"And he saith unto them, Be not affrighted: Ye seek Jesus of Nazareth, which was crucified: he is risen; he is not here: behold the place where they laid him."},{"text":"But go your way, tell his disciples and Peter that he goeth before you into Galilee: there shall ye see him, as he said unto you."},{"text":"And they went out quickly, and fled from the sepulchre; for they trembled and were amazed: neither said they any thing to any man; for they were afraid."},{"text":"Now when Jesus was risen early the first day of the week, he appeared first to Mary Magdalene, out of whom he had cast seven devils."},{"text":"And she went and told them that had been with him, as they mourned and wept."},{"text":"And they, when they had heard that he was alive, and had been seen of her, believed not."},{"text":"After that he appeared in another form unto two of them, as they walked, and went into the country."},{"text":"And they went and told it unto the residue: neither believed they them."},{"text":"Afterward he appeared unto the eleven as they sat at meat, and upbraided them with their unbelief and hardness of heart, because they believed not them which had seen him after he was risen."},{"text":"And he said unto them, Go ye into all the world, and preach the gospel to every creature."},{"text":"He that believeth and is baptized shall be saved; but he that believeth not shall be damned."},{"text":"And these signs shall follow them that believe; In my name shall they cast out devils; they shall speak with new tongues;"},{"text":"They shall take up serpents; and if they drink any deadly thing, it shall not hurt them; they shall lay hands on the sick, and they shall recover."},{"text":"So then after the Lord had spoken unto them, he was received up into heaven, and sat on the right hand of God."},{"text":"And they went forth, and preached every where, the Lord working with them, and confirming the word with signs following. Amen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And again he entered into Capernaum after some days; and it was noised that he was in the house."},{"text":"And straightway many were gathered together, insomuch that there was no room to receive them, no, not so much as about the door: and he preached the word unto them."},{"text":"And they come unto him, bringing one sick of the palsy, which was borne of four."},{"text":"And when they could not come nigh unto him for the press, they uncovered the roof where he was: and when they had broken it up, they let down the bed wherein the sick of the palsy lay."},{"text":"When Jesus saw their faith, he said unto the sick of the palsy, Son, thy sins be forgiven thee."},{"text":"But there was certain of the scribes sitting there, and reasoning in their hearts,"},{"text":"Why doth this man thus speak blasphemies? who can forgive sins but God only?"},{"text":"And immediately when Jesus perceived in his spirit that they so reasoned within themselves, he said unto them, Why reason ye these things in your hearts?"},{"text":"Whether is it easier to say to the sick of the palsy, Thy sins be forgiven thee; or to say, Arise, and take up thy bed, and walk?"},{"text":"But that ye may know that the Son of man hath power on earth to forgive sins, (he saith to the sick of the palsy,)"},{"text":"I say unto thee, Arise, and take up thy bed, and go thy way into thine house."},{"text":"And immediately he arose, took up the bed, and went forth before them all; insomuch that they were all amazed, and glorified God, saying, We never saw it on this fashion."},{"text":"And he went forth again by the sea side; and all the multitude resorted unto him, and he taught them."},{"text":"And as he passed by, he saw Levi the son of Alphaeus sitting at the receipt of custom, and said unto him, Follow me. And he arose and followed him."},{"text":"And it came to pass, that, as Jesus sat at meat in his house, many publicans and sinners sat also together with Jesus and his disciples: for there were many, and they followed him."},{"text":"And when the scribes and Pharisees saw him eat with publicans and sinners, they said unto his disciples, How is it that he eateth and drinketh with publicans and sinners?"},{"text":"When Jesus heard it, he saith unto them, They that are whole have no need of the physician, but they that are sick: I came not to call the righteous, but sinners to repentance."},{"text":"And the disciples of John and of the Pharisees used to fast: and they come and say unto him, Why do the disciples of John and of the Pharisees fast, but thy disciples fast not?"},{"text":"And Jesus said unto them, Can the children of the bridechamber fast, while the bridegroom is with them? as long as they have the bridegroom with them, they cannot fast."},{"text":"But the days will come, when the bridegroom shall be taken away from them, and then shall they fast in those days."},{"text":"No man also seweth a piece of new cloth on an old garment: else the new piece that filled it up taketh away from the old, and the rent is made worse."},{"text":"And no man putteth new wine into old bottles: else the new wine doth burst the bottles, and the wine is spilled, and the bottles will be marred: but new wine must be put into new bottles."},{"text":"And it came to pass, that he went through the corn fields on the sabbath day; and his disciples began, as they went, to pluck the ears of corn."},{"text":"And the Pharisees said unto him, Behold, why do they on the sabbath day that which is not lawful?"},{"text":"And he said unto them, Have ye never read what David did, when he had need, and was an hungred, he, and they that were with him?"},{"text":"How he went into the house of God in the days of Abiathar the high priest, and did eat the shewbread, which is not lawful to eat but for the priests, and gave also to them which were with him?"},{"text":"And he said unto them, The sabbath was made for man, and not man for the sabbath:"},{"text":"Therefore the Son of man is Lord also of the sabbath."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"And he entered again into the synagogue; and there was a man there which had a withered hand."},{"text":"And they watched him, whether he would heal him on the sabbath day; that they might accuse him."},{"text":"And he saith unto the man which had the withered hand, Stand forth."},{"text":"And he saith unto them, Is it lawful to do good on the sabbath days, or to do evil? to save life, or to kill? But they held their peace."},{"text":"And when he had looked round about on them with anger, being grieved for the hardness of their hearts, he saith unto the man, Stretch forth thine hand. And he stretched it out: and his hand was restored whole as the other."},{"text":"And the Pharisees went forth, and straightway took counsel with the Herodians against him, how they might destroy him."},{"text":"But Jesus withdrew himself with his disciples to the sea: and a great multitude from Galilee followed him, and from Judaea,"},{"text":"And from Jerusalem, and from Idumaea, and from beyond Jordan; and they about Tyre and Sidon, a great multitude, when they had heard what great things he did, came unto him."},{"text":"And he spake to his disciples, that a small ship should wait on him because of the multitude, lest they should throng him."},{"text":"For he had healed many; insomuch that they pressed upon him for to touch him, as many as had plagues."},{"text":"And unclean spirits, when they saw him, fell down before him, and cried, saying, Thou art the Son of God."},{"text":"And he straitly charged them that they should not make him known."},{"text":"And he goeth up into a mountain, and calleth unto him whom he would: and they came unto him."},{"text":"And he ordained twelve, that they should be with him, and that he might send them forth to preach,"},{"text":"And to have power to heal sicknesses, and to cast out devils:"},{"text":"And Simon he surnamed Peter;"},{"text":"And James the son of Zebedee, and John the brother of James; and he surnamed them Boanerges, which is, The sons of thunder:"},{"text":"And Andrew, and Philip, and Bartholomew, and Matthew, and Thomas, and James the son of Alphaeus, and Thaddaeus, and Simon the Canaanite,"},{"text":"And Judas Iscariot, which also betrayed him: and they went into an house."},{"text":"And the multitude cometh together again, so that they could not so much as eat bread."},{"text":"And when his friends heard of it, they went out to lay hold on him: for they said, He is beside himself."},{"text":"And the scribes which came down from Jerusalem said, He hath Beelzebub, and by the prince of the devils casteth he out devils."},{"text":"And he called them unto him, and said unto them in parables, How can Satan cast out Satan?"},{"text":"And if a kingdom be divided against itself, that kingdom cannot stand."},{"text":"And if a house be divided against itself, that house cannot stand."},{"text":"And if Satan rise up against himself, and be divided, he cannot stand, but hath an end."},{"text":"No man can enter into a strong man's house, and spoil his goods, except he will first bind the strong man; and then he will spoil his house."},{"text":"Verily I say unto you, All sins shall be forgiven unto the sons of men, and blasphemies wherewith soever they shall blaspheme:"},{"text":"But he that shall blaspheme against the Holy Ghost hath never forgiveness, but is in danger of eternal damnation."},{"text":"Because they said, He hath an unclean spirit."},{"text":"There came then his brethren and his mother, and, standing without, sent unto him, calling him."},{"text":"And the multitude sat about him, and they said unto him, Behold, thy mother and thy brethren without seek for thee."},{"text":"And he answered them, saying, Who is my mother, or my brethren?"},{"text":"And he looked round about on them which sat about him, and said, Behold my mother and my brethren!"},{"text":"For whosoever shall do the will of God, the same is my brother, and my sister, and mother."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"And he began again to teach by the sea side: and there was gathered unto him a great multitude, so that he entered into a ship, and sat in the sea; and the whole multitude was by the sea on the land."},{"text":"And he taught them many things by parables, and said unto them in his doctrine,"},{"text":"Hearken; Behold, there went out a sower to sow:"},{"text":"And it came to pass, as he sowed, some fell by the way side, and the fowls of the air came and devoured it up."},{"text":"And some fell on stony ground, where it had not much earth; and immediately it sprang up, because it had no depth of earth:"},{"text":"But when the sun was up, it was scorched; and because it had no root, it withered away."},{"text":"And some fell among thorns, and the thorns grew up, and choked it, and it yielded no fruit."},{"text":"And other fell on good ground, and did yield fruit that sprang up and increased; and brought forth, some thirty, and some sixty, and some an hundred."},{"text":"And he said unto them, He that hath ears to hear, let him hear."},{"text":"And when he was alone, they that were about him with the twelve asked of him the parable."},{"text":"And he said unto them, Unto you it is given to know the mystery of the kingdom of God: but unto them that are without, all these things are done in parables:"},{"text":"That seeing they may see, and not perceive; and hearing they may hear, and not understand; lest at any time they should be converted, and their sins should be forgiven them."},{"text":"And he said unto them, Know ye not this parable? and how then will ye know all parables?"},{"text":"The sower soweth the word."},{"text":"And these are they by the way side, where the word is sown; but when they have heard, Satan cometh immediately, and taketh away the word that was sown in their hearts."},{"text":"And these are they likewise which are sown on stony ground; who, when they have heard the word, immediately receive it with gladness;"},{"text":"And have no root in themselves, and so endure but for a time: afterward, when affliction or persecution ariseth for the word's sake, immediately they are offended."},{"text":"And these are they which are sown among thorns; such as hear the word,"},{"text":"And the cares of this world, and the deceitfulness of riches, and the lusts of other things entering in, choke the word, and it becometh unfruitful."},{"text":"And these are they which are sown on good ground; such as hear the word, and receive it, and bring forth fruit, some thirtyfold, some sixty, and some an hundred."},{"text":"And he said unto them, Is a candle brought to be put under a bushel, or under a bed? and not to be set on a candlestick?"},{"text":"For there is nothing hid, which shall not be manifested; neither was any thing kept secret, but that it should come abroad."},{"text":"If any man have ears to hear, let him hear."},{"text":"And he said unto them, Take heed what ye hear: with what measure ye mete, it shall be measured to you: and unto you that hear shall more be given."},{"text":"For he that hath, to him shall be given: and he that hath not, from him shall be taken even that which he hath."},{"text":"And he said, So is the kingdom of God, as if a man should cast seed into the ground;"},{"text":"And should sleep, and rise night and day, and the seed should spring and grow up, he knoweth not how."},{"text":"For the earth bringeth forth fruit of herself; first the blade, then the ear, after that the full corn in the ear."},{"text":"But when the fruit is brought forth, immediately he putteth in the sickle, because the harvest is come."},{"text":"And he said, Whereunto shall we liken the kingdom of God? or with what comparison shall we compare it?"},{"text":"It is like a grain of mustard seed, which, when it is sown in the earth, is less than all the seeds that be in the earth:"},{"text":"But when it is sown, it groweth up, and becometh greater than all herbs, and shooteth out great branches; so that the fowls of the air may lodge under the shadow of it."},{"text":"And with many such parables spake he the word unto them, as they were able to hear it."},{"text":"But without a parable spake he not unto them: and when they were alone, he expounded all things to his disciples."},{"text":"And the same day, when the even was come, he saith unto them, Let us pass over unto the other side."},{"text":"And when they had sent away the multitude, they took him even as he was in the ship. And there were also with him other little ships."},{"text":"And there arose a great storm of wind, and the waves beat into the ship, so that it was now full."},{"text":"And he was in the hinder part of the ship, asleep on a pillow: and they awake him, and say unto him, Master, carest thou not that we perish?"},{"text":"And he arose, and rebuked the wind, and said unto the sea, Peace, be still. And the wind ceased, and there was a great calm."},{"text":"And he said unto them, Why are ye so fearful? how is it that ye have no faith?"},{"text":"And they feared exceedingly, and said one to another, What manner of man is this, that even the wind and the sea obey him?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"And they came over unto the other side of the sea, into the country of the Gadarenes."},{"text":"And when he was come out of the ship, immediately there met him out of the tombs a man with an unclean spirit,"},{"text":"Who had his dwelling among the tombs; and no man could bind him, no, not with chains:"},{"text":"Because that he had been often bound with fetters and chains, and the chains had been plucked asunder by him, and the fetters broken in pieces: neither could any man tame him."},{"text":"And always, night and day, he was in the mountains, and in the tombs, crying, and cutting himself with stones."},{"text":"But when he saw Jesus afar off, he ran and worshipped him,"},{"text":"And cried with a loud voice, and said, What have I to do with thee, Jesus, thou Son of the most high God? I adjure thee by God, that thou torment me not."},{"text":"For he said unto him, Come out of the man, thou unclean spirit."},{"text":"And he asked him, What is thy name? And he answered, saying, My name is Legion: for we are many."},{"text":"And he besought him much that he would not send them away out of the country."},{"text":"Now there was there nigh unto the mountains a great herd of swine feeding."},{"text":"And all the devils besought him, saying, Send us into the swine, that we may enter into them."},{"text":"And forthwith Jesus gave them leave. And the unclean spirits went out, and entered into the swine: and the herd ran violently down a steep place into the sea, (they were about two thousand;) and were choked in the sea."},{"text":"And they that fed the swine fled, and told it in the city, and in the country. And they went out to see what it was that was done."},{"text":"And they come to Jesus, and see him that was possessed with the devil, and had the legion, sitting, and clothed, and in his right mind: and they were afraid."},{"text":"And they that saw it told them how it befell to him that was possessed with the devil, and also concerning the swine."},{"text":"And they began to pray him to depart out of their coasts."},{"text":"And when he was come into the ship, he that had been possessed with the devil prayed him that he might be with him."},{"text":"Howbeit Jesus suffered him not, but saith unto him, Go home to thy friends, and tell them how great things the Lord hath done for thee, and hath had compassion on thee."},{"text":"And he departed, and began to publish in Decapolis how great things Jesus had done for him: and all men did marvel."},{"text":"And when Jesus was passed over again by ship unto the other side, much people gathered unto him: and he was nigh unto the sea."},{"text":"And, behold, there cometh one of the rulers of the synagogue, Jairus by name; and when he saw him, he fell at his feet,"},{"text":"And besought him greatly, saying, My little daughter lieth at the point of death: I pray thee, come and lay thy hands on her, that she may be healed; and she shall live."},{"text":"And Jesus went with him; and much people followed him, and thronged him."},{"text":"And a certain woman, which had an issue of blood twelve years,"},{"text":"And had suffered many things of many physicians, and had spent all that she had, and was nothing bettered, but rather grew worse,"},{"text":"When she had heard of Jesus, came in the press behind, and touched his garment."},{"text":"For she said, If I may touch but his clothes, I shall be whole."},{"text":"And straightway the fountain of her blood was dried up; and she felt in her body that she was healed of that plague."},{"text":"And Jesus, immediately knowing in himself that virtue had gone out of him, turned him about in the press, and said, Who touched my clothes?"},{"text":"And his disciples said unto him, Thou seest the multitude thronging thee, and sayest thou, Who touched me?"},{"text":"And he looked round about to see her that had done this thing."},{"text":"But the woman fearing and trembling, knowing what was done in her, came and fell down before him, and told him all the truth."},{"text":"And he said unto her, Daughter, thy faith hath made thee whole; go in peace, and be whole of thy plague."},{"text":"While he yet spake, there came from the ruler of the synagogue's house certain which said, Thy daughter is dead: why troublest thou the Master any further?"},{"text":"As soon as Jesus heard the word that was spoken, he saith unto the ruler of the synagogue, Be not afraid, only believe."},{"text":"And he suffered no man to follow him, save Peter, and James, and John the brother of James."},{"text":"And he cometh to the house of the ruler of the synagogue, and seeth the tumult, and them that wept and wailed greatly."},{"text":"And when he was come in, he saith unto them, Why make ye this ado, and weep? the damsel is not dead, but sleepeth."},{"text":"And they laughed him to scorn. But when he had put them all out, he taketh the father and the mother of the damsel, and them that were with him, and entereth in where the damsel was lying."},{"text":"And he took the damsel by the hand, and said unto her, Talitha cumi; which is, being interpreted, Damsel, I say unto thee, arise."},{"text":"And straightway the damsel arose, and walked; for she was of the age of twelve years. And they were astonished with a great astonishment."},{"text":"And he charged them straitly that no man should know it; and commanded that something should be given her to eat."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"And he went out from thence, and came into his own country; and his disciples follow him."},{"text":"And when the sabbath day was come, he began to teach in the synagogue: and many hearing him were astonished, saying, From whence hath this man these things? and what wisdom is this which is given unto him, that even such mighty works are wrought by his hands?"},{"text":"Is not this the carpenter, the son of Mary, the brother of James, and Joses, and of Juda, and Simon? and are not his sisters here with us? And they were offended at him."},{"text":"But Jesus, said unto them, A prophet is not without honour, but in his own country, and among his own kin, and in his own house."},{"text":"And he could there do no mighty work, save that he laid his hands upon a few sick folk, and healed them."},{"text":"And he marvelled because of their unbelief. And he went round about the villages, teaching."},{"text":"And he called unto him the twelve, and began to send them forth by two and two; and gave them power over unclean spirits;"},{"text":"And commanded them that they should take nothing for their journey, save a staff only; no scrip, no bread, no money in their purse:"},{"text":"But be shod with sandals; and not put on two coats."},{"text":"And he said unto them, In what place soever ye enter into an house, there abide till ye depart from that place."},{"text":"And whosoever shall not receive you, nor hear you, when ye depart thence, shake off the dust under your feet for a testimony against them."},{"text":"And they went out, and preached that men should repent."},{"text":"And they cast out many devils, and anointed with oil many that were sick, and healed them."},{"text":"And king Herod heard of him; (for his name was spread abroad:) and he said, That John the Baptist was risen from the dead, and therefore mighty works do shew forth themselves in him."},{"text":"Others said, That it is Elias. And others said, That it is a prophet, or as one of the prophets."},{"text":"But when Herod heard thereof, he said, It is John, whom I beheaded: he is risen from the dead."},{"text":"For Herod himself had sent forth and laid hold upon John, and bound him in prison for Herodias' sake, his brother Philip's wife: for he had married her."},{"text":"For John had said unto Herod, It is not lawful for thee to have thy brother's wife."},{"text":"Therefore Herodias had a quarrel against him, and would have killed him; but she could not:"},{"text":"For Herod feared John, knowing that he was a just man and an holy, and observed him; and when he heard him, he did many things, and heard him gladly."},{"text":"And when a convenient day was come, that Herod on his birthday made a supper to his lords, high captains, and chief estates of Galilee;"},{"text":"And when the daughter of the said Herodias came in, and danced, and pleased Herod and them that sat with him, the king said unto the damsel, Ask of me whatsoever thou wilt, and I will give it thee."},{"text":"And he sware unto her, Whatsoever thou shalt ask of me, I will give it thee, unto the half of my kingdom."},{"text":"And she went forth, and said unto her mother, What shall I ask? And she said, The head of John the Baptist."},{"text":"And she came in straightway with haste unto the king, and asked, saying, I will that thou give me by and by in a charger the head of John the Baptist."},{"text":"And the king was exceeding sorry; yet for his oath's sake, and for their sakes which sat with him, he would not reject her."},{"text":"And immediately the king sent an executioner, and commanded his head to be brought: and he went and beheaded him in the prison,"},{"text":"And brought his head in a charger, and gave it to the damsel: and the damsel gave it to her mother."},{"text":"And when his disciples heard of it, they came and took up his corpse, and laid it in a tomb."},{"text":"And the apostles gathered themselves together unto Jesus, and told him all things, both what they had done, and what they had taught."},{"text":"And he said unto them, Come ye yourselves apart into a desert place, and rest a while: for there were many coming and going, and they had no leisure so much as to eat."},{"text":"And they departed into a desert place by ship privately."},{"text":"And the people saw them departing, and many knew him, and ran afoot thither out of all cities, and outwent them, and came together unto him."},{"text":"And Jesus, when he came out, saw much people, and was moved with compassion toward them, because they were as sheep not having a shepherd: and he began to teach them many things."},{"text":"And when the day was now far spent, his disciples came unto him, and said, This is a desert place, and now the time is far passed:"},{"text":"Send them away, that they may go into the country round about, and into the villages, and buy themselves bread: for they have nothing to eat."},{"text":"He answered and said unto them, Give ye them to eat. And they say unto him, Shall we go and buy two hundred pennyworth of bread, and give them to eat?"},{"text":"He saith unto them, How many loaves have ye? go and see. And when they knew, they say, Five, and two fishes."},{"text":"And he commanded them to make all sit down by companies upon the green grass."},{"text":"And they sat down in ranks, by hundreds, and by fifties."},{"text":"And when he had taken the five loaves and the two fishes, he looked up to heaven, and blessed, and brake the loaves, and gave them to his disciples to set before them; and the two fishes divided he among them all."},{"text":"And they did all eat, and were filled."},{"text":"And they took up twelve baskets full of the fragments, and of the fishes."},{"text":"And they that did eat of the loaves were about five thousand men."},{"text":"And straightway he constrained his disciples to get into the ship, and to go to the other side before unto Bethsaida, while he sent away the people."},{"text":"And when he had sent them away, he departed into a mountain to pray."},{"text":"And when even was come, the ship was in the midst of the sea, and he alone on the land."},{"text":"And he saw them toiling in rowing; for the wind was contrary unto them: and about the fourth watch of the night he cometh unto them, walking upon the sea, and would have passed by them."},{"text":"But when they saw him walking upon the sea, they supposed it had been a spirit, and cried out:"},{"text":"For they all saw him, and were troubled. And immediately he talked with them, and saith unto them, Be of good cheer: it is I; be not afraid."},{"text":"And he went up unto them into the ship; and the wind ceased: and they were sore amazed in themselves beyond measure, and wondered."},{"text":"For they considered not the miracle of the loaves: for their heart was hardened."},{"text":"And when they had passed over, they came into the land of Gennesaret, and drew to the shore."},{"text":"And when they were come out of the ship, straightway they knew him,"},{"text":"And ran through that whole region round about, and began to carry about in beds those that were sick, where they heard he was."},{"text":"And whithersoever he entered, into villages, or cities, or country, they laid the sick in the streets, and besought him that they might touch if it were but the border of his garment: and as many as touched him were made whole."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"Then came together unto him the Pharisees, and certain of the scribes, which came from Jerusalem."},{"text":"And when they saw some of his disciples eat bread with defiled, that is to say, with unwashen, hands, they found fault."},{"text":"For the Pharisees, and all the Jews, except they wash their hands oft, eat not, holding the tradition of the elders."},{"text":"And when they come from the market, except they wash, they eat not."},{"text":"Then the Pharisees and scribes asked him, Why walk not thy disciples according to the tradition of the elders, but eat bread with unwashen hands?"},{"text":"He answered and said unto them, Well hath Esaias prophesied of you hypocrites, as it is written, This people honoureth me with their lips, but their heart is far from me."},{"text":"Howbeit in vain do they worship me, teaching for doctrines the commandments of men."},{"text":"For laying aside the commandment of God, ye hold the tradition of men, as the washing of pots and cups: and many other such like things ye do."},{"text":"And he said unto them, Full well ye reject the commandment of God, that ye may keep your own tradition."},{"text":"For Moses said, Honour thy father and thy mother; and, Whoso curseth father or mother, let him die the death:"},{"text":"But ye say, If a man shall say to his father or mother, It is Corban, that is to say, a gift, by whatsoever thou mightest be profited by me; he shall be free."},{"text":"And ye suffer him no more to do ought for his father or his mother;"},{"text":"Making the word of God of none effect through your tradition, which ye have delivered: and many such like things do ye."},{"text":"And when he had called all the people unto him, he said unto them, Hearken unto me every one of you, and understand:"},{"text":"There is nothing from without a man, that entering into him can defile him: but the things which come out of him, those are they that defile the man."},{"text":"If any man have ears to hear, let him hear."},{"text":"And when he was entered into the house from the people, his disciples asked him concerning the parable."},{"text":"And he saith unto them, Are ye so without understanding also? Do ye not perceive, that whatsoever thing from without entereth into the man, it cannot defile him;"},{"text":"Because it entereth not into his heart, but into the belly, and goeth out into the draught, purging all meats?"},{"text":"And he said, That which cometh out of the man, that defileth the man."},{"text":"For from within, out of the heart of men, proceed evil thoughts, adulteries, fornications, murders,"},{"text":"Thefts, covetousness, wickedness, deceit, lasciviousness, an evil eye, blasphemy, pride, foolishness:"},{"text":"All these evil things come from within, and defile the man."},{"text":"And from thence he arose, and went into the borders of Tyre and Sidon, and entered into an house, and would have no man know it: but he could not be hid."},{"text":"For a certain woman, whose young daughter had an unclean spirit, heard of him, and came and fell at his feet:"},{"text":"The woman was a Greek, a Syrophenician by nation; and she besought him that he would cast forth the devil out of her daughter."},{"text":"But Jesus said unto her, Let the children first be filled: for it is not meet to take the children's bread, and to cast it unto the dogs."},{"text":"And she answered and said unto him, Yes, Lord: yet the dogs under the table eat of the children's crumbs."},{"text":"And he said unto her, For this saying go thy way; the devil is gone out of thy daughter."},{"text":"And when she was come to her house, she found the devil gone out, and her daughter laid upon the bed."},{"text":"And again, departing from the coasts of Tyre and Sidon, he came unto the sea of Galilee, through the midst of the coasts of Decapolis."},{"text":"And they bring unto him one that was deaf, and had an impediment in his speech; and they beseech him to put his hand upon him."},{"text":"And he took him aside from the multitude, and put his fingers into his ears, and he spit, and touched his tongue;"},{"text":"And looking up to heaven, he sighed, and saith unto him, Ephphatha, that is, Be opened."},{"text":"And straightway his ears were opened, and the string of his tongue was loosed, and he spake plain."},{"text":"And he charged them that they should tell no man: but the more he charged them, so much the more a great deal they published it;"},{"text":"And were beyond measure astonished, saying, He hath done all things well: he maketh both the deaf to hear, and the dumb to speak."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"In those days the multitude being very great, and having nothing to eat, Jesus called his disciples unto him, and saith unto them,"},{"text":"I have compassion on the multitude, because they have now been with me three days, and have nothing to eat:"},{"text":"And if I send them away fasting to their own houses, they will faint by the way: for divers of them came from far."},{"text":"And his disciples answered him, From whence can a man satisfy these men with bread here in the wilderness?"},{"text":"And he asked them, How many loaves have ye? And they said, Seven."},{"text":"And he commanded the people to sit down on the ground: and he took the seven loaves, and gave thanks, and brake, and gave to his disciples to set before them; and they did set them before the people."},{"text":"And they had a few small fishes: and he blessed, and commanded to set them also before them."},{"text":"So they did eat, and were filled: and they took up of the broken meat that was left seven baskets."},{"text":"And they that had eaten were about four thousand: and he sent them away."},{"text":"And straightway he entered into a ship with his disciples, and came into the parts of Dalmanutha."},{"text":"And the Pharisees came forth, and began to question with him, seeking of him a sign from heaven, tempting him."},{"text":"And he sighed deeply in his spirit, and saith, Why doth this generation seek after a sign? verily I say unto you, There shall no sign be given unto this generation."},{"text":"And he left them, and entering into the ship again departed to the other side."},{"text":"Now the disciples had forgotten to take bread, neither had they in the ship with them more than one loaf."},{"text":"And he charged them, saying, Take heed, beware of the leaven of the Pharisees, and of the leaven of Herod."},{"text":"And they reasoned among themselves, saying, It is because we have no bread."},{"text":"And when Jesus knew it, he saith unto them, Why reason ye, because ye have no bread? perceive ye not yet, neither understand? have ye your heart yet hardened?"},{"text":"Having eyes, see ye not? and having ears, hear ye not? and do ye not remember?"},{"text":"When I brake the five loaves among five thousand, how many baskets full of fragments took ye up? They say unto him, Twelve."},{"text":"And when the seven among four thousand, how many baskets full of fragments took ye up? And they said, Seven."},{"text":"And he said unto them, How is it that ye do not understand?"},{"text":"And he cometh to Bethsaida; and they bring a blind man unto him, and besought him to touch him."},{"text":"And he took the blind man by the hand, and led him out of the town; and when he had spit on his eyes, and put his hands upon him, he asked him if he saw ought."},{"text":"And he looked up, and said, I see men as trees, walking."},{"text":"After that he put his hands again upon his eyes, and made him look up: and he was restored, and saw every man clearly."},{"text":"And he sent him away to his house, saying, Neither go into the town, nor tell it to any in the town."},{"text":"And Jesus went out, and his disciples, into the towns of Caesarea Philippi: and by the way he asked his disciples, saying unto them, Whom do men say that I am?"},{"text":"And they answered, John the Baptist; but some say, Elias; and others, One of the prophets."},{"text":"And he saith unto them, But whom say ye that I am? And Peter answereth and saith unto him, Thou art the Christ."},{"text":"And he charged them that they should tell no man of him."},{"text":"And he began to teach them, that the Son of man must suffer many things, and be rejected of the elders, and of the chief priests, and scribes, and be killed, and after three days rise again."},{"text":"And he spake that saying openly. And Peter took him, and began to rebuke him."},{"text":"But when he had turned about and looked on his disciples, he rebuked Peter, saying, Get thee behind me, Satan: for thou savourest not the things that be of God, but the things that be of men."},{"text":"And when he had called the people unto him with his disciples also, he said unto them, Whosoever will come after me, let him deny himself, and take up his cross, and follow me."},{"text":"For whosoever will save his life shall lose it; but whosoever shall lose his life for my sake and the gospel's, the same shall save it."},{"text":"For what shall it profit a man, if he shall gain the whole world, and lose his own soul?"},{"text":"Or what shall a man give in exchange for his soul?"},{"text":"Whosoever therefore shall be ashamed of me and of my words in this adulterous and sinful generation; of him also shall the Son of man be ashamed, when he cometh in the glory of his Father with the holy angels."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"And he said unto them, Verily I say unto you, That there be some of them that stand here, which shall not taste of death, till they have seen the kingdom of God come with power."},{"text":"And after six days Jesus taketh with him Peter, and James, and John, and leadeth them up into an high mountain apart by themselves: and he was transfigured before them."},{"text":"And his raiment became shining, exceeding white as snow; so as no fuller on earth can white them."},{"text":"And there appeared unto them Elias with Moses: and they were talking with Jesus."},{"text":"And Peter answered and said to Jesus, Master, it is good for us to be here: and let us make three tabernacles; one for thee, and one for Moses, and one for Elias."},{"text":"For he wist not what to say; for they were sore afraid."},{"text":"And there was a cloud that overshadowed them: and a voice came out of the cloud, saying, This is my beloved Son: hear him."},{"text":"And suddenly, when they had looked round about, they saw no man any more, save Jesus only with themselves."},{"text":"And as they came down from the mountain, he charged them that they should tell no man what things they had seen, till the Son of man were risen from the dead."},{"text":"And they kept that saying with themselves, questioning one with another what the rising from the dead should mean."},{"text":"And they asked him, saying, Why say the scribes that Elias must first come?"},{"text":"And he answered and told them, Elias verily cometh first, and restoreth all things; and how it is written of the Son of man, that he must suffer many things, and be set at nought."},{"text":"But I say unto you, That Elias is indeed come, and they have done unto him whatsoever they listed, as it is written of him."},{"text":"And when he came to his disciples, he saw a great multitude about them, and the scribes questioning with them."},{"text":"And straightway all the people, when they beheld him, were greatly amazed, and running to him saluted him."},{"text":"And he asked the scribes, What question ye with them?"},{"text":"And one of the multitude answered and said, Master, I have brought unto thee my son, which hath a dumb spirit;"},{"text":"And wheresoever he taketh him, he teareth him: and he foameth, and gnasheth with his teeth, and pineth away: and I spake to thy disciples that they should cast him out; and they could not."},{"text":"He answereth him, and saith, O faithless generation, how long shall I be with you? how long shall I suffer you? bring him unto me."},{"text":"And they brought him unto him: and when he saw him, straightway the spirit tare him; and he fell on the ground, and wallowed foaming."},{"text":"And he asked his father, How long is it ago since this came unto him? And he said, Of a child."},{"text":"And ofttimes it hath cast him into the fire, and into the waters, to destroy him: but if thou canst do any thing, have compassion on us, and help us."},{"text":"Jesus said unto him, If thou canst believe, all things are possible to him that believeth."},{"text":"And straightway the father of the child cried out, and said with tears, Lord, I believe; help thou mine unbelief."},{"text":"When Jesus saw that the people came running together, he rebuked the foul spirit, saying unto him, Thou dumb and deaf spirit, I charge thee, come out of him, and enter no more into him."},{"text":"And the spirit cried, and rent him sore, and came out of him: and he was as one dead; insomuch that many said, He is dead."},{"text":"But Jesus took him by the hand, and lifted him up; and he arose."},{"text":"And when he was come into the house, his disciples asked him privately, Why could not we cast him out?"},{"text":"And he said unto them, This kind can come forth by nothing, but by prayer and fasting."},{"text":"And they departed thence, and passed through Galilee; and he would not that any man should know it."},{"text":"For he taught his disciples, and said unto them, The Son of man is delivered into the hands of men, and they shall kill him; and after that he is killed, he shall rise the third day."},{"text":"But they understood not that saying, and were afraid to ask him."},{"text":"And he came to Capernaum: and being in the house he asked them, What was it that ye disputed among yourselves by the way?"},{"text":"But they held their peace: for by the way they had disputed among themselves, who should be the greatest."},{"text":"And he sat down, and called the twelve, and saith unto them, If any man desire to be first, the same shall be last of all, and servant of all."},{"text":"And he took a child, and set him in the midst of them: and when he had taken him in his arms, he said unto them,"},{"text":"Whosoever shall receive one of such children in my name, receiveth me: and whosoever shall receive me, receiveth not me, but him that sent me."},{"text":"And John answered him, saying, Master, we saw one casting out devils in thy name, and he followeth not us: and we forbad him, because he followeth not us."},{"text":"But Jesus said, Forbid him not: for there is no man which shall do a miracle in my name, that can lightly speak evil of me."},{"text":"For he that is not against us is on our part."},{"text":"For whosoever shall give you a cup of water to drink in my name, because ye belong to Christ, verily I say unto you, he shall not lose his reward."},{"text":"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea."},{"text":"And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched:"},{"text":"Where their worm dieth not, and the fire is not quenched."},{"text":"And if thy foot offend thee, cut it off: it is better for thee to enter halt into life, than having two feet to be cast into hell, into the fire that never shall be quenched:"},{"text":"Where their worm dieth not, and the fire is not quenched."},{"text":"And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:"},{"text":"Where their worm dieth not, and the fire is not quenched."},{"text":"For every one shall be salted with fire, and every sacrifice shall be salted with salt."},{"text":"Salt is good: but if the salt have lost his saltness, wherewith will ye season it? Have salt in yourselves, and have peace one with another."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The book of the generation of Jesus Christ, the son of David, the son of Abraham."},{"text":"Abraham begat Isaac; and Isaac begat Jacob; and Jacob begat Judas and his brethren;"},{"text":"And Judas begat Phares and Zara of Thamar; and Phares begat Esrom; and Esrom begat Aram;"},{"text":"And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;"},{"text":"And Salmon begat Booz of Rachab; and Booz begat Obed of Ruth; and Obed begat Jesse;"},{"text":"And Jesse begat David the king; and David the king begat Solomon of her that had been the wife of Urias;"},{"text":"And Solomon begat Roboam; and Roboam begat Abia; and Abia begat Asa;"},{"text":"And Asa begat Josaphat; and Josaphat begat Joram; and Joram begat Ozias;"},{"text":"And Ozias begat Joatham; and Joatham begat Achaz; and Achaz begat Ezekias;"},{"text":"And Ezekias begat Manasses; and Manasses begat Amon; and Amon begat Josias;"},{"text":"And Josias begat Jechonias and his brethren, about the time they were carried away to Babylon:"},{"text":"And after they were brought to Babylon, Jechonias begat Salathiel; and Salathiel begat Zorobabel;"},{"text":"And Zorobabel begat Abiud; and Abiud begat Eliakim; and Eliakim begat Azor;"},{"text":"And Azor begat Sadoc; and Sadoc begat Achim; and Achim begat Eliud;"},{"text":"And Eliud begat Eleazar; and Eleazar begat Matthan; and Matthan begat Jacob;"},{"text":"And Jacob begat Joseph the husband of Mary, of whom was born Jesus, who is called Christ."},{"text":"So all the generations from Abraham to David are fourteen generations; and from David until the carrying away into Babylon are fourteen generations; and from the carrying away into Babylon unto Christ are fourteen generations."},{"text":"Now the birth of Jesus Christ was on this wise: When as his mother Mary was espoused to Joseph, before they came together, she was found with child of the Holy Ghost."},{"text":"Then Joseph her husband, being a just man, and not willing to make her a publick example, was minded to put her away privily."},{"text":"But while he thought on these things, behold, the angel of the LORD appeared unto him in a dream, saying, Joseph, thou son of David, fear not to take unto thee Mary thy wife: for that which is conceived in her is of the Holy Ghost."},{"text":"And she shall bring forth a son, and thou shalt call his name JESUS: for he shall save his people from their sins."},{"text":"Now all this was done, that it might be fulfilled which was spoken of the Lord by the prophet, saying,"},{"text":"Behold, a virgin shall be with child, and shall bring forth a son, and they shall call his name Emmanuel, which being interpreted is, God with us."},{"text":"Then Joseph being raised from sleep did as the angel of the Lord had bidden him, and took unto him his wife:"},{"text":"And knew her not till she had brought forth her firstborn son: and he called his name JESUS."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"And when he had called unto him his twelve disciples, he gave them power against unclean spirits, to cast them out, and to heal all manner of sickness and all manner of disease."},{"text":"Now the names of the twelve apostles are these; The first, Simon, who is called Peter, and Andrew his brother; James the son of Zebedee, and John his brother;"},{"text":"Philip, and Bartholomew; Thomas, and Matthew the publican; James the son of Alphaeus, and Lebbaeus, whose surname was Thaddaeus;"},{"text":"Simon the Canaanite, and Judas Iscariot, who also betrayed him."},{"text":"These twelve Jesus sent forth, and commanded them, saying, Go not into the way of the Gentiles, and into any city of the Samaritans enter ye not:"},{"text":"But go rather to the lost sheep of the house of Israel."},{"text":"And as ye go, preach, saying, The kingdom of heaven is at hand."},{"text":"Heal the sick, cleanse the lepers, raise the dead, cast out devils: freely ye have received, freely give."},{"text":"Provide neither gold, nor silver, nor brass in your purses,"},{"text":"Nor scrip for your journey, neither two coats, neither shoes, nor yet staves: for the workman is worthy of his meat."},{"text":"And into whatsoever city or town ye shall enter, enquire who in it is worthy; and there abide till ye go thence."},{"text":"And when ye come into an house, salute it."},{"text":"And if the house be worthy, let your peace come upon it: but if it be not worthy, let your peace return to you."},{"text":"And whosoever shall not receive you, nor hear your words, when ye depart out of that house or city, shake off the dust of your feet."},{"text":"Verily I say unto you, It shall be more tolerable for the land of Sodom and Gomorrha in the day of judgment, than for that city."},{"text":"Behold, I send you forth as sheep in the midst of wolves: be ye therefore wise as serpents, and harmless as doves."},{"text":"But beware of men: for they will deliver you up to the councils, and they will scourge you in their synagogues;"},{"text":"And ye shall be brought before governors and kings for my sake, for a testimony against them and the Gentiles."},{"text":"But when they deliver you up, take no thought how or what ye shall speak: for it shall be given you in that same hour what ye shall speak."},{"text":"For it is not ye that speak, but the Spirit of your Father which speaketh in you."},{"text":"And the brother shall deliver up the brother to death, and the father the child: and the children shall rise up against their parents, and cause them to be put to death."},{"text":"And ye shall be hated of all men for my name's sake: but he that endureth to the end shall be saved."},{"text":"But when they persecute you in this city, flee ye into another: for verily I say unto you, Ye shall not have gone over the cities of Israel, till the Son of man be come."},{"text":"The disciple is not above his master, nor the servant above his lord."},{"text":"It is enough for the disciple that he be as his master, and the servant as his lord. If they have called the master of the house Beelzebub, how much more shall they call them of his household?"},{"text":"Fear them not therefore: for there is nothing covered, that shall not be revealed; and hid, that shall not be known."},{"text":"What I tell you in darkness, that speak ye in light: and what ye hear in the ear, that preach ye upon the housetops."},{"text":"And fear not them which kill the body, but are not able to kill the soul: but rather fear him which is able to destroy both soul and body in hell."},{"text":"Are not two sparrows sold for a farthing? and one of them shall not fall on the ground without your Father."},{"text":"But the very hairs of your head are all numbered."},{"text":"Fear ye not therefore, ye are of more value than many sparrows."},{"text":"Whosoever therefore shall confess me before men, him will I confess also before my Father which is in heaven."},{"text":"But whosoever shall deny me before men, him will I also deny before my Father which is in heaven."},{"text":"Think not that I am come to send peace on earth: I came not to send peace, but a sword."},{"text":"For I am come to set a man at variance against his father, and the daughter against her mother, and the daughter in law against her mother in law."},{"text":"And a man's foes shall be they of his own household."},{"text":"He that loveth father or mother more than me is not worthy of me: and he that loveth son or daughter more than me is not worthy of me."},{"text":"And he that taketh not his cross, and followeth after me, is not worthy of me."},{"text":"He that findeth his life shall lose it: and he that loseth his life for my sake shall find it."},{"text":"He that receiveth you receiveth me, and he that receiveth me receiveth him that sent me."},{"text":"He that receiveth a prophet in the name of a prophet shall receive a prophet's reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man's reward."},{"text":"And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"And it came to pass, when Jesus had made an end of commanding his twelve disciples, he departed thence to teach and to preach in their cities."},{"text":"Now when John had heard in the prison the works of Christ, he sent two of his disciples,"},{"text":"And said unto him, Art thou he that should come, or do we look for another?"},{"text":"Jesus answered and said unto them, Go and shew John again those things which ye do hear and see:"},{"text":"The blind receive their sight, and the lame walk, the lepers are cleansed, and the deaf hear, the dead are raised up, and the poor have the gospel preached to them."},{"text":"And blessed is he, whosoever shall not be offended in me."},{"text":"And as they departed, Jesus began to say unto the multitudes concerning John, What went ye out into the wilderness to see? A reed shaken with the wind?"},{"text":"But what went ye out for to see? A man clothed in soft raiment? behold, they that wear soft clothing are in kings' houses."},{"text":"But what went ye out for to see? A prophet? yea, I say unto you, and more than a prophet."},{"text":"For this is he, of whom it is written, Behold, I send my messenger before thy face, which shall prepare thy way before thee."},{"text":"Verily I say unto you, Among them that are born of women there hath not risen a greater than John the Baptist: notwithstanding he that is least in the kingdom of heaven is greater than he."},{"text":"And from the days of John the Baptist until now the kingdom of heaven suffereth violence, and the violent take it by force."},{"text":"For all the prophets and the law prophesied until John."},{"text":"And if ye will receive it, this is Elias, which was for to come."},{"text":"He that hath ears to hear, let him hear."},{"text":"But whereunto shall I liken this generation? It is like unto children sitting in the markets, and calling unto their fellows,"},{"text":"And saying, We have piped unto you, and ye have not danced; we have mourned unto you, and ye have not lamented."},{"text":"For John came neither eating nor drinking, and they say, He hath a devil."},{"text":"The Son of man came eating and drinking, and they say, Behold a man gluttonous, and a winebibber, a friend of publicans and sinners. But wisdom is justified of her children."},{"text":"Then began he to upbraid the cities wherein most of his mighty works were done, because they repented not:"},{"text":"Woe unto thee, Chorazin! woe unto thee, Bethsaida! for if the mighty works, which were done in you, had been done in Tyre and Sidon, they would have repented long ago in sackcloth and ashes."},{"text":"But I say unto you, It shall be more tolerable for Tyre and Sidon at the day of judgment, than for you."},{"text":"And thou, Capernaum, which art exalted unto heaven, shalt be brought down to hell: for if the mighty works, which have been done in thee, had been done in Sodom, it would have remained until this day."},{"text":"But I say unto you, That it shall be more tolerable for the land of Sodom in the day of judgment, than for thee."},{"text":"At that time Jesus answered and said, I thank thee, O Father, Lord of heaven and earth, because thou hast hid these things from the wise and prudent, and hast revealed them unto babes."},{"text":"Even so, Father: for so it seemed good in thy sight."},{"text":"All things are delivered unto me of my Father: and no man knoweth the Son, but the Father; neither knoweth any man the Father, save the Son, and he to whomsoever the Son will reveal him."},{"text":"Come unto me, all ye that labour and are heavy laden, and I will give you rest."},{"text":"Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls."},{"text":"For my yoke is easy, and my burden is light."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"At that time Jesus went on the sabbath day through the corn; and his disciples were an hungred, and began to pluck the ears of corn and to eat."},{"text":"But when the Pharisees saw it, they said unto him, Behold, thy disciples do that which is not lawful to do upon the sabbath day."},{"text":"But he said unto them, Have ye not read what David did, when he was an hungred, and they that were with him;"},{"text":"How he entered into the house of God, and did eat the shewbread, which was not lawful for him to eat, neither for them which were with him, but only for the priests?"},{"text":"Or have ye not read in the law, how that on the sabbath days the priests in the temple profane the sabbath, and are blameless?"},{"text":"But I say unto you, That in this place is one greater than the temple."},{"text":"But if ye had known what this meaneth, I will have mercy, and not sacrifice, ye would not have condemned the guiltless."},{"text":"For the Son of man is Lord even of the sabbath day."},{"text":"And when he was departed thence, he went into their synagogue:"},{"text":"And, behold, there was a man which had his hand withered. And they asked him, saying, Is it lawful to heal on the sabbath days? that they might accuse him."},{"text":"And he said unto them, What man shall there be among you, that shall have one sheep, and if it fall into a pit on the sabbath day, will he not lay hold on it, and lift it out?"},{"text":"How much then is a man better than a sheep? Wherefore it is lawful to do well on the sabbath days."},{"text":"Then saith he to the man, Stretch forth thine hand. And he stretched it forth; and it was restored whole, like as the other."},{"text":"Then the Pharisees went out, and held a council against him, how they might destroy him."},{"text":"But when Jesus knew it, he withdrew himself from thence: and great multitudes followed him, and he healed them all;"},{"text":"And charged them that they should not make him known:"},{"text":"That it might be fulfilled which was spoken by Esaias the prophet, saying,"},{"text":"Behold my servant, whom I have chosen; my beloved, in whom my soul is well pleased: I will put my spirit upon him, and he shall shew judgment to the Gentiles."},{"text":"He shall not strive, nor cry; neither shall any man hear his voice in the streets."},{"text":"A bruised reed shall he not break, and smoking flax shall he not quench, till he send forth judgment unto victory."},{"text":"And in his name shall the Gentiles trust."},{"text":"Then was brought unto him one possessed with a devil, blind, and dumb: and he healed him, insomuch that the blind and dumb both spake and saw."},{"text":"And all the people were amazed, and said, Is not this the son of David?"},{"text":"But when the Pharisees heard it, they said, This fellow doth not cast out devils, but by Beelzebub the prince of the devils."},{"text":"And Jesus knew their thoughts, and said unto them, Every kingdom divided against itself is brought to desolation; and every city or house divided against itself shall not stand:"},{"text":"And if Satan cast out Satan, he is divided against himself; how shall then his kingdom stand?"},{"text":"And if I by Beelzebub cast out devils, by whom do your children cast them out? therefore they shall be your judges."},{"text":"But if I cast out devils by the Spirit of God, then the kingdom of God is come unto you."},{"text":"Or else how can one enter into a strong man's house, and spoil his goods, except he first bind the strong man? and then he will spoil his house."},{"text":"He that is not with me is against me; and he that gathereth not with me scattereth abroad."},{"text":"Wherefore I say unto you, All manner of sin and blasphemy shall be forgiven unto men: but the blasphemy against the Holy Ghost shall not be forgiven unto men."},{"text":"And whosoever speaketh a word against the Son of man, it shall be forgiven him: but whosoever speaketh against the Holy Ghost, it shall not be forgiven him, neither in this world, neither in the world to come."},{"text":"Either make the tree good, and his fruit good; or else make the tree corrupt, and his fruit corrupt: for the tree is known by his fruit."},{"text":"O generation of vipers, how can ye, being evil, speak good things? for out of the abundance of the heart the mouth speaketh."},{"text":"A good man out of the good treasure of the heart bringeth forth good things: and an evil man out of the evil treasure bringeth forth evil things."},{"text":"But I say unto you, That every idle word that men shall speak, they shall give account thereof in the day of judgment."},{"text":"For by thy words thou shalt be justified, and by thy words thou shalt be condemned."},{"text":"Then certain of the scribes and of the Pharisees answered, saying, Master, we would see a sign from thee."},{"text":"But he answered and said unto them, An evil and adulterous generation seeketh after a sign; and there shall no sign be given to it, but the sign of the prophet Jonas:"},{"text":"For as Jonas was three days and three nights in the whale's belly; so shall the Son of man be three days and three nights in the heart of the earth."},{"text":"The men of Nineveh shall rise in judgment with this generation, and shall condemn it: because they repented at the preaching of Jonas; and, behold, a greater than Jonas is here."},{"text":"The queen of the south shall rise up in the judgment with this generation, and shall condemn it: for she came from the uttermost parts of the earth to hear the wisdom of Solomon; and, behold, a greater than Solomon is here."},{"text":"When the unclean spirit is gone out of a man, he walketh through dry places, seeking rest, and findeth none."},{"text":"Then he saith, I will return into my house from whence I came out; and when he is come, he findeth it empty, swept, and garnished."},{"text":"Then goeth he, and taketh with himself seven other spirits more wicked than himself, and they enter in and dwell there: and the last state of that man is worse than the first. Even so shall it be also unto this wicked generation."},{"text":"While he yet talked to the people, behold, his mother and his brethren stood without, desiring to speak with him."},{"text":"Then one said unto him, Behold, thy mother and thy brethren stand without, desiring to speak with thee."},{"text":"But he answered and said unto him that told him, Who is my mother? and who are my brethren?"},{"text":"And he stretched forth his hand toward his disciples, and said, Behold my mother and my brethren!"},{"text":"For whosoever shall do the will of my Father which is in heaven, the same is my brother, and sister, and mother."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"The same day went Jesus out of the house, and sat by the sea side."},{"text":"And great multitudes were gathered together unto him, so that he went into a ship, and sat; and the whole multitude stood on the shore."},{"text":"And he spake many things unto them in parables, saying, Behold, a sower went forth to sow;"},{"text":"And when he sowed, some seeds fell by the way side, and the fowls came and devoured them up:"},{"text":"Some fell upon stony places, where they had not much earth: and forthwith they sprung up, because they had no deepness of earth:"},{"text":"And when the sun was up, they were scorched; and because they had no root, they withered away."},{"text":"And some fell among thorns; and the thorns sprung up, and choked them:"},{"text":"But other fell into good ground, and brought forth fruit, some an hundredfold, some sixtyfold, some thirtyfold."},{"text":"Who hath ears to hear, let him hear."},{"text":"And the disciples came, and said unto him, Why speakest thou unto them in parables?"},{"text":"He answered and said unto them, Because it is given unto you to know the mysteries of the kingdom of heaven, but to them it is not given."},{"text":"For whosoever hath, to him shall be given, and he shall have more abundance: but whosoever hath not, from him shall be taken away even that he hath."},{"text":"Therefore speak I to them in parables: because they seeing see not; and hearing they hear not, neither do they understand."},{"text":"And in them is fulfilled the prophecy of Esaias, which saith, By hearing ye shall hear, and shall not understand; and seeing ye shall see, and shall not perceive:"},{"text":"For this people's heart is waxed gross, and their ears are dull of hearing, and their eyes they have closed; lest at any time they should see with their eyes and hear with their ears, and should understand with their heart, and should be converted, and I should heal them."},{"text":"But blessed are your eyes, for they see: and your ears, for they hear."},{"text":"For verily I say unto you, That many prophets and righteous men have desired to see those things which ye see, and have not seen them; and to hear those things which ye hear, and have not heard them."},{"text":"Hear ye therefore the parable of the sower."},{"text":"When any one heareth the word of the kingdom, and understandeth it not, then cometh the wicked one, and catcheth away that which was sown in his heart. This is he which received seed by the way side."},{"text":"But he that received the seed into stony places, the same is he that heareth the word, and anon with joy receiveth it;"},{"text":"Yet hath he not root in himself, but dureth for a while: for when tribulation or persecution ariseth because of the word, by and by he is offended."},{"text":"He also that received seed among the thorns is he that heareth the word; and the care of this world, and the deceitfulness of riches, choke the word, and he becometh unfruitful."},{"text":"But he that received seed into the good ground is he that heareth the word, and understandeth it; which also beareth fruit, and bringeth forth, some an hundredfold, some sixty, some thirty."},{"text":"Another parable put he forth unto them, saying, The kingdom of heaven is likened unto a man which sowed good seed in his field:"},{"text":"But while men slept, his enemy came and sowed tares among the wheat, and went his way."},{"text":"But when the blade was sprung up, and brought forth fruit, then appeared the tares also."},{"text":"So the servants of the householder came and said unto him, Sir, didst not thou sow good seed in thy field? from whence then hath it tares?"},{"text":"He said unto them, An enemy hath done this. The servants said unto him, Wilt thou then that we go and gather them up?"},{"text":"But he said, Nay; lest while ye gather up the tares, ye root up also the wheat with them."},{"text":"Let both grow together until the harvest: and in the time of harvest I will say to the reapers, Gather ye together first the tares, and bind them in bundles to burn them: but gather the wheat into my barn."},{"text":"Another parable put he forth unto them, saying, The kingdom of heaven is like to a grain of mustard seed, which a man took, and sowed in his field:"},{"text":"Which indeed is the least of all seeds: but when it is grown, it is the greatest among herbs, and becometh a tree, so that the birds of the air come and lodge in the branches thereof."},{"text":"Another parable spake he unto them; The kingdom of heaven is like unto leaven, which a woman took, and hid in three measures of meal, till the whole was leavened."},{"text":"All these things spake Jesus unto the multitude in parables; and without a parable spake he not unto them:"},{"text":"That it might be fulfilled which was spoken by the prophet, saying, I will open my mouth in parables; I will utter things which have been kept secret from the foundation of the world."},{"text":"Then Jesus sent the multitude away, and went into the house: and his disciples came unto him, saying, Declare unto us the parable of the tares of the field."},{"text":"He answered and said unto them, He that soweth the good seed is the Son of man;"},{"text":"The field is the world; the good seed are the children of the kingdom; but the tares are the children of the wicked one;"},{"text":"The enemy that sowed them is the devil; the harvest is the end of the world; and the reapers are the angels."},{"text":"As therefore the tares are gathered and burned in the fire; so shall it be in the end of this world."},{"text":"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity;"},{"text":"And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth."},{"text":"Then shall the righteous shine forth as the sun in the kingdom of their Father. Who hath ears to hear, let him hear."},{"text":"Again, the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field."},{"text":"Again, the kingdom of heaven is like unto a merchant man, seeking goodly pearls:"},{"text":"Who, when he had found one pearl of great price, went and sold all that he had, and bought it."},{"text":"Again, the kingdom of heaven is like unto a net, that was cast into the sea, and gathered of every kind:"},{"text":"Which, when it was full, they drew to shore, and sat down, and gathered the good into vessels, but cast the bad away."},{"text":"So shall it be at the end of the world: the angels shall come forth, and sever the wicked from among the just,"},{"text":"And shall cast them into the furnace of fire: there shall be wailing and gnashing of teeth."},{"text":"Jesus saith unto them, Have ye understood all these things? They say unto him, Yea, Lord."},{"text":"Then said he unto them, Therefore every scribe which is instructed unto the kingdom of heaven is like unto a man that is an householder, which bringeth forth out of his treasure things new and old."},{"text":"And it came to pass, that when Jesus had finished these parables, he departed thence."},{"text":"And when he was come into his own country, he taught them in their synagogue, insomuch that they were astonished, and said, Whence hath this man this wisdom, and these mighty works?"},{"text":"Is not this the carpenter's son? is not his mother called Mary? and his brethren, James, and Joses, and Simon, and Judas?"},{"text":"And his sisters, are they not all with us? Whence then hath this man all these things?"},{"text":"And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house."},{"text":"And he did not many mighty works there because of their unbelief."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"At that time Herod the tetrarch heard of the fame of Jesus,"},{"text":"And said unto his servants, This is John the Baptist; he is risen from the dead; and therefore mighty works do shew forth themselves in him."},{"text":"For Herod had laid hold on John, and bound him, and put him in prison for Herodias' sake, his brother Philip's wife."},{"text":"For John said unto him, It is not lawful for thee to have her."},{"text":"And when he would have put him to death, he feared the multitude, because they counted him as a prophet."},{"text":"But when Herod's birthday was kept, the daughter of Herodias danced before them, and pleased Herod."},{"text":"Whereupon he promised with an oath to give her whatsoever she would ask."},{"text":"And she, being before instructed of her mother, said, Give me here John Baptist's head in a charger."},{"text":"And the king was sorry: nevertheless for the oath's sake, and them which sat with him at meat, he commanded it to be given her."},{"text":"And he sent, and beheaded John in the prison."},{"text":"And his head was brought in a charger, and given to the damsel: and she brought it to her mother."},{"text":"And his disciples came, and took up the body, and buried it, and went and told Jesus."},{"text":"When Jesus heard of it, he departed thence by ship into a desert place apart: and when the people had heard thereof, they followed him on foot out of the cities."},{"text":"And Jesus went forth, and saw a great multitude, and was moved with compassion toward them, and he healed their sick."},{"text":"And when it was evening, his disciples came to him, saying, This is a desert place, and the time is now past; send the multitude away, that they may go into the villages, and buy themselves victuals."},{"text":"But Jesus said unto them, They need not depart; give ye them to eat."},{"text":"And they say unto him, We have here but five loaves, and two fishes."},{"text":"He said, Bring them hither to me."},{"text":"And he commanded the multitude to sit down on the grass, and took the five loaves, and the two fishes, and looking up to heaven, he blessed, and brake, and gave the loaves to his disciples, and the disciples to the multitude."},{"text":"And they did all eat, and were filled: and they took up of the fragments that remained twelve baskets full."},{"text":"And they that had eaten were about five thousand men, beside women and children."},{"text":"And straightway Jesus constrained his disciples to get into a ship, and to go before him unto the other side, while he sent the multitudes away."},{"text":"And when he had sent the multitudes away, he went up into a mountain apart to pray: and when the evening was come, he was there alone."},{"text":"But the ship was now in the midst of the sea, tossed with waves: for the wind was contrary."},{"text":"And in the fourth watch of the night Jesus went unto them, walking on the sea."},{"text":"And when the disciples saw him walking on the sea, they were troubled, saying, It is a spirit; and they cried out for fear."},{"text":"But straightway Jesus spake unto them, saying, Be of good cheer; it is I; be not afraid."},{"text":"And Peter answered him and said, Lord, if it be thou, bid me come unto thee on the water."},{"text":"And he said, Come. And when Peter was come down out of the ship, he walked on the water, to go to Jesus."},{"text":"But when he saw the wind boisterous, he was afraid; and beginning to sink, he cried, saying, Lord, save me."},{"text":"And immediately Jesus stretched forth his hand, and caught him, and said unto him, O thou of little faith, wherefore didst thou doubt?"},{"text":"And when they were come into the ship, the wind ceased."},{"text":"Then they that were in the ship came and worshipped him, saying, Of a truth thou art the Son of God."},{"text":"And when they were gone over, they came into the land of Gennesaret."},{"text":"And when the men of that place had knowledge of him, they sent out into all that country round about, and brought unto him all that were diseased;"},{"text":"And besought him that they might only touch the hem of his garment: and as many as touched were made perfectly whole."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"Then came to Jesus scribes and Pharisees, which were of Jerusalem, saying,"},{"text":"Why do thy disciples transgress the tradition of the elders? for they wash not their hands when they eat bread."},{"text":"But he answered and said unto them, Why do ye also transgress the commandment of God by your tradition?"},{"text":"For God commanded, saying, Honour thy father and mother: and, He that curseth father or mother, let him die the death."},{"text":"But ye say, Whosoever shall say to his father or his mother, It is a gift, by whatsoever thou mightest be profited by me;"},{"text":"And honour not his father or his mother, he shall be free. Thus have ye made the commandment of God of none effect by your tradition."},{"text":"Ye hypocrites, well did Esaias prophesy of you, saying,"},{"text":"This people draweth nigh unto me with their mouth, and honoureth me with their lips; but their heart is far from me."},{"text":"But in vain they do worship me, teaching for doctrines the commandments of men."},{"text":"And he called the multitude, and said unto them, Hear, and understand:"},{"text":"Not that which goeth into the mouth defileth a man; but that which cometh out of the mouth, this defileth a man."},{"text":"Then came his disciples, and said unto him, Knowest thou that the Pharisees were offended, after they heard this saying?"},{"text":"But he answered and said, Every plant, which my heavenly Father hath not planted, shall be rooted up."},{"text":"Let them alone: they be blind leaders of the blind. And if the blind lead the blind, both shall fall into the ditch."},{"text":"Then answered Peter and said unto him, Declare unto us this parable."},{"text":"And Jesus said, Are ye also yet without understanding?"},{"text":"Do not ye yet understand, that whatsoever entereth in at the mouth goeth into the belly, and is cast out into the draught?"},{"text":"But those things which proceed out of the mouth come forth from the heart; and they defile the man."},{"text":"For out of the heart proceed evil thoughts, murders, adulteries, fornications, thefts, false witness, blasphemies:"},{"text":"These are the things which defile a man: but to eat with unwashen hands defileth not a man."},{"text":"Then Jesus went thence, and departed into the coasts of Tyre and Sidon."},{"text":"And, behold, a woman of Canaan came out of the same coasts, and cried unto him, saying, Have mercy on me, O Lord, thou son of David; my daughter is grievously vexed with a devil."},{"text":"But he answered her not a word. And his disciples came and besought him, saying, Send her away; for she crieth after us."},{"text":"But he answered and said, I am not sent but unto the lost sheep of the house of Israel."},{"text":"Then came she and worshipped him, saying, Lord, help me."},{"text":"But he answered and said, It is not meet to take the children's bread, and to cast it to dogs."},{"text":"And she said, Truth, Lord: yet the dogs eat of the crumbs which fall from their masters' table."},{"text":"Then Jesus answered and said unto her, O woman, great is thy faith: be it unto thee even as thou wilt. And her daughter was made whole from that very hour."},{"text":"And Jesus departed from thence, and came nigh unto the sea of Galilee; and went up into a mountain, and sat down there."},{"text":"And great multitudes came unto him, having with them those that were lame, blind, dumb, maimed, and many others, and cast them down at Jesus' feet; and he healed them:"},{"text":"Insomuch that the multitude wondered, when they saw the dumb to speak, the maimed to be whole, the lame to walk, and the blind to see: and they glorified the God of Israel."},{"text":"Then Jesus called his disciples unto him, and said, I have compassion on the multitude, because they continue with me now three days, and have nothing to eat: and I will not send them away fasting, lest they faint in the way."},{"text":"And his disciples say unto him, Whence should we have so much bread in the wilderness, as to fill so great a multitude?"},{"text":"And Jesus saith unto them, How many loaves have ye? And they said, Seven, and a few little fishes."},{"text":"And he commanded the multitude to sit down on the ground."},{"text":"And he took the seven loaves and the fishes, and gave thanks, and brake them, and gave to his disciples, and the disciples to the multitude."},{"text":"And they did all eat, and were filled: and they took up of the broken meat that was left seven baskets full."},{"text":"And they that did eat were four thousand men, beside women and children."},{"text":"And he sent away the multitude, and took ship, and came into the coasts of Magdala."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"The Pharisees also with the Sadducees came, and tempting desired him that he would shew them a sign from heaven."},{"text":"He answered and said unto them, When it is evening, ye say, It will be fair weather: for the sky is red."},{"text":"And in the morning, It will be foul weather to day: for the sky is red and lowering. O ye hypocrites, ye can discern the face of the sky; but can ye not discern the signs of the times?"},{"text":"A wicked and adulterous generation seeketh after a sign; and there shall no sign be given unto it, but the sign of the prophet Jonas. And he left them, and departed."},{"text":"And when his disciples were come to the other side, they had forgotten to take bread."},{"text":"Then Jesus said unto them, Take heed and beware of the leaven of the Pharisees and of the Sadducees."},{"text":"And they reasoned among themselves, saying, It is because we have taken no bread."},{"text":"Which when Jesus perceived, he said unto them, O ye of little faith, why reason ye among yourselves, because ye have brought no bread?"},{"text":"Do ye not yet understand, neither remember the five loaves of the five thousand, and how many baskets ye took up?"},{"text":"Neither the seven loaves of the four thousand, and how many baskets ye took up?"},{"text":"How is it that ye do not understand that I spake it not to you concerning bread, that ye should beware of the leaven of the Pharisees and of the Sadducees?"},{"text":"Then understood they how that he bade them not beware of the leaven of bread, but of the doctrine of the Pharisees and of the Sadducees."},{"text":"When Jesus came into the coasts of Caesarea Philippi, he asked his disciples, saying, Whom do men say that I the Son of man am?"},{"text":"And they said, Some say that thou art John the Baptist: some, Elias; and others, Jeremias, or one of the prophets."},{"text":"He saith unto them, But whom say ye that I am?"},{"text":"And Simon Peter answered and said, Thou art the Christ, the Son of the living God."},{"text":"And Jesus answered and said unto him, Blessed art thou, Simon Barjona: for flesh and blood hath not revealed it unto thee, but my Father which is in heaven."},{"text":"And I say also unto thee, That thou art Peter, and upon this rock I will build my church; and the gates of hell shall not prevail against it."},{"text":"And I will give unto thee the keys of the kingdom of heaven: and whatsoever thou shalt bind on earth shall be bound in heaven: and whatsoever thou shalt loose on earth shall be loosed in heaven."},{"text":"Then charged he his disciples that they should tell no man that he was Jesus the Christ."},{"text":"From that time forth began Jesus to shew unto his disciples, how that he must go unto Jerusalem, and suffer many things of the elders and chief priests and scribes, and be killed, and be raised again the third day."},{"text":"Then Peter took him, and began to rebuke him, saying, Be it far from thee, Lord: this shall not be unto thee."},{"text":"But he turned, and said unto Peter, Get thee behind me, Satan: thou art an offence unto me: for thou savourest not the things that be of God, but those that be of men."},{"text":"Then said Jesus unto his disciples, If any man will come after me, let him deny himself, and take up his cross, and follow me."},{"text":"For whosoever will save his life shall lose it: and whosoever will lose his life for my sake shall find it."},{"text":"For what is a man profited, if he shall gain the whole world, and lose his own soul? or what shall a man give in exchange for his soul?"},{"text":"For the Son of man shall come in the glory of his Father with his angels; and then he shall reward every man according to his works."},{"text":"Verily I say unto you, There be some standing here, which shall not taste of death, till they see the Son of man coming in his kingdom."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"And after six days Jesus taketh Peter, James, and John his brother, and bringeth them up into an high mountain apart,"},{"text":"And was transfigured before them: and his face did shine as the sun, and his raiment was white as the light."},{"text":"And, behold, there appeared unto them Moses and Elias talking with him."},{"text":"Then answered Peter, and said unto Jesus, Lord, it is good for us to be here: if thou wilt, let us make here three tabernacles; one for thee, and one for Moses, and one for Elias."},{"text":"While he yet spake, behold, a bright cloud overshadowed them: and behold a voice out of the cloud, which said, This is my beloved Son, in whom I am well pleased; hear ye him."},{"text":"And when the disciples heard it, they fell on their face, and were sore afraid."},{"text":"And Jesus came and touched them, and said, Arise, and be not afraid."},{"text":"And when they had lifted up their eyes, they saw no man, save Jesus only."},{"text":"And as they came down from the mountain, Jesus charged them, saying, Tell the vision to no man, until the Son of man be risen again from the dead."},{"text":"And his disciples asked him, saying, Why then say the scribes that Elias must first come?"},{"text":"And Jesus answered and said unto them, Elias truly shall first come, and restore all things."},{"text":"But I say unto you, That Elias is come already, and they knew him not, but have done unto him whatsoever they listed. Likewise shall also the Son of man suffer of them."},{"text":"Then the disciples understood that he spake unto them of John the Baptist."},{"text":"And when they were come to the multitude, there came to him a certain man, kneeling down to him, and saying,"},{"text":"Lord, have mercy on my son: for he is lunatick, and sore vexed: for ofttimes he falleth into the fire, and oft into the water."},{"text":"And I brought him to thy disciples, and they could not cure him."},{"text":"Then Jesus answered and said, O faithless and perverse generation, how long shall I be with you? how long shall I suffer you? bring him hither to me."},{"text":"And Jesus rebuked the devil; and he departed out of him: and the child was cured from that very hour."},{"text":"Then came the disciples to Jesus apart, and said, Why could not we cast him out?"},{"text":"And Jesus said unto them, Because of your unbelief: for verily I say unto you, If ye have faith as a grain of mustard seed, ye shall say unto this mountain, Remove hence to yonder place; and it shall remove; and nothing shall be impossible unto you."},{"text":"Howbeit this kind goeth not out but by prayer and fasting."},{"text":"And while they abode in Galilee, Jesus said unto them, The Son of man shall be betrayed into the hands of men:"},{"text":"And they shall kill him, and the third day he shall be raised again."},{"text":"And when they were come to Capernaum, they that received tribute money came to Peter, and said, Doth not your master pay tribute?"},{"text":"He saith, Yes. And when he was come into the house, Jesus prevented him, saying, What thinkest thou, Simon? of whom do the kings of the earth take custom or tribute? of their own children, or of strangers?"},{"text":"Peter saith unto him, Of strangers. Jesus saith unto him, Then are the children free."},{"text":"Notwithstanding, lest we should offend them, go thou to the sea, and cast an hook, and take up the fish that first cometh up; and when thou hast opened his mouth, thou shalt find a piece of money: that take, and give unto them for me and thee."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"At the same time came the disciples unto Jesus, saying, Who is the greatest in the kingdom of heaven?"},{"text":"And Jesus called a little child unto him, and set him in the midst of them,"},{"text":"And said, Verily I say unto you, Except ye be converted, and become as little children, ye shall not enter into the kingdom of heaven."},{"text":"Whosoever therefore shall humble himself as this little child, the same is greatest in the kingdom of heaven."},{"text":"And whoso shall receive one such little child in my name receiveth me."},{"text":"But whoso shall offend one of these little ones which believe in me, it were better for him that a millstone were hanged about his neck, and that he were drowned in the depth of the sea."},{"text":"Woe unto the world because of offences! for it must needs be that offences come; but woe to that man by whom the offence cometh!"},{"text":"Wherefore if thy hand or thy foot offend thee, cut them off, and cast them from thee: it is better for thee to enter into life halt or maimed, rather than having two hands or two feet to be cast into everlasting fire."},{"text":"And if thine eye offend thee, pluck it out, and cast it from thee: it is better for thee to enter into life with one eye, rather than having two eyes to be cast into hell fire."},{"text":"Take heed that ye despise not one of these little ones; for I say unto you, That in heaven their angels do always behold the face of my Father which is in heaven."},{"text":"For the Son of man is come to save that which was lost."},{"text":"How think ye? if a man have an hundred sheep, and one of them be gone astray, doth he not leave the ninety and nine, and goeth into the mountains, and seeketh that which is gone astray?"},{"text":"And if so be that he find it, verily I say unto you, he rejoiceth more of that sheep, than of the ninety and nine which went not astray."},{"text":"Even so it is not the will of your Father which is in heaven, that one of these little ones should perish."},{"text":"Moreover if thy brother shall trespass against thee, go and tell him his fault between thee and him alone: if he shall hear thee, thou hast gained thy brother."},{"text":"But if he will not hear thee, then take with thee one or two more, that in the mouth of two or three witnesses every word may be established."},{"text":"And if he shall neglect to hear them, tell it unto the church: but if he neglect to hear the church, let him be unto thee as an heathen man and a publican."},{"text":"Verily I say unto you, Whatsoever ye shall bind on earth shall be bound in heaven: and whatsoever ye shall loose on earth shall be loosed in heaven."},{"text":"Again I say unto you, That if two of you shall agree on earth as touching any thing that they shall ask, it shall be done for them of my Father which is in heaven."},{"text":"For where two or three are gathered together in my name, there am I in the midst of them."},{"text":"Then came Peter to him, and said, Lord, how oft shall my brother sin against me, and I forgive him? till seven times?"},{"text":"Jesus saith unto him, I say not unto thee, Until seven times: but, Until seventy times seven."},{"text":"Therefore is the kingdom of heaven likened unto a certain king, which would take account of his servants."},{"text":"And when he had begun to reckon, one was brought unto him, which owed him ten thousand talents."},{"text":"But forasmuch as he had not to pay, his lord commanded him to be sold, and his wife, and children, and all that he had, and payment to be made."},{"text":"The servant therefore fell down, and worshipped him, saying, Lord, have patience with me, and I will pay thee all."},{"text":"Then the lord of that servant was moved with compassion, and loosed him, and forgave him the debt."},{"text":"But the same servant went out, and found one of his fellowservants, which owed him an hundred pence: and he laid hands on him, and took him by the throat, saying, Pay me that thou owest."},{"text":"And his fellowservant fell down at his feet, and besought him, saying, Have patience with me, and I will pay thee all."},{"text":"And he would not: but went and cast him into prison, till he should pay the debt."},{"text":"So when his fellowservants saw what was done, they were very sorry, and came and told unto their lord all that was done."},{"text":"Then his lord, after that he had called him, said unto him, O thou wicked servant, I forgave thee all that debt, because thou desiredst me:"},{"text":"Shouldest not thou also have had compassion on thy fellowservant, even as I had pity on thee?"},{"text":"And his lord was wroth, and delivered him to the tormentors, till he should pay all that was due unto him."},{"text":"So likewise shall my heavenly Father do also unto you, if ye from your hearts forgive not every one his brother their trespasses."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"And it came to pass, that when Jesus had finished these sayings, he departed from Galilee, and came into the coasts of Judaea beyond Jordan;"},{"text":"And great multitudes followed him; and he healed them there."},{"text":"The Pharisees also came unto him, tempting him, and saying unto him, Is it lawful for a man to put away his wife for every cause?"},{"text":"And he answered and said unto them, Have ye not read, that he which made them at the beginning made them male and female,"},{"text":"And said, For this cause shall a man leave father and mother, and shall cleave to his wife: and they twain shall be one flesh?"},{"text":"Wherefore they are no more twain, but one flesh. What therefore God hath joined together, let not man put asunder."},{"text":"They say unto him, Why did Moses then command to give a writing of divorcement, and to put her away?"},{"text":"He saith unto them, Moses because of the hardness of your hearts suffered you to put away your wives: but from the beginning it was not so."},{"text":"And I say unto you, Whosoever shall put away his wife, except it be for fornication, and shall marry another, committeth adultery: and whoso marrieth her which is put away doth commit adultery."},{"text":"His disciples say unto him, If the case of the man be so with his wife, it is not good to marry."},{"text":"But he said unto them, All men cannot receive this saying, save they to whom it is given."},{"text":"For there are some eunuchs, which were so born from their mother's womb: and there are some eunuchs, which were made eunuchs of men: and there be eunuchs, which have made themselves eunuchs for the kingdom of heaven's sake. He that is able to receive it, let him receive it."},{"text":"Then were there brought unto him little children, that he should put his hands on them, and pray: and the disciples rebuked them."},{"text":"But Jesus said, Suffer little children, and forbid them not, to come unto me: for of such is the kingdom of heaven."},{"text":"And he laid his hands on them, and departed thence."},{"text":"And, behold, one came and said unto him, Good Master, what good thing shall I do, that I may have eternal life?"},{"text":"And he said unto him, Why callest thou me good? there is none good but one, that is, God: but if thou wilt enter into life, keep the commandments."},{"text":"He saith unto him, Which? Jesus said, Thou shalt do no murder, Thou shalt not commit adultery, Thou shalt not steal, Thou shalt not bear false witness,"},{"text":"Honour thy father and thy mother: and, Thou shalt love thy neighbour as thyself."},{"text":"The young man saith unto him, All these things have I kept from my youth up: what lack I yet?"},{"text":"Jesus said unto him, If thou wilt be perfect, go and sell that thou hast, and give to the poor, and thou shalt have treasure in heaven: and come and follow me."},{"text":"But when the young man heard that saying, he went away sorrowful: for he had great possessions."},{"text":"Then said Jesus unto his disciples, Verily I say unto you, That a rich man shall hardly enter into the kingdom of heaven."},{"text":"And again I say unto you, It is easier for a camel to go through the eye of a needle, than for a rich man to enter into the kingdom of God."},{"text":"When his disciples heard it, they were exceedingly amazed, saying, Who then can be saved?"},{"text":"But Jesus beheld them, and said unto them, With men this is impossible; but with God all things are possible."},{"text":"Then answered Peter and said unto him, Behold, we have forsaken all, and followed thee; what shall we have therefore?"},{"text":"And Jesus said unto them, Verily I say unto you, That ye which have followed me, in the regeneration when the Son of man shall sit in the throne of his glory, ye also shall sit upon twelve thrones, judging the twelve tribes of Israel."},{"text":"And every one that hath forsaken houses, or brethren, or sisters, or father, or mother, or wife, or children, or lands, for my name's sake, shall receive an hundredfold, and shall inherit everlasting life."},{"text":"But many that are first shall be last; and the last shall be first."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"Now when Jesus was born in Bethlehem of Judaea in the days of Herod the king, behold, there came wise men from the east to Jerusalem,"},{"text":"Saying, Where is he that is born King of the Jews? for we have seen his star in the east, and are come to worship him."},{"text":"When Herod the king had heard these things, he was troubled, and all Jerusalem with him."},{"text":"And when he had gathered all the chief priests and scribes of the people together, he demanded of them where Christ should be born."},{"text":"And they said unto him, In Bethlehem of Judaea: for thus it is written by the prophet,"},{"text":"And thou Bethlehem, in the land of Juda, art not the least among the princes of Juda: for out of thee shall come a Governor, that shall rule my people Israel."},{"text":"Then Herod, when he had privily called the wise men, enquired of them diligently what time the star appeared."},{"text":"And he sent them to Bethlehem, and said, Go and search diligently for the young child; and when ye have found him, bring me word again, that I may come and worship him also."},{"text":"When they had heard the king, they departed; and, lo, the star, which they saw in the east, went before them, till it came and stood over where the young child was."},{"text":"When they saw the star, they rejoiced with exceeding great joy."},{"text":"And when they were come into the house, they saw the young child with Mary his mother, and fell down, and worshipped him: and when they had opened their treasures, they presented unto him gifts; gold, and frankincense and myrrh."},{"text":"And being warned of God in a dream that they should not return to Herod, they departed into their own country another way."},{"text":"And when they were departed, behold, the angel of the Lord appeareth to Joseph in a dream, saying, Arise, and take the young child and his mother, and flee into Egypt, and be thou there until I bring thee word: for Herod will seek the young child to destroy him."},{"text":"When he arose, he took the young child and his mother by night, and departed into Egypt:"},{"text":"And was there until the death of Herod: that it might be fulfilled which was spoken of the Lord by the prophet, saying, Out of Egypt have I called my son."},{"text":"Then Herod, when he saw that he was mocked of the wise men, was exceeding wroth, and sent forth, and slew all the children that were in Bethlehem, and in all the coasts thereof, from two years old and under, according to the time which he had diligently enquired of the wise men."},{"text":"Then was fulfilled that which was spoken by Jeremy the prophet, saying,"},{"text":"In Rama was there a voice heard, lamentation, and weeping, and great mourning, Rachel weeping for her children, and would not be comforted, because they are not."},{"text":"But when Herod was dead, behold, an angel of the Lord appeareth in a dream to Joseph in Egypt,"},{"text":"Saying, Arise, and take the young child and his mother, and go into the land of Israel: for they are dead which sought the young child's life."},{"text":"And he arose, and took the young child and his mother, and came into the land of Israel."},{"text":"But when he heard that Archelaus did reign in Judaea in the room of his father Herod, he was afraid to go thither: notwithstanding, being warned of God in a dream, he turned aside into the parts of Galilee:"},{"text":"And he came and dwelt in a city called Nazareth: that it might be fulfilled which was spoken by the prophets, He shall be called a Nazarene."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"For the kingdom of heaven is like unto a man that is an householder, which went out early in the morning to hire labourers into his vineyard."},{"text":"And when he had agreed with the labourers for a penny a day, he sent them into his vineyard."},{"text":"And he went out about the third hour, and saw others standing idle in the marketplace,"},{"text":"And said unto them; Go ye also into the vineyard, and whatsoever is right I will give you. And they went their way."},{"text":"Again he went out about the sixth and ninth hour, and did likewise."},{"text":"And about the eleventh hour he went out, and found others standing idle, and saith unto them, Why stand ye here all the day idle?"},{"text":"They say unto him, Because no man hath hired us. He saith unto them, Go ye also into the vineyard; and whatsoever is right, that shall ye receive."},{"text":"So when even was come, the lord of the vineyard saith unto his steward, Call the labourers, and give them their hire, beginning from the last unto the first."},{"text":"And when they came that were hired about the eleventh hour, they received every man a penny."},{"text":"But when the first came, they supposed that they should have received more; and they likewise received every man a penny."},{"text":"And when they had received it, they murmured against the goodman of the house,"},{"text":"Saying, These last have wrought but one hour, and thou hast made them equal unto us, which have borne the burden and heat of the day."},{"text":"But he answered one of them, and said, Friend, I do thee no wrong: didst not thou agree with me for a penny?"},{"text":"Take that thine is, and go thy way: I will give unto this last, even as unto thee."},{"text":"Is it not lawful for me to do what I will with mine own? Is thine eye evil, because I am good?"},{"text":"So the last shall be first, and the first last: for many be called, but few chosen."},{"text":"And Jesus going up to Jerusalem took the twelve disciples apart in the way, and said unto them,"},{"text":"Behold, we go up to Jerusalem; and the Son of man shall be betrayed unto the chief priests and unto the scribes, and they shall condemn him to death,"},{"text":"And shall deliver him to the Gentiles to mock, and to scourge, and to crucify him: and the third day he shall rise again."},{"text":"Then came to him the mother of Zebedees children with her sons, worshipping him, and desiring a certain thing of him."},{"text":"And he said unto her, What wilt thou? She saith unto him, Grant that these my two sons may sit, the one on thy right hand, and the other on the left, in thy kingdom."},{"text":"But Jesus answered and said, Ye know not what ye ask. Are ye able to drink of the cup that I shall drink of, and to be baptized with the baptism that I am baptized with? They say unto him, We are able."},{"text":"And he saith unto them, Ye shall drink indeed of my cup, and be baptized with the baptism that I am baptized with: but to sit on my right hand, and on my left, is not mine to give, but it shall be given to them for whom it is prepared of my Father."},{"text":"And when the ten heard it, they were moved with indignation against the two brethren."},{"text":"But Jesus called them unto him, and said, Ye know that the princes of the Gentiles exercise dominion over them, and they that are great exercise authority upon them."},{"text":"But it shall not be so among you: but whosoever will be great among you, let him be your minister;"},{"text":"And whosoever will be chief among you, let him be your servant:"},{"text":"Even as the Son of man came not to be ministered unto, but to minister, and to give his life a ransom for many."},{"text":"And as they departed from Jericho, a great multitude followed him."},{"text":"And, behold, two blind men sitting by the way side, when they heard that Jesus passed by, cried out, saying, Have mercy on us, O Lord, thou son of David."},{"text":"And the multitude rebuked them, because they should hold their peace: but they cried the more, saying, Have mercy on us, O Lord, thou son of David."},{"text":"And Jesus stood still, and called them, and said, What will ye that I shall do unto you?"},{"text":"They say unto him, Lord, that our eyes may be opened."},{"text":"So Jesus had compassion on them, and touched their eyes: and immediately their eyes received sight, and they followed him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"And when they drew nigh unto Jerusalem, and were come to Bethphage, unto the mount of Olives, then sent Jesus two disciples,"},{"text":"Saying unto them, Go into the village over against you, and straightway ye shall find an ass tied, and a colt with her: loose them, and bring them unto me."},{"text":"And if any man say ought unto you, ye shall say, The Lord hath need of them; and straightway he will send them."},{"text":"All this was done, that it might be fulfilled which was spoken by the prophet, saying,"},{"text":"Tell ye the daughter of Sion, Behold, thy King cometh unto thee, meek, and sitting upon an ass, and a colt the foal of an ass."},{"text":"And the disciples went, and did as Jesus commanded them,"},{"text":"And brought the ass, and the colt, and put on them their clothes, and they set him thereon."},{"text":"And a very great multitude spread their garments in the way; others cut down branches from the trees, and strawed them in the way."},{"text":"And the multitudes that went before, and that followed, cried, saying, Hosanna to the son of David: Blessed is he that cometh in the name of the Lord; Hosanna in the highest."},{"text":"And when he was come into Jerusalem, all the city was moved, saying, Who is this?"},{"text":"And the multitude said, This is Jesus the prophet of Nazareth of Galilee."},{"text":"And Jesus went into the temple of God, and cast out all them that sold and bought in the temple, and overthrew the tables of the moneychangers, and the seats of them that sold doves,"},{"text":"And said unto them, It is written, My house shall be called the house of prayer; but ye have made it a den of thieves."},{"text":"And the blind and the lame came to him in the temple; and he healed them."},{"text":"And when the chief priests and scribes saw the wonderful things that he did, and the children crying in the temple, and saying, Hosanna to the son of David; they were sore displeased,"},{"text":"And said unto him, Hearest thou what these say? And Jesus saith unto them, Yea; have ye never read, Out of the mouth of babes and sucklings thou hast perfected praise?"},{"text":"And he left them, and went out of the city into Bethany; and he lodged there."},{"text":"Now in the morning as he returned into the city, he hungered."},{"text":"And when he saw a fig tree in the way, he came to it, and found nothing thereon, but leaves only, and said unto it, Let no fruit grow on thee henceforward for ever. And presently the fig tree withered away."},{"text":"And when the disciples saw it, they marvelled, saying, How soon is the fig tree withered away!"},{"text":"Jesus answered and said unto them, Verily I say unto you, If ye have faith, and doubt not, ye shall not only do this which is done to the fig tree, but also if ye shall say unto this mountain, Be thou removed, and be thou cast into the sea; it shall be done."},{"text":"And all things, whatsoever ye shall ask in prayer, believing, ye shall receive."},{"text":"And when he was come into the temple, the chief priests and the elders of the people came unto him as he was teaching, and said, By what authority doest thou these things? and who gave thee this authority?"},{"text":"And Jesus answered and said unto them, I also will ask you one thing, which if ye tell me, I in like wise will tell you by what authority I do these things."},{"text":"The baptism of John, whence was it? from heaven, or of men? And they reasoned with themselves, saying, If we shall say, From heaven; he will say unto us, Why did ye not then believe him?"},{"text":"But if we shall say, Of men; we fear the people; for all hold John as a prophet."},{"text":"And they answered Jesus, and said, We cannot tell. And he said unto them, Neither tell I you by what authority I do these things."},{"text":"But what think ye? A certain man had two sons; and he came to the first, and said, Son, go work to day in my vineyard."},{"text":"He answered and said, I will not: but afterward he repented, and went."},{"text":"And he came to the second, and said likewise. And he answered and said, I go, sir: and went not."},{"text":"Whether of them twain did the will of his father? They say unto him, The first. Jesus saith unto them, Verily I say unto you, That the publicans and the harlots go into the kingdom of God before you."},{"text":"For John came unto you in the way of righteousness, and ye believed him not: but the publicans and the harlots believed him: and ye, when ye had seen it, repented not afterward, that ye might believe him."},{"text":"Hear another parable: There was a certain householder, which planted a vineyard, and hedged it round about, and digged a winepress in it, and built a tower, and let it out to husbandmen, and went into a far country:"},{"text":"And when the time of the fruit drew near, he sent his servants to the husbandmen, that they might receive the fruits of it."},{"text":"And the husbandmen took his servants, and beat one, and killed another, and stoned another."},{"text":"Again, he sent other servants more than the first: and they did unto them likewise."},{"text":"But last of all he sent unto them his son, saying, They will reverence my son."},{"text":"But when the husbandmen saw the son, they said among themselves, This is the heir; come, let us kill him, and let us seize on his inheritance."},{"text":"And they caught him, and cast him out of the vineyard, and slew him."},{"text":"When the lord therefore of the vineyard cometh, what will he do unto those husbandmen?"},{"text":"They say unto him, He will miserably destroy those wicked men, and will let out his vineyard unto other husbandmen, which shall render him the fruits in their seasons."},{"text":"Jesus saith unto them, Did ye never read in the scriptures, The stone which the builders rejected, the same is become the head of the corner: this is the Lord's doing, and it is marvellous in our eyes?"},{"text":"Therefore say I unto you, The kingdom of God shall be taken from you, and given to a nation bringing forth the fruits thereof."},{"text":"And whosoever shall fall on this stone shall be broken: but on whomsoever it shall fall, it will grind him to powder."},{"text":"And when the chief priests and Pharisees had heard his parables, they perceived that he spake of them."},{"text":"But when they sought to lay hands on him, they feared the multitude, because they took him for a prophet."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":22,"verses":[{"text":"And Jesus answered and spake unto them again by parables, and said,"},{"text":"The kingdom of heaven is like unto a certain king, which made a marriage for his son,"},{"text":"And sent forth his servants to call them that were bidden to the wedding: and they would not come."},{"text":"Again, he sent forth other servants, saying, Tell them which are bidden, Behold, I have prepared my dinner: my oxen and my fatlings are killed, and all things are ready: come unto the marriage."},{"text":"But they made light of it, and went their ways, one to his farm, another to his merchandise:"},{"text":"And the remnant took his servants, and entreated them spitefully, and slew them."},{"text":"But when the king heard thereof, he was wroth: and he sent forth his armies, and destroyed those murderers, and burned up their city."},{"text":"Then saith he to his servants, The wedding is ready, but they which were bidden were not worthy."},{"text":"Go ye therefore into the highways, and as many as ye shall find, bid to the marriage."},{"text":"So those servants went out into the highways, and gathered together all as many as they found, both bad and good: and the wedding was furnished with guests."},{"text":"And when the king came in to see the guests, he saw there a man which had not on a wedding garment:"},{"text":"And he saith unto him, Friend, how camest thou in hither not having a wedding garment? And he was speechless."},{"text":"Then said the king to the servants, Bind him hand and foot, and take him away, and cast him into outer darkness, there shall be weeping and gnashing of teeth."},{"text":"For many are called, but few are chosen."},{"text":"Then went the Pharisees, and took counsel how they might entangle him in his talk."},{"text":"And they sent out unto him their disciples with the Herodians, saying, Master, we know that thou art true, and teachest the way of God in truth, neither carest thou for any man: for thou regardest not the person of men."},{"text":"Tell us therefore, What thinkest thou? Is it lawful to give tribute unto Caesar, or not?"},{"text":"But Jesus perceived their wickedness, and said, Why tempt ye me, ye hypocrites?"},{"text":"Shew me the tribute money. And they brought unto him a penny."},{"text":"And he saith unto them, Whose is this image and superscription?"},{"text":"They say unto him, Caesar's. Then saith he unto them, Render therefore unto Caesar the things which are Caesar's; and unto God the things that are God's."},{"text":"When they had heard these words, they marvelled, and left him, and went their way."},{"text":"The same day came to him the Sadducees, which say that there is no resurrection, and asked him,"},{"text":"Saying, Master, Moses said, If a man die, having no children, his brother shall marry his wife, and raise up seed unto his brother."},{"text":"Now there were with us seven brethren: and the first, when he had married a wife, deceased, and, having no issue, left his wife unto his brother:"},{"text":"Likewise the second also, and the third, unto the seventh."},{"text":"And last of all the woman died also."},{"text":"Therefore in the resurrection whose wife shall she be of the seven? for they all had her."},{"text":"Jesus answered and said unto them, Ye do err, not knowing the scriptures, nor the power of God."},{"text":"For in the resurrection they neither marry, nor are given in marriage, but are as the angels of God in heaven."},{"text":"But as touching the resurrection of the dead, have ye not read that which was spoken unto you by God, saying,"},{"text":"I am the God of Abraham, and the God of Isaac, and the God of Jacob? God is not the God of the dead, but of the living."},{"text":"And when the multitude heard this, they were astonished at his doctrine."},{"text":"But when the Pharisees had heard that he had put the Sadducees to silence, they were gathered together."},{"text":"Then one of them, which was a lawyer, asked him a question, tempting him, and saying,"},{"text":"Master, which is the great commandment in the law?"},{"text":"Jesus said unto him, Thou shalt love the Lord thy God with all thy heart, and with all thy soul, and with all thy mind."},{"text":"This is the first and great commandment."},{"text":"And the second is like unto it, Thou shalt love thy neighbour as thyself."},{"text":"On these two commandments hang all the law and the prophets."},{"text":"While the Pharisees were gathered together, Jesus asked them,"},{"text":"Saying, What think ye of Christ? whose son is he? They say unto him, The son of David."},{"text":"He saith unto them, How then doth David in spirit call him Lord, saying,"},{"text":"The LORD said unto my Lord, Sit thou on my right hand, till I make thine enemies thy footstool?"},{"text":"If David then call him Lord, how is he his son?"},{"text":"And no man was able to answer him a word, neither durst any man from that day forth ask him any more questions."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":23,"verses":[{"text":"Then spake Jesus to the multitude, and to his disciples,"},{"text":"Saying The scribes and the Pharisees sit in Moses' seat:"},{"text":"All therefore whatsoever they bid you observe, that observe and do; but do not ye after their works: for they say, and do not."},{"text":"For they bind heavy burdens and grievous to be borne, and lay them on men's shoulders; but they themselves will not move them with one of their fingers."},{"text":"But all their works they do for to be seen of men: they make broad their phylacteries, and enlarge the borders of their garments,"},{"text":"And love the uppermost rooms at feasts, and the chief seats in the synagogues,"},{"text":"And greetings in the markets, and to be called of men, Rabbi, Rabbi."},{"text":"But be not ye called Rabbi: for one is your Master, even Christ; and all ye are brethren."},{"text":"And call no man your father upon the earth: for one is your Father, which is in heaven."},{"text":"Neither be ye called masters: for one is your Master, even Christ."},{"text":"But he that is greatest among you shall be your servant."},{"text":"And whosoever shall exalt himself shall be abased; and he that shall humble himself shall be exalted."},{"text":"But woe unto you, scribes and Pharisees, hypocrites! for ye shut up the kingdom of heaven against men: for ye neither go in yourselves, neither suffer ye them that are entering to go in."},{"text":"Woe unto you, scribes and Pharisees, hypocrites! for ye devour widows' houses, and for a pretence make long prayer: therefore ye shall receive the greater damnation."},{"text":"Woe unto you, scribes and Pharisees, hypocrites! for ye compass sea and land to make one proselyte, and when he is made, ye make him twofold more the child of hell than yourselves."},{"text":"Woe unto you, ye blind guides, which say, Whosoever shall swear by the temple, it is nothing; but whosoever shall swear by the gold of the temple, he is a debtor!"},{"text":"Ye fools and blind: for whether is greater, the gold, or the temple that sanctifieth the gold?"},{"text":"And, Whosoever shall swear by the altar, it is nothing; but whosoever sweareth by the gift that is upon it, he is guilty."},{"text":"Ye fools and blind: for whether is greater, the gift, or the altar that sanctifieth the gift?"},{"text":"Whoso therefore shall swear by the altar, sweareth by it, and by all things thereon."},{"text":"And whoso shall swear by the temple, sweareth by it, and by him that dwelleth therein."},{"text":"And he that shall swear by heaven, sweareth by the throne of God, and by him that sitteth thereon."},{"text":"Woe unto you, scribes and Pharisees, hypocrites! for ye pay tithe of mint and anise and cummin, and have omitted the weightier matters of the law, judgment, mercy, and faith: these ought ye to have done, and not to leave the other undone."},{"text":"Ye blind guides, which strain at a gnat, and swallow a camel."},{"text":"Woe unto you, scribes and Pharisees, hypocrites! for ye make clean the outside of the cup and of the platter, but within they are full of extortion and excess."},{"text":"Thou blind Pharisee, cleanse first that which is within the cup and platter, that the outside of them may be clean also."},{"text":"Woe unto you, scribes and Pharisees, hypocrites! for ye are like unto whited sepulchres, which indeed appear beautiful outward, but are within full of dead men's bones, and of all uncleanness."},{"text":"Even so ye also outwardly appear righteous unto men, but within ye are full of hypocrisy and iniquity."},{"text":"Woe unto you, scribes and Pharisees, hypocrites! because ye build the tombs of the prophets, and garnish the sepulchres of the righteous,"},{"text":"And say, If we had been in the days of our fathers, we would not have been partakers with them in the blood of the prophets."},{"text":"Wherefore ye be witnesses unto yourselves, that ye are the children of them which killed the prophets."},{"text":"Fill ye up then the measure of your fathers."},{"text":"Ye serpents, ye generation of vipers, how can ye escape the damnation of hell?"},{"text":"Wherefore, behold, I send unto you prophets, and wise men, and scribes: and some of them ye shall kill and crucify; and some of them shall ye scourge in your synagogues, and persecute them from city to city:"},{"text":"That upon you may come all the righteous blood shed upon the earth, from the blood of righteous Abel unto the blood of Zacharias son of Barachias, whom ye slew between the temple and the altar."},{"text":"Verily I say unto you, All these things shall come upon this generation."},{"text":"O Jerusalem, Jerusalem, thou that killest the prophets, and stonest them which are sent unto thee, how often would I have gathered thy children together, even as a hen gathereth her chickens under her wings, and ye would not!"},{"text":"Behold, your house is left unto you desolate."},{"text":"For I say unto you, Ye shall not see me henceforth, till ye shall say, Blessed is he that cometh in the name of the Lord."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":24,"verses":[{"text":"And Jesus went out, and departed from the temple: and his disciples came to him for to shew him the buildings of the temple."},{"text":"And Jesus said unto them, See ye not all these things? verily I say unto you, There shall not be left here one stone upon another, that shall not be thrown down."},{"text":"And as he sat upon the mount of Olives, the disciples came unto him privately, saying, Tell us, when shall these things be? and what shall be the sign of thy coming, and of the end of the world?"},{"text":"And Jesus answered and said unto them, Take heed that no man deceive you."},{"text":"For many shall come in my name, saying, I am Christ; and shall deceive many."},{"text":"And ye shall hear of wars and rumours of wars: see that ye be not troubled: for all these things must come to pass, but the end is not yet."},{"text":"For nation shall rise against nation, and kingdom against kingdom: and there shall be famines, and pestilences, and earthquakes, in divers places."},{"text":"All these are the beginning of sorrows."},{"text":"Then shall they deliver you up to be afflicted, and shall kill you: and ye shall be hated of all nations for my name's sake."},{"text":"And then shall many be offended, and shall betray one another, and shall hate one another."},{"text":"And many false prophets shall rise, and shall deceive many."},{"text":"And because iniquity shall abound, the love of many shall wax cold."},{"text":"But he that shall endure unto the end, the same shall be saved."},{"text":"And this gospel of the kingdom shall be preached in all the world for a witness unto all nations; and then shall the end come."},{"text":"When ye therefore shall see the abomination of desolation, spoken of by Daniel the prophet, stand in the holy place, (whoso readeth, let him understand:)"},{"text":"Then let them which be in Judaea flee into the mountains:"},{"text":"Let him which is on the housetop not come down to take any thing out of his house:"},{"text":"Neither let him which is in the field return back to take his clothes."},{"text":"And woe unto them that are with child, and to them that give suck in those days!"},{"text":"But pray ye that your flight be not in the winter, neither on the sabbath day:"},{"text":"For then shall be great tribulation, such as was not since the beginning of the world to this time, no, nor ever shall be."},{"text":"And except those days should be shortened, there should no flesh be saved: but for the elect's sake those days shall be shortened."},{"text":"Then if any man shall say unto you, Lo, here is Christ, or there; believe it not."},{"text":"For there shall arise false Christs, and false prophets, and shall shew great signs and wonders; insomuch that, if it were possible, they shall deceive the very elect."},{"text":"Behold, I have told you before."},{"text":"Wherefore if they shall say unto you, Behold, he is in the desert; go not forth: behold, he is in the secret chambers; believe it not."},{"text":"For as the lightning cometh out of the east, and shineth even unto the west; so shall also the coming of the Son of man be."},{"text":"For wheresoever the carcase is, there will the eagles be gathered together."},{"text":"Immediately after the tribulation of those days shall the sun be darkened, and the moon shall not give her light, and the stars shall fall from heaven, and the powers of the heavens shall be shaken:"},{"text":"And then shall appear the sign of the Son of man in heaven: and then shall all the tribes of the earth mourn, and they shall see the Son of man coming in the clouds of heaven with power and great glory."},{"text":"And he shall send his angels with a great sound of a trumpet, and they shall gather together his elect from the four winds, from one end of heaven to the other."},{"text":"Now learn a parable of the fig tree; When his branch is yet tender, and putteth forth leaves, ye know that summer is nigh:"},{"text":"So likewise ye, when ye shall see all these things, know that it is near, even at the doors."},{"text":"Verily I say unto you, This generation shall not pass, till all these things be fulfilled."},{"text":"Heaven and earth shall pass away, but my words shall not pass away."},{"text":"But of that day and hour knoweth no man, no, not the angels of heaven, but my Father only."},{"text":"But as the days of Noe were, so shall also the coming of the Son of man be."},{"text":"For as in the days that were before the flood they were eating and drinking, marrying and giving in marriage, until the day that Noe entered into the ark,"},{"text":"And knew not until the flood came, and took them all away; so shall also the coming of the Son of man be."},{"text":"Then shall two be in the field; the one shall be taken, and the other left."},{"text":"Two women shall be grinding at the mill; the one shall be taken, and the other left."},{"text":"Watch therefore: for ye know not what hour your Lord doth come."},{"text":"But know this, that if the goodman of the house had known in what watch the thief would come, he would have watched, and would not have suffered his house to be broken up."},{"text":"Therefore be ye also ready: for in such an hour as ye think not the Son of man cometh."},{"text":"Who then is a faithful and wise servant, whom his lord hath made ruler over his household, to give them meat in due season?"},{"text":"Blessed is that servant, whom his lord when he cometh shall find so doing."},{"text":"Verily I say unto you, That he shall make him ruler over all his goods."},{"text":"But and if that evil servant shall say in his heart, My lord delayeth his coming;"},{"text":"And shall begin to smite his fellowservants, and to eat and drink with the drunken;"},{"text":"The lord of that servant shall come in a day when he looketh not for him, and in an hour that he is not aware of,"},{"text":"And shall cut him asunder, and appoint him his portion with the hypocrites: there shall be weeping and gnashing of teeth."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":25,"verses":[{"text":"Then shall the kingdom of heaven be likened unto ten virgins, which took their lamps, and went forth to meet the bridegroom."},{"text":"And five of them were wise, and five were foolish."},{"text":"They that were foolish took their lamps, and took no oil with them:"},{"text":"But the wise took oil in their vessels with their lamps."},{"text":"While the bridegroom tarried, they all slumbered and slept."},{"text":"And at midnight there was a cry made, Behold, the bridegroom cometh; go ye out to meet him."},{"text":"Then all those virgins arose, and trimmed their lamps."},{"text":"And the foolish said unto the wise, Give us of your oil; for our lamps are gone out."},{"text":"But the wise answered, saying, Not so; lest there be not enough for us and you: but go ye rather to them that sell, and buy for yourselves."},{"text":"And while they went to buy, the bridegroom came; and they that were ready went in with him to the marriage: and the door was shut."},{"text":"Afterward came also the other virgins, saying, Lord, Lord, open to us."},{"text":"But he answered and said, Verily I say unto you, I know you not."},{"text":"Watch therefore, for ye know neither the day nor the hour wherein the Son of man cometh."},{"text":"For the kingdom of heaven is as a man travelling into a far country, who called his own servants, and delivered unto them his goods."},{"text":"And unto one he gave five talents, to another two, and to another one; to every man according to his several ability; and straightway took his journey."},{"text":"Then he that had received the five talents went and traded with the same, and made them other five talents."},{"text":"And likewise he that had received two, he also gained other two."},{"text":"But he that had received one went and digged in the earth, and hid his lord's money."},{"text":"After a long time the lord of those servants cometh, and reckoneth with them."},{"text":"And so he that had received five talents came and brought other five talents, saying, Lord, thou deliveredst unto me five talents: behold, I have gained beside them five talents more."},{"text":"His lord said unto him, Well done, thou good and faithful servant: thou hast been faithful over a few things, I will make thee ruler over many things: enter thou into the joy of thy lord."},{"text":"He also that had received two talents came and said, Lord, thou deliveredst unto me two talents: behold, I have gained two other talents beside them."},{"text":"His lord said unto him, Well done, good and faithful servant; thou hast been faithful over a few things, I will make thee ruler over many things: enter thou into the joy of thy lord."},{"text":"Then he which had received the one talent came and said, Lord, I knew thee that thou art an hard man, reaping where thou hast not sown, and gathering where thou hast not strawed:"},{"text":"And I was afraid, and went and hid thy talent in the earth: lo, there thou hast that is thine."},{"text":"His lord answered and said unto him, Thou wicked and slothful servant, thou knewest that I reap where I sowed not, and gather where I have not strawed:"},{"text":"Thou oughtest therefore to have put my money to the exchangers, and then at my coming I should have received mine own with usury."},{"text":"Take therefore the talent from him, and give it unto him which hath ten talents."},{"text":"For unto every one that hath shall be given, and he shall have abundance: but from him that hath not shall be taken away even that which he hath."},{"text":"And cast ye the unprofitable servant into outer darkness: there shall be weeping and gnashing of teeth."},{"text":"When the Son of man shall come in his glory, and all the holy angels with him, then shall he sit upon the throne of his glory:"},{"text":"And before him shall be gathered all nations: and he shall separate them one from another, as a shepherd divideth his sheep from the goats:"},{"text":"And he shall set the sheep on his right hand, but the goats on the left."},{"text":"Then shall the King say unto them on his right hand, Come, ye blessed of my Father, inherit the kingdom prepared for you from the foundation of the world:"},{"text":"For I was an hungred, and ye gave me meat: I was thirsty, and ye gave me drink: I was a stranger, and ye took me in:"},{"text":"Naked, and ye clothed me: I was sick, and ye visited me: I was in prison, and ye came unto me."},{"text":"Then shall the righteous answer him, saying, Lord, when saw we thee an hungred, and fed thee? or thirsty, and gave thee drink?"},{"text":"When saw we thee a stranger, and took thee in? or naked, and clothed thee?"},{"text":"Or when saw we thee sick, or in prison, and came unto thee?"},{"text":"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me."},{"text":"Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:"},{"text":"For I was an hungred, and ye gave me no meat: I was thirsty, and ye gave me no drink:"},{"text":"I was a stranger, and ye took me not in: naked, and ye clothed me not: sick, and in prison, and ye visited me not."},{"text":"Then shall they also answer him, saying, Lord, when saw we thee an hungred, or athirst, or a stranger, or naked, or sick, or in prison, and did not minister unto thee?"},{"text":"Then shall he answer them, saying, Verily I say unto you, Inasmuch as ye did it not to one of the least of these, ye did it not to me."},{"text":"And these shall go away into everlasting punishment: but the righteous into life eternal."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":26,"verses":[{"text":"And it came to pass, when Jesus had finished all these sayings, he said unto his disciples,"},{"text":"Ye know that after two days is the feast of the passover, and the Son of man is betrayed to be crucified."},{"text":"Then assembled together the chief priests, and the scribes, and the elders of the people, unto the palace of the high priest, who was called Caiaphas,"},{"text":"And consulted that they might take Jesus by subtilty, and kill him."},{"text":"But they said, Not on the feast day, lest there be an uproar among the people."},{"text":"Now when Jesus was in Bethany, in the house of Simon the leper,"},{"text":"There came unto him a woman having an alabaster box of very precious ointment, and poured it on his head, as he sat at meat."},{"text":"But when his disciples saw it, they had indignation, saying, To what purpose is this waste?"},{"text":"For this ointment might have been sold for much, and given to the poor."},{"text":"When Jesus understood it, he said unto them, Why trouble ye the woman? for she hath wrought a good work upon me."},{"text":"For ye have the poor always with you; but me ye have not always."},{"text":"For in that she hath poured this ointment on my body, she did it for my burial."},{"text":"Verily I say unto you, Wheresoever this gospel shall be preached in the whole world, there shall also this, that this woman hath done, be told for a memorial of her."},{"text":"Then one of the twelve, called Judas Iscariot, went unto the chief priests,"},{"text":"And said unto them, What will ye give me, and I will deliver him unto you? And they covenanted with him for thirty pieces of silver."},{"text":"And from that time he sought opportunity to betray him."},{"text":"Now the first day of the feast of unleavened bread the disciples came to Jesus, saying unto him, Where wilt thou that we prepare for thee to eat the passover?"},{"text":"And he said, Go into the city to such a man, and say unto him, The Master saith, My time is at hand; I will keep the passover at thy house with my disciples."},{"text":"And the disciples did as Jesus had appointed them; and they made ready the passover."},{"text":"Now when the even was come, he sat down with the twelve."},{"text":"And as they did eat, he said, Verily I say unto you, that one of you shall betray me."},{"text":"And they were exceeding sorrowful, and began every one of them to say unto him, Lord, is it I?"},{"text":"And he answered and said, He that dippeth his hand with me in the dish, the same shall betray me."},{"text":"The Son of man goeth as it is written of him: but woe unto that man by whom the Son of man is betrayed! it had been good for that man if he had not been born."},{"text":"Then Judas, which betrayed him, answered and said, Master, is it I? He said unto him, Thou hast said."},{"text":"And as they were eating, Jesus took bread, and blessed it, and brake it, and gave it to the disciples, and said, Take, eat; this is my body."},{"text":"And he took the cup, and gave thanks, and gave it to them, saying, Drink ye all of it;"},{"text":"For this is my blood of the new testament, which is shed for many for the remission of sins."},{"text":"But I say unto you, I will not drink henceforth of this fruit of the vine, until that day when I drink it new with you in my Father's kingdom."},{"text":"And when they had sung an hymn, they went out into the mount of Olives."},{"text":"Then saith Jesus unto them, All ye shall be offended because of me this night: for it is written, I will smite the shepherd, and the sheep of the flock shall be scattered abroad."},{"text":"But after I am risen again, I will go before you into Galilee."},{"text":"Peter answered and said unto him, Though all men shall be offended because of thee, yet will I never be offended."},{"text":"Jesus said unto him, Verily I say unto thee, That this night, before the cock crow, thou shalt deny me thrice."},{"text":"Peter said unto him, Though I should die with thee, yet will I not deny thee. Likewise also said all the disciples."},{"text":"Then cometh Jesus with them unto a place called Gethsemane, and saith unto the disciples, Sit ye here, while I go and pray yonder."},{"text":"And he took with him Peter and the two sons of Zebedee, and began to be sorrowful and very heavy."},{"text":"Then saith he unto them, My soul is exceeding sorrowful, even unto death: tarry ye here, and watch with me."},{"text":"And he went a little farther, and fell on his face, and prayed, saying, O my Father, if it be possible, let this cup pass from me: nevertheless not as I will, but as thou wilt."},{"text":"And he cometh unto the disciples, and findeth them asleep, and saith unto Peter, What, could ye not watch with me one hour?"},{"text":"Watch and pray, that ye enter not into temptation: the spirit indeed is willing, but the flesh is weak."},{"text":"He went away again the second time, and prayed, saying, O my Father, if this cup may not pass away from me, except I drink it, thy will be done."},{"text":"And he came and found them asleep again: for their eyes were heavy."},{"text":"And he left them, and went away again, and prayed the third time, saying the same words."},{"text":"Then cometh he to his disciples, and saith unto them, Sleep on now, and take your rest: behold, the hour is at hand, and the Son of man is betrayed into the hands of sinners."},{"text":"Rise, let us be going: behold, he is at hand that doth betray me."},{"text":"And while he yet spake, lo, Judas, one of the twelve, came, and with him a great multitude with swords and staves, from the chief priests and elders of the people."},{"text":"Now he that betrayed him gave them a sign, saying, Whomsoever I shall kiss, that same is he: hold him fast."},{"text":"And forthwith he came to Jesus, and said, Hail, master; and kissed him."},{"text":"And Jesus said unto him, Friend, wherefore art thou come? Then came they, and laid hands on Jesus and took him."},{"text":"And, behold, one of them which were with Jesus stretched out his hand, and drew his sword, and struck a servant of the high priest's, and smote off his ear."},{"text":"Then said Jesus unto him, Put up again thy sword into his place: for all they that take the sword shall perish with the sword."},{"text":"Thinkest thou that I cannot now pray to my Father, and he shall presently give me more than twelve legions of angels?"},{"text":"But how then shall the scriptures be fulfilled, that thus it must be?"},{"text":"In that same hour said Jesus to the multitudes, Are ye come out as against a thief with swords and staves for to take me? I sat daily with you teaching in the temple, and ye laid no hold on me."},{"text":"But all this was done, that the scriptures of the prophets might be fulfilled. Then all the disciples forsook him, and fled."},{"text":"And they that had laid hold on Jesus led him away to Caiaphas the high priest, where the scribes and the elders were assembled."},{"text":"But Peter followed him afar off unto the high priest's palace, and went in, and sat with the servants, to see the end."},{"text":"Now the chief priests, and elders, and all the council, sought false witness against Jesus, to put him to death;"},{"text":"But found none: yea, though many false witnesses came, yet found they none. At the last came two false witnesses,"},{"text":"And said, This fellow said, I am able to destroy the temple of God, and to build it in three days."},{"text":"And the high priest arose, and said unto him, Answerest thou nothing? what is it which these witness against thee?"},{"text":"But Jesus held his peace, And the high priest answered and said unto him, I adjure thee by the living God, that thou tell us whether thou be the Christ, the Son of God."},{"text":"Jesus saith unto him, Thou hast said: nevertheless I say unto you, Hereafter shall ye see the Son of man sitting on the right hand of power, and coming in the clouds of heaven."},{"text":"Then the high priest rent his clothes, saying, He hath spoken blasphemy; what further need have we of witnesses? behold, now ye have heard his blasphemy."},{"text":"What think ye? They answered and said, He is guilty of death."},{"text":"Then did they spit in his face, and buffeted him; and others smote him with the palms of their hands,"},{"text":"Saying, Prophesy unto us, thou Christ, Who is he that smote thee?"},{"text":"Now Peter sat without in the palace: and a damsel came unto him, saying, Thou also wast with Jesus of Galilee."},{"text":"But he denied before them all, saying, I know not what thou sayest."},{"text":"And when he was gone out into the porch, another maid saw him, and said unto them that were there, This fellow was also with Jesus of Nazareth."},{"text":"And again he denied with an oath, I do not know the man."},{"text":"And after a while came unto him they that stood by, and said to Peter, Surely thou also art one of them; for thy speech bewrayeth thee."},{"text":"Then began he to curse and to swear, saying, I know not the man. And immediately the cock crew."},{"text":"And Peter remembered the word of Jesus, which said unto him, Before the cock crow, thou shalt deny me thrice. And he went out, and wept bitterly."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":27,"verses":[{"text":"When the morning was come, all the chief priests and elders of the people took counsel against Jesus to put him to death:"},{"text":"And when they had bound him, they led him away, and delivered him to Pontius Pilate the governor."},{"text":"Then Judas, which had betrayed him, when he saw that he was condemned, repented himself, and brought again the thirty pieces of silver to the chief priests and elders,"},{"text":"Saying, I have sinned in that I have betrayed the innocent blood. And they said, What is that to us? see thou to that."},{"text":"And he cast down the pieces of silver in the temple, and departed, and went and hanged himself."},{"text":"And the chief priests took the silver pieces, and said, It is not lawful for to put them into the treasury, because it is the price of blood."},{"text":"And they took counsel, and bought with them the potter's field, to bury strangers in."},{"text":"Wherefore that field was called, The field of blood, unto this day."},{"text":"Then was fulfilled that which was spoken by Jeremy the prophet, saying, And they took the thirty pieces of silver, the price of him that was valued, whom they of the children of Israel did value;"},{"text":"And gave them for the potter's field, as the Lord appointed me."},{"text":"And Jesus stood before the governor: and the governor asked him, saying, Art thou the King of the Jews? And Jesus said unto him, Thou sayest."},{"text":"And when he was accused of the chief priests and elders, he answered nothing."},{"text":"Then said Pilate unto him, Hearest thou not how many things they witness against thee?"},{"text":"And he answered him to never a word; insomuch that the governor marvelled greatly."},{"text":"Now at that feast the governor was wont to release unto the people a prisoner, whom they would."},{"text":"And they had then a notable prisoner, called Barabbas."},{"text":"Therefore when they were gathered together, Pilate said unto them, Whom will ye that I release unto you? Barabbas, or Jesus which is called Christ?"},{"text":"For he knew that for envy they had delivered him."},{"text":"When he was set down on the judgment seat, his wife sent unto him, saying, Have thou nothing to do with that just man: for I have suffered many things this day in a dream because of him."},{"text":"But the chief priests and elders persuaded the multitude that they should ask Barabbas, and destroy Jesus."},{"text":"The governor answered and said unto them, Whether of the twain will ye that I release unto you? They said, Barabbas."},{"text":"Pilate saith unto them, What shall I do then with Jesus which is called Christ? They all say unto him, Let him be crucified."},{"text":"And the governor said, Why, what evil hath he done? But they cried out the more, saying, Let him be crucified."},{"text":"When Pilate saw that he could prevail nothing, but that rather a tumult was made, he took water, and washed his hands before the multitude, saying, I am innocent of the blood of this just person: see ye to it."},{"text":"Then answered all the people, and said, His blood be on us, and on our children."},{"text":"Then released he Barabbas unto them: and when he had scourged Jesus, he delivered him to be crucified."},{"text":"Then the soldiers of the governor took Jesus into the common hall, and gathered unto him the whole band of soldiers."},{"text":"And they stripped him, and put on him a scarlet robe."},{"text":"And when they had platted a crown of thorns, they put it upon his head, and a reed in his right hand: and they bowed the knee before him, and mocked him, saying, Hail, King of the Jews!"},{"text":"And they spit upon him, and took the reed, and smote him on the head."},{"text":"And after that they had mocked him, they took the robe off from him, and put his own raiment on him, and led him away to crucify him."},{"text":"And as they came out, they found a man of Cyrene, Simon by name: him they compelled to bear his cross."},{"text":"And when they were come unto a place called Golgotha, that is to say, a place of a skull,"},{"text":"They gave him vinegar to drink mingled with gall: and when he had tasted thereof, he would not drink."},{"text":"And they crucified him, and parted his garments, casting lots: that it might be fulfilled which was spoken by the prophet, They parted my garments among them, and upon my vesture did they cast lots."},{"text":"And sitting down they watched him there;"},{"text":"And set up over his head his accusation written, THIS IS JESUS THE KING OF THE JEWS."},{"text":"Then were there two thieves crucified with him, one on the right hand, and another on the left."},{"text":"And they that passed by reviled him, wagging their heads,"},{"text":"And saying, Thou that destroyest the temple, and buildest it in three days, save thyself. If thou be the Son of God, come down from the cross."},{"text":"Likewise also the chief priests mocking him, with the scribes and elders, said,"},{"text":"He saved others; himself he cannot save. If he be the King of Israel, let him now come down from the cross, and we will believe him."},{"text":"He trusted in God; let him deliver him now, if he will have him: for he said, I am the Son of God."},{"text":"The thieves also, which were crucified with him, cast the same in his teeth."},{"text":"Now from the sixth hour there was darkness over all the land unto the ninth hour."},{"text":"And about the ninth hour Jesus cried with a loud voice, saying, Eli, Eli, lama sabachthani? that is to say, My God, my God, why hast thou forsaken me?"},{"text":"Some of them that stood there, when they heard that, said, This man calleth for Elias."},{"text":"And straightway one of them ran, and took a spunge, and filled it with vinegar, and put it on a reed, and gave him to drink."},{"text":"The rest said, Let be, let us see whether Elias will come to save him."},{"text":"Jesus, when he had cried again with a loud voice, yielded up the ghost."},{"text":"And, behold, the veil of the temple was rent in twain from the top to the bottom; and the earth did quake, and the rocks rent;"},{"text":"And the graves were opened; and many bodies of the saints which slept arose,"},{"text":"And came out of the graves after his resurrection, and went into the holy city, and appeared unto many."},{"text":"Now when the centurion, and they that were with him, watching Jesus, saw the earthquake, and those things that were done, they feared greatly, saying, Truly this was the Son of God."},{"text":"And many women were there beholding afar off, which followed Jesus from Galilee, ministering unto him:"},{"text":"Among which was Mary Magdalene, and Mary the mother of James and Joses, and the mother of Zebedees children."},{"text":"When the even was come, there came a rich man of Arimathaea, named Joseph, who also himself was Jesus' disciple:"},{"text":"He went to Pilate, and begged the body of Jesus. Then Pilate commanded the body to be delivered."},{"text":"And when Joseph had taken the body, he wrapped it in a clean linen cloth,"},{"text":"And laid it in his own new tomb, which he had hewn out in the rock: and he rolled a great stone to the door of the sepulchre, and departed."},{"text":"And there was Mary Magdalene, and the other Mary, sitting over against the sepulchre."},{"text":"Now the next day, that followed the day of the preparation, the chief priests and Pharisees came together unto Pilate,"},{"text":"Saying, Sir, we remember that that deceiver said, while he was yet alive, After three days I will rise again."},{"text":"Command therefore that the sepulchre be made sure until the third day, lest his disciples come by night, and steal him away, and say unto the people, He is risen from the dead: so the last error shall be worse than the first."},{"text":"Pilate said unto them, Ye have a watch: go your way, make it as sure as ye can."},{"text":"So they went, and made the sepulchre sure, sealing the stone, and setting a watch."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":28,"verses":[{"text":"In the end of the sabbath, as it began to dawn toward the first day of the week, came Mary Magdalene and the other Mary to see the sepulchre."},{"text":"And, behold, there was a great earthquake: for the angel of the Lord descended from heaven, and came and rolled back the stone from the door, and sat upon it."},{"text":"His countenance was like lightning, and his raiment white as snow:"},{"text":"And for fear of him the keepers did shake, and became as dead men."},{"text":"And the angel answered and said unto the women, Fear not ye: for I know that ye seek Jesus, which was crucified."},{"text":"He is not here: for he is risen, as he said. Come, see the place where the Lord lay."},{"text":"And go quickly, and tell his disciples that he is risen from the dead; and, behold, he goeth before you into Galilee; there shall ye see him: lo, I have told you."},{"text":"And they departed quickly from the sepulchre with fear and great joy; and did run to bring his disciples word."},{"text":"And as they went to tell his disciples, behold, Jesus met them, saying, All hail. And they came and held him by the feet, and worshipped him."},{"text":"Then said Jesus unto them, Be not afraid: go tell my brethren that they go into Galilee, and there shall they see me."},{"text":"Now when they were going, behold, some of the watch came into the city, and shewed unto the chief priests all the things that were done."},{"text":"And when they were assembled with the elders, and had taken counsel, they gave large money unto the soldiers,"},{"text":"Saying, Say ye, His disciples came by night, and stole him away while we slept."},{"text":"And if this come to the governor's ears, we will persuade him, and secure you."},{"text":"So they took the money, and did as they were taught: and this saying is commonly reported among the Jews until this day."},{"text":"Then the eleven disciples went away into Galilee, into a mountain where Jesus had appointed them."},{"text":"And when they saw him, they worshipped him: but some doubted."},{"text":"And Jesus came and spake unto them, saying, All power is given unto me in heaven and in earth."},{"text":"Go ye therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost:"},{"text":"Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you alway, even unto the end of the world. Amen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"In those days came John the Baptist, preaching in the wilderness of Judaea,"},{"text":"And saying, Repent ye: for the kingdom of heaven is at hand."},{"text":"For this is he that was spoken of by the prophet Esaias, saying, The voice of one crying in the wilderness, Prepare ye the way of the Lord, make his paths straight."},{"text":"And the same John had his raiment of camel's hair, and a leathern girdle about his loins; and his meat was locusts and wild honey."},{"text":"Then went out to him Jerusalem, and all Judaea, and all the region round about Jordan,"},{"text":"And were baptized of him in Jordan, confessing their sins."},{"text":"But when he saw many of the Pharisees and Sadducees come to his baptism, he said unto them, O generation of vipers, who hath warned you to flee from the wrath to come?"},{"text":"Bring forth therefore fruits meet for repentance:"},{"text":"And think not to say within yourselves, We have Abraham to our father: for I say unto you, that God is able of these stones to raise up children unto Abraham."},{"text":"And now also the axe is laid unto the root of the trees: therefore every tree which bringeth not forth good fruit is hewn down, and cast into the fire."},{"text":"I indeed baptize you with water unto repentance. but he that cometh after me is mightier than I, whose shoes I am not worthy to bear: he shall baptize you with the Holy Ghost, and with fire:"},{"text":"Whose fan is in his hand, and he will throughly purge his floor, and gather his wheat into the garner; but he will burn up the chaff with unquenchable fire."},{"text":"Then cometh Jesus from Galilee to Jordan unto John, to be baptized of him."},{"text":"But John forbad him, saying, I have need to be baptized of thee, and comest thou to me?"},{"text":"And Jesus answering said unto him, Suffer it to be so now: for thus it becometh us to fulfil all righteousness. Then he suffered him."},{"text":"And Jesus, when he was baptized, went up straightway out of the water: and, lo, the heavens were opened unto him, and he saw the Spirit of God descending like a dove, and lighting upon him:"},{"text":"And lo a voice from heaven, saying, This is my beloved Son, in whom I am well pleased."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"Then was Jesus led up of the spirit into the wilderness to be tempted of the devil."},{"text":"And when he had fasted forty days and forty nights, he was afterward an hungred."},{"text":"And when the tempter came to him, he said, If thou be the Son of God, command that these stones be made bread."},{"text":"But he answered and said, It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God."},{"text":"Then the devil taketh him up into the holy city, and setteth him on a pinnacle of the temple,"},{"text":"And saith unto him, If thou be the Son of God, cast thyself down: for it is written, He shall give his angels charge concerning thee: and in their hands they shall bear thee up, lest at any time thou dash thy foot against a stone."},{"text":"Jesus said unto him, It is written again, Thou shalt not tempt the Lord thy God."},{"text":"Again, the devil taketh him up into an exceeding high mountain, and sheweth him all the kingdoms of the world, and the glory of them;"},{"text":"And saith unto him, All these things will I give thee, if thou wilt fall down and worship me."},{"text":"Then saith Jesus unto him, Get thee hence, Satan: for it is written, Thou shalt worship the Lord thy God, and him only shalt thou serve."},{"text":"Then the devil leaveth him, and, behold, angels came and ministered unto him."},{"text":"Now when Jesus had heard that John was cast into prison, he departed into Galilee;"},{"text":"And leaving Nazareth, he came and dwelt in Capernaum, which is upon the sea coast, in the borders of Zabulon and Nephthalim:"},{"text":"That it might be fulfilled which was spoken by Esaias the prophet, saying,"},{"text":"The land of Zabulon, and the land of Nephthalim, by the way of the sea, beyond Jordan, Galilee of the Gentiles;"},{"text":"The people which sat in darkness saw great light; and to them which sat in the region and shadow of death light is sprung up."},{"text":"From that time Jesus began to preach, and to say, Repent: for the kingdom of heaven is at hand."},{"text":"And Jesus, walking by the sea of Galilee, saw two brethren, Simon called Peter, and Andrew his brother, casting a net into the sea: for they were fishers."},{"text":"And he saith unto them, Follow me, and I will make you fishers of men."},{"text":"And they straightway left their nets, and followed him."},{"text":"And going on from thence, he saw other two brethren, James the son of Zebedee, and John his brother, in a ship with Zebedee their father, mending their nets; and he called them."},{"text":"And they immediately left the ship and their father, and followed him."},{"text":"And Jesus went about all Galilee, teaching in their synagogues, and preaching the gospel of the kingdom, and healing all manner of sickness and all manner of disease among the people."},{"text":"And his fame went throughout all Syria: and they brought unto him all sick people that were taken with divers diseases and torments, and those which were possessed with devils, and those which were lunatick, and those that had the palsy; and he healed them."},{"text":"And there followed him great multitudes of people from Galilee, and from Decapolis, and from Jerusalem, and from Judaea, and from beyond Jordan."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"And seeing the multitudes, he went up into a mountain: and when he was set, his disciples came unto him:"},{"text":"And he opened his mouth, and taught them, saying,"},{"text":"Blessed are the poor in spirit: for theirs is the kingdom of heaven."},{"text":"Blessed are they that mourn: for they shall be comforted."},{"text":"Blessed are the meek: for they shall inherit the earth."},{"text":"Blessed are they which do hunger and thirst after righteousness: for they shall be filled."},{"text":"Blessed are the merciful: for they shall obtain mercy."},{"text":"Blessed are the pure in heart: for they shall see God."},{"text":"Blessed are the peacemakers: for they shall be called the children of God."},{"text":"Blessed are they which are persecuted for righteousness' sake: for theirs is the kingdom of heaven."},{"text":"Blessed are ye, when men shall revile you, and persecute you, and shall say all manner of evil against you falsely, for my sake."},{"text":"Rejoice, and be exceeding glad: for great is your reward in heaven: for so persecuted they the prophets which were before you."},{"text":"Ye are the salt of the earth: but if the salt have lost his savour, wherewith shall it be salted? it is thenceforth good for nothing, but to be cast out, and to be trodden under foot of men."},{"text":"Ye are the light of the world. A city that is set on an hill cannot be hid."},{"text":"Neither do men light a candle, and put it under a bushel, but on a candlestick; and it giveth light unto all that are in the house."},{"text":"Let your light so shine before men, that they may see your good works, and glorify your Father which is in heaven."},{"text":"Think not that I am come to destroy the law, or the prophets: I am not come to destroy, but to fulfil."},{"text":"For verily I say unto you, Till heaven and earth pass, one jot or one tittle shall in no wise pass from the law, till all be fulfilled."},{"text":"Whosoever therefore shall break one of these least commandments, and shall teach men so, he shall be called the least in the kingdom of heaven: but whosoever shall do and teach them, the same shall be called great in the kingdom of heaven."},{"text":"For I say unto you, That except your righteousness shall exceed the righteousness of the scribes and Pharisees, ye shall in no case enter into the kingdom of heaven."},{"text":"Ye have heard that it was said by them of old time, Thou shalt not kill; and whosoever shall kill shall be in danger of the judgment:"},{"text":"But I say unto you, That whosoever is angry with his brother without a cause shall be in danger of the judgment: and whosoever shall say to his brother, Raca, shall be in danger of the council: but whosoever shall say, Thou fool, shall be in danger of hell fire."},{"text":"Therefore if thou bring thy gift to the altar, and there rememberest that thy brother hath ought against thee;"},{"text":"Leave there thy gift before the altar, and go thy way; first be reconciled to thy brother, and then come and offer thy gift."},{"text":"Agree with thine adversary quickly, whiles thou art in the way with him; lest at any time the adversary deliver thee to the judge, and the judge deliver thee to the officer, and thou be cast into prison."},{"text":"Verily I say unto thee, Thou shalt by no means come out thence, till thou hast paid the uttermost farthing."},{"text":"Ye have heard that it was said by them of old time, Thou shalt not commit adultery:"},{"text":"But I say unto you, That whosoever looketh on a woman to lust after her hath committed adultery with her already in his heart."},{"text":"And if thy right eye offend thee, pluck it out, and cast it from thee: for it is profitable for thee that one of thy members should perish, and not that thy whole body should be cast into hell."},{"text":"And if thy right hand offend thee, cut it off, and cast it from thee: for it is profitable for thee that one of thy members should perish, and not that thy whole body should be cast into hell."},{"text":"It hath been said, Whosoever shall put away his wife, let him give her a writing of divorcement:"},{"text":"But I say unto you, That whosoever shall put away his wife, saving for the cause of fornication, causeth her to commit adultery: and whosoever shall marry her that is divorced committeth adultery."},{"text":"Again, ye have heard that it hath been said by them of old time, Thou shalt not forswear thyself, but shalt perform unto the Lord thine oaths:"},{"text":"But I say unto you, Swear not at all; neither by heaven; for it is God's throne:"},{"text":"Nor by the earth; for it is his footstool: neither by Jerusalem; for it is the city of the great King."},{"text":"Neither shalt thou swear by thy head, because thou canst not make one hair white or black."},{"text":"But let your communication be, Yea, yea; Nay, nay: for whatsoever is more than these cometh of evil."},{"text":"Ye have heard that it hath been said, An eye for an eye, and a tooth for a tooth:"},{"text":"But I say unto you, That ye resist not evil: but whosoever shall smite thee on thy right cheek, turn to him the other also."},{"text":"And if any man will sue thee at the law, and take away thy coat, let him have thy cloak also."},{"text":"And whosoever shall compel thee to go a mile, go with him twain."},{"text":"Give to him that asketh thee, and from him that would borrow of thee turn not thou away."},{"text":"Ye have heard that it hath been said, Thou shalt love thy neighbour, and hate thine enemy."},{"text":"But I say unto you, Love your enemies, bless them that curse you, do good to them that hate you, and pray for them which despitefully use you, and persecute you;"},{"text":"That ye may be the children of your Father which is in heaven: for he maketh his sun to rise on the evil and on the good, and sendeth rain on the just and on the unjust."},{"text":"For if ye love them which love you, what reward have ye? do not even the publicans the same?"},{"text":"And if ye salute your brethren only, what do ye more than others? do not even the publicans so?"},{"text":"Be ye therefore perfect, even as your Father which is in heaven is perfect."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"Take heed that ye do not your alms before men, to be seen of them: otherwise ye have no reward of your Father which is in heaven."},{"text":"Therefore when thou doest thine alms, do not sound a trumpet before thee, as the hypocrites do in the synagogues and in the streets, that they may have glory of men. Verily I say unto you, They have their reward."},{"text":"But when thou doest alms, let not thy left hand know what thy right hand doeth:"},{"text":"That thine alms may be in secret: and thy Father which seeth in secret himself shall reward thee openly."},{"text":"And when thou prayest, thou shalt not be as the hypocrites are: for they love to pray standing in the synagogues and in the corners of the streets, that they may be seen of men. Verily I say unto you, They have their reward."},{"text":"But thou, when thou prayest, enter into thy closet, and when thou hast shut thy door, pray to thy Father which is in secret; and thy Father which seeth in secret shall reward thee openly."},{"text":"But when ye pray, use not vain repetitions, as the heathen do: for they think that they shall be heard for their much speaking."},{"text":"Be not ye therefore like unto them: for your Father knoweth what things ye have need of, before ye ask him."},{"text":"After this manner therefore pray ye: Our Father which art in heaven, Hallowed be thy name."},{"text":"Thy kingdom come, Thy will be done in earth, as it is in heaven."},{"text":"Give us this day our daily bread."},{"text":"And forgive us our debts, as we forgive our debtors."},{"text":"And lead us not into temptation, but deliver us from evil: For thine is the kingdom, and the power, and the glory, for ever. Amen."},{"text":"For if ye forgive men their trespasses, your heavenly Father will also forgive you:"},{"text":"But if ye forgive not men their trespasses, neither will your Father forgive your trespasses."},{"text":"Moreover when ye fast, be not, as the hypocrites, of a sad countenance: for they disfigure their faces, that they may appear unto men to fast. Verily I say unto you, They have their reward."},{"text":"But thou, when thou fastest, anoint thine head, and wash thy face;"},{"text":"That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly."},{"text":"Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal:"},{"text":"But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:"},{"text":"For where your treasure is, there will your heart be also."},{"text":"The light of the body is the eye: if therefore thine eye be single, thy whole body shall be full of light."},{"text":"But if thine eye be evil, thy whole body shall be full of darkness."},{"text":"Therefore I say unto you, Take no thought for your life, what ye shall eat, or what ye shall drink; nor yet for your body, what ye shall put on. Is not the life more than meat, and the body than raiment?"},{"text":"Behold the fowls of the air: for they sow not, neither do they reap, nor gather into barns; yet your heavenly Father feedeth them. Are ye not much better than they?"},{"text":"Which of you by taking thought can add one cubit unto his stature?"},{"text":"And why take ye thought for raiment? Consider the lilies of the field, how they grow; they toil not, neither do they spin:"},{"text":"And yet I say unto you, That even Solomon in all his glory was not arrayed like one of these."},{"text":"Wherefore, if God so clothe the grass of the field, which to day is, and to morrow is cast into the oven, shall he not much more clothe you, O ye of little faith?"},{"text":"Therefore take no thought, saying, What shall we eat? or, What shall we drink? or, Wherewithal shall we be clothed?"},{"text":"(For after all these things do the Gentiles seek:) for your heavenly Father knoweth that ye have need of all these things."},{"text":"But seek ye first the kingdom of God, and his righteousness; and all these things shall be added unto you."},{"text":"Take therefore no thought for the morrow: for the morrow shall take thought for the things of itself. Sufficient unto the day is the evil thereof."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"Judge not, that ye be not judged."},{"text":"For with what judgment ye judge, ye shall be judged: and with what measure ye mete, it shall be measured to you again."},{"text":"And why beholdest thou the mote that is in thy brother's eye, but considerest not the beam that is in thine own eye?"},{"text":"Or how wilt thou say to thy brother, Let me pull out the mote out of thine eye; and, behold, a beam is in thine own eye?"},{"text":"Thou hypocrite, first cast out the beam out of thine own eye; and then shalt thou see clearly to cast out the mote out of thy brother's eye."},{"text":"Give not that which is holy unto the dogs, neither cast ye your pearls before swine, lest they trample them under their feet, and turn again and rend you."},{"text":"Ask, and it shall be given you; seek, and ye shall find; knock, and it shall be opened unto you:"},{"text":"For every one that asketh receiveth; and he that seeketh findeth; and to him that knocketh it shall be opened."},{"text":"Or what man is there of you, whom if his son ask bread, will he give him a stone?"},{"text":"Or if he ask a fish, will he give him a serpent?"},{"text":"If ye then, being evil, know how to give good gifts unto your children, how much more shall your Father which is in heaven give good things to them that ask him?"},{"text":"Therefore all things whatsoever ye would that men should do to you, do ye even so to them: for this is the law and the prophets."},{"text":"Enter ye in at the strait gate: for wide is the gate, and broad is the way, that leadeth to destruction, and many there be which go in thereat:"},{"text":"Because strait is the gate, and narrow is the way, which leadeth unto life, and few there be that find it."},{"text":"Beware of false prophets, which come to you in sheep's clothing, but inwardly they are ravening wolves."},{"text":"Ye shall know them by their fruits. Do men gather grapes of thorns, or figs of thistles?"},{"text":"Even so every good tree bringeth forth good fruit; but a corrupt tree bringeth forth evil fruit."},{"text":"A good tree cannot bring forth evil fruit, neither can a corrupt tree bring forth good fruit."},{"text":"Every tree that bringeth not forth good fruit is hewn down, and cast into the fire."},{"text":"Wherefore by their fruits ye shall know them."},{"text":"Not every one that saith unto me, Lord, Lord, shall enter into the kingdom of heaven; but he that doeth the will of my Father which is in heaven."},{"text":"Many will say to me in that day, Lord, Lord, have we not prophesied in thy name? and in thy name have cast out devils? and in thy name done many wonderful works?"},{"text":"And then will I profess unto them, I never knew you: depart from me, ye that work iniquity."},{"text":"Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:"},{"text":"And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock."},{"text":"And every one that heareth these sayings of mine, and doeth them not, shall be likened unto a foolish man, which built his house upon the sand:"},{"text":"And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell: and great was the fall of it."},{"text":"And it came to pass, when Jesus had ended these sayings, the people were astonished at his doctrine:"},{"text":"For he taught them as one having authority, and not as the scribes."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"When he was come down from the mountain, great multitudes followed him."},{"text":"And, behold, there came a leper and worshipped him, saying, Lord, if thou wilt, thou canst make me clean."},{"text":"And Jesus put forth his hand, and touched him, saying, I will; be thou clean. And immediately his leprosy was cleansed."},{"text":"And Jesus saith unto him, See thou tell no man; but go thy way, shew thyself to the priest, and offer the gift that Moses commanded, for a testimony unto them."},{"text":"And when Jesus was entered into Capernaum, there came unto him a centurion, beseeching him,"},{"text":"And saying, Lord, my servant lieth at home sick of the palsy, grievously tormented."},{"text":"And Jesus saith unto him, I will come and heal him."},{"text":"The centurion answered and said, Lord, I am not worthy that thou shouldest come under my roof: but speak the word only, and my servant shall be healed."},{"text":"For I am a man under authority, having soldiers under me: and I say to this man, Go, and he goeth; and to another, Come, and he cometh; and to my servant, Do this, and he doeth it."},{"text":"When Jesus heard it, he marvelled, and said to them that followed, Verily I say unto you, I have not found so great faith, no, not in Israel."},{"text":"And I say unto you, That many shall come from the east and west, and shall sit down with Abraham, and Isaac, and Jacob, in the kingdom of heaven."},{"text":"But the children of the kingdom shall be cast out into outer darkness: there shall be weeping and gnashing of teeth."},{"text":"And Jesus said unto the centurion, Go thy way; and as thou hast believed, so be it done unto thee. And his servant was healed in the selfsame hour."},{"text":"And when Jesus was come into Peter's house, he saw his wife's mother laid, and sick of a fever."},{"text":"And he touched her hand, and the fever left her: and she arose, and ministered unto them."},{"text":"When the even was come, they brought unto him many that were possessed with devils: and he cast out the spirits with his word, and healed all that were sick:"},{"text":"That it might be fulfilled which was spoken by Esaias the prophet, saying, Himself took our infirmities, and bare our sicknesses."},{"text":"Now when Jesus saw great multitudes about him, he gave commandment to depart unto the other side."},{"text":"And a certain scribe came, and said unto him, Master, I will follow thee whithersoever thou goest."},{"text":"And Jesus saith unto him, The foxes have holes, and the birds of the air have nests; but the Son of man hath not where to lay his head."},{"text":"And another of his disciples said unto him, Lord, suffer me first to go and bury my father."},{"text":"But Jesus said unto him, Follow me; and let the dead bury their dead."},{"text":"And when he was entered into a ship, his disciples followed him."},{"text":"And, behold, there arose a great tempest in the sea, insomuch that the ship was covered with the waves: but he was asleep."},{"text":"And his disciples came to him, and awoke him, saying, Lord, save us: we perish."},{"text":"And he saith unto them, Why are ye fearful, O ye of little faith? Then he arose, and rebuked the winds and the sea; and there was a great calm."},{"text":"But the men marvelled, saying, What manner of man is this, that even the winds and the sea obey him!"},{"text":"And when he was come to the other side into the country of the Gergesenes, there met him two possessed with devils, coming out of the tombs, exceeding fierce, so that no man might pass by that way."},{"text":"And, behold, they cried out, saying, What have we to do with thee, Jesus, thou Son of God? art thou come hither to torment us before the time?"},{"text":"And there was a good way off from them an herd of many swine feeding."},{"text":"So the devils besought him, saying, If thou cast us out, suffer us to go away into the herd of swine."},{"text":"And he said unto them, Go. And when they were come out, they went into the herd of swine: and, behold, the whole herd of swine ran violently down a steep place into the sea, and perished in the waters."},{"text":"And they that kept them fled, and went their ways into the city, and told every thing, and what was befallen to the possessed of the devils."},{"text":"And, behold, the whole city came out to meet Jesus: and when they saw him, they besought him that he would depart out of their coasts."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"And he entered into a ship, and passed over, and came into his own city."},{"text":"And, behold, they brought to him a man sick of the palsy, lying on a bed: and Jesus seeing their faith said unto the sick of the palsy; Son, be of good cheer; thy sins be forgiven thee."},{"text":"And, behold, certain of the scribes said within themselves, This man blasphemeth."},{"text":"And Jesus knowing their thoughts said, Wherefore think ye evil in your hearts?"},{"text":"For whether is easier, to say, Thy sins be forgiven thee; or to say, Arise, and walk?"},{"text":"But that ye may know that the Son of man hath power on earth to forgive sins, (then saith he to the sick of the palsy,) Arise, take up thy bed, and go unto thine house."},{"text":"And he arose, and departed to his house."},{"text":"But when the multitudes saw it, they marvelled, and glorified God, which had given such power unto men."},{"text":"And as Jesus passed forth from thence, he saw a man, named Matthew, sitting at the receipt of custom: and he saith unto him, Follow me. And he arose, and followed him."},{"text":"And it came to pass, as Jesus sat at meat in the house, behold, many publicans and sinners came and sat down with him and his disciples."},{"text":"And when the Pharisees saw it, they said unto his disciples, Why eateth your Master with publicans and sinners?"},{"text":"But when Jesus heard that, he said unto them, They that be whole need not a physician, but they that are sick."},{"text":"But go ye and learn what that meaneth, I will have mercy, and not sacrifice: for I am not come to call the righteous, but sinners to repentance."},{"text":"Then came to him the disciples of John, saying, Why do we and the Pharisees fast oft, but thy disciples fast not?"},{"text":"And Jesus said unto them, Can the children of the bridechamber mourn, as long as the bridegroom is with them? but the days will come, when the bridegroom shall be taken from them, and then shall they fast."},{"text":"No man putteth a piece of new cloth unto an old garment, for that which is put in to fill it up taketh from the garment, and the rent is made worse."},{"text":"Neither do men put new wine into old bottles: else the bottles break, and the wine runneth out, and the bottles perish: but they put new wine into new bottles, and both are preserved."},{"text":"While he spake these things unto them, behold, there came a certain ruler, and worshipped him, saying, My daughter is even now dead: but come and lay thy hand upon her, and she shall live."},{"text":"And Jesus arose, and followed him, and so did his disciples."},{"text":"And, behold, a woman, which was diseased with an issue of blood twelve years, came behind him, and touched the hem of his garment:"},{"text":"For she said within herself, If I may but touch his garment, I shall be whole."},{"text":"But Jesus turned him about, and when he saw her, he said, Daughter, be of good comfort; thy faith hath made thee whole. And the woman was made whole from that hour."},{"text":"And when Jesus came into the ruler's house, and saw the minstrels and the people making a noise,"},{"text":"He said unto them, Give place: for the maid is not dead, but sleepeth. And they laughed him to scorn."},{"text":"But when the people were put forth, he went in, and took her by the hand, and the maid arose."},{"text":"And the fame hereof went abroad into all that land."},{"text":"And when Jesus departed thence, two blind men followed him, crying, and saying, Thou son of David, have mercy on us."},{"text":"And when he was come into the house, the blind men came to him: and Jesus saith unto them, Believe ye that I am able to do this? They said unto him, Yea, Lord."},{"text":"Then touched he their eyes, saying, According to your faith be it unto you."},{"text":"And their eyes were opened; and Jesus straitly charged them, saying, See that no man know it."},{"text":"But they, when they were departed, spread abroad his fame in all that country."},{"text":"As they went out, behold, they brought to him a dumb man possessed with a devil."},{"text":"And when the devil was cast out, the dumb spake: and the multitudes marvelled, saying, It was never so seen in Israel."},{"text":"But the Pharisees said, He casteth out devils through the prince of the devils."},{"text":"And Jesus went about all the cities and villages, teaching in their synagogues, and preaching the gospel of the kingdom, and healing every sickness and every disease among the people."},{"text":"But when he saw the multitudes, he was moved with compassion on them, because they fainted, and were scattered abroad, as sheep having no shepherd."},{"text":"Then saith he unto his disciples, The harvest truly is plenteous, but the labourers are few;"},{"text":"Pray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The word of the LORD that came to Micah the Morasthite in the days of Jotham, Ahaz, and Hezekiah, kings of Judah, which he saw concerning Samaria and Jerusalem."},{"text":"Hear, all ye people; hearken, O earth, and all that therein is: and let the Lord GOD be witness against you, the LORD from his holy temple."},{"text":"For, behold, the LORD cometh forth out of his place, and will come down, and tread upon the high places of the earth."},{"text":"And the mountains shall be molten under him, and the valleys shall be cleft, as wax before the fire, and as the waters that are poured down a steep place."},{"text":"For the transgression of Jacob is all this, and for the sins of the house of Israel. What is the transgression of Jacob? is it not Samaria? and what are the high places of Judah? are they not Jerusalem?"},{"text":"Therefore I will make Samaria as an heap of the field, and as plantings of a vineyard: and I will pour down the stones thereof into the valley, and I will discover the foundations thereof."},{"text":"And all the graven images thereof shall be beaten to pieces, and all the hires thereof shall be burned with the fire, and all the idols thereof will I lay desolate: for she gathered it of the hire of an harlot, and they shall return to the hire of an harlot."},{"text":"Therefore I will wail and howl, I will go stripped and naked: I will make a wailing like the dragons, and mourning as the owls."},{"text":"For her wound is incurable; for it is come unto Judah; he is come unto the gate of my people, even to Jerusalem."},{"text":"Declare ye it not at Gath, weep ye not at all: in the house of Aphrah roll thyself in the dust."},{"text":"Pass ye away, thou inhabitant of Saphir, having thy shame naked: the inhabitant of Zaanan came not forth in the mourning of Bethezel; he shall receive of you his standing."},{"text":"For the inhabitant of Maroth waited carefully for good: but evil came down from the LORD unto the gate of Jerusalem."},{"text":"O thou inhabitant of Lachish, bind the chariot to the swift beast: she is the beginning of the sin to the daughter of Zion: for the transgressions of Israel were found in thee."},{"text":"Therefore shalt thou give presents to Moreshethgath: the houses of Achzib shall be a lie to the kings of Israel."},{"text":"Yet will I bring an heir unto thee, O inhabitant of Mareshah: he shall come unto Adullam the glory of Israel."},{"text":"Make thee bald, and poll thee for thy delicate children; enlarge thy baldness as the eagle; for they are gone into captivity from thee."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"Woe to them that devise iniquity, and work evil upon their beds! when the morning is light, they practise it, because it is in the power of their hand."},{"text":"And they covet fields, and take them by violence; and houses, and take them away: so they oppress a man and his house, even a man and his heritage."},{"text":"Therefore thus saith the LORD; Behold, against this family do I devise an evil, from which ye shall not remove your necks; neither shall ye go haughtily: for this time is evil."},{"text":"In that day shall one take up a parable against you, and lament with a doleful lamentation, and say, We be utterly spoiled: he hath changed the portion of my people: how hath he removed it from me! turning away he hath divided our fields."},{"text":"Therefore thou shalt have none that shall cast a cord by lot in the congregation of the LORD."},{"text":"Prophesy ye not, say they to them that prophesy: they shall not prophesy to them, that they shall not take shame."},{"text":"O thou that art named the house of Jacob, is the spirit of the LORD straitened? are these his doings? do not my words do good to him that walketh uprightly?"},{"text":"Even of late my people is risen up as an enemy: ye pull off the robe with the garment from them that pass by securely as men averse from war."},{"text":"The women of my people have ye cast out from their pleasant houses; from their children have ye taken away my glory for ever."},{"text":"Arise ye, and depart; for this is not your rest: because it is polluted, it shall destroy you, even with a sore destruction."},{"text":"If a man walking in the spirit and falsehood do lie, saying, I will prophesy unto thee of wine and of strong drink; he shall even be the prophet of this people."},{"text":"I will surely assemble, O Jacob, all of thee; I will surely gather the remnant of Israel; I will put them together as the sheep of Bozrah, as the flock in the midst of their fold: they shall make great noise by reason of the multitude of men."},{"text":"The breaker is come up before them: they have broken up, and have passed through the gate, and are gone out by it: and their king shall pass before them, and the LORD on the head of them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"And I said, Hear, I pray you, O heads of Jacob, and ye princes of the house of Israel; Is it not for you to know judgment?"},{"text":"Who hate the good, and love the evil; who pluck off their skin from off them, and their flesh from off their bones;"},{"text":"Who also eat the flesh of my people, and flay their skin from off them; and they break their bones, and chop them in pieces, as for the pot, and as flesh within the caldron."},{"text":"Then shall they cry unto the LORD, but he will not hear them: he will even hide his face from them at that time, as they have behaved themselves ill in their doings."},{"text":"Thus saith the LORD concerning the prophets that make my people err, that bite with their teeth, and cry, Peace; and he that putteth not into their mouths, they even prepare war against him."},{"text":"Therefore night shall be unto you, that ye shall not have a vision; and it shall be dark unto you, that ye shall not divine; and the sun shall go down over the prophets, and the day shall be dark over them."},{"text":"Then shall the seers be ashamed, and the diviners confounded: yea, they shall all cover their lips; for there is no answer of God."},{"text":"But truly I am full of power by the spirit of the LORD, and of judgment, and of might, to declare unto Jacob his transgression, and to Israel his sin."},{"text":"Hear this, I pray you, ye heads of the house of Jacob, and princes of the house of Israel, that abhor judgment, and pervert all equity."},{"text":"They build up Zion with blood, and Jerusalem with iniquity."},{"text":"The heads thereof judge for reward, and the priests thereof teach for hire, and the prophets thereof divine for money: yet will they lean upon the LORD, and say, Is not the LORD among us? none evil can come upon us."},{"text":"Therefore shall Zion for your sake be plowed as a field, and Jerusalem shall become heaps, and the mountain of the house as the high places of the forest."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"But in the last days it shall come to pass, that the mountain of the house of the LORD shall be established in the top of the mountains, and it shall be exalted above the hills; and people shall flow unto it."},{"text":"And many nations shall come, and say, Come, and let us go up to the mountain of the LORD, and to the house of the God of Jacob; and he will teach us of his ways, and we will walk in his paths: for the law shall go forth of Zion, and the word of the LORD from Jerusalem."},{"text":"And he shall judge among many people, and rebuke strong nations afar off; and they shall beat their swords into plowshares, and their spears into pruninghooks: nation shall not lift up a sword against nation, neither shall they learn war any more."},{"text":"But they shall sit every man under his vine and under his fig tree; and none shall make them afraid: for the mouth of the LORD of hosts hath spoken it."},{"text":"For all people will walk every one in the name of his god, and we will walk in the name of the LORD our God for ever and ever."},{"text":"In that day, saith the LORD, will I assemble her that halteth, and I will gather her that is driven out, and her that I have afflicted;"},{"text":"And I will make her that halted a remnant, and her that was cast far off a strong nation: and the LORD shall reign over them in mount Zion from henceforth, even for ever."},{"text":"And thou, O tower of the flock, the strong hold of the daughter of Zion, unto thee shall it come, even the first dominion; the kingdom shall come to the daughter of Jerusalem."},{"text":"Now why dost thou cry out aloud? is there no king in thee? is thy counsellor perished? for pangs have taken thee as a woman in travail."},{"text":"Be in pain, and labour to bring forth, O daughter of Zion, like a woman in travail: for now shalt thou go forth out of the city, and thou shalt dwell in the field, and thou shalt go even to Babylon; there shalt thou be delivered; there the LORD shall redeem thee from the hand of thine enemies."},{"text":"Now also many nations are gathered against thee, that say, Let her be defiled, and let our eye look upon Zion."},{"text":"But they know not the thoughts of the LORD, neither understand they his counsel: for he shall gather them as the sheaves into the floor."},{"text":"Arise and thresh, O daughter of Zion: for I will make thine horn iron, and I will make thy hoofs brass: and thou shalt beat in pieces many people: and I will consecrate their gain unto the LORD, and their substance unto the Lord of the whole earth."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Now gather thyself in troops, O daughter of troops: he hath laid siege against us: they shall smite the judge of Israel with a rod upon the cheek."},{"text":"But thou, Bethlehem Ephratah, though thou be little among the thousands of Judah, yet out of thee shall he come forth unto me that is to be ruler in Israel; whose goings forth have been from of old, from everlasting."},{"text":"Therefore will he give them up, until the time that she which travaileth hath brought forth: then the remnant of his brethren shall return unto the children of Israel."},{"text":"And he shall stand and feed in the strength of the LORD, in the majesty of the name of the LORD his God; and they shall abide: for now shall he be great unto the ends of the earth."},{"text":"And this man shall be the peace, when the Assyrian shall come into our land: and when he shall tread in our palaces, then shall we raise against him seven shepherds, and eight principal men."},{"text":"And they shall waste the land of Assyria with the sword, and the land of Nimrod in the entrances thereof: thus shall he deliver us from the Assyrian, when he cometh into our land, and when he treadeth within our borders."},{"text":"And the remnant of Jacob shall be in the midst of many people as a dew from the LORD, as the showers upon the grass, that tarrieth not for man, nor waiteth for the sons of men."},{"text":"And the remnant of Jacob shall be among the Gentiles in the midst of many people as a lion among the beasts of the forest, as a young lion among the flocks of sheep: who, if he go through, both treadeth down, and teareth in pieces, and none can deliver."},{"text":"Thine hand shall be lifted up upon thine adversaries, and all thine enemies shall be cut off."},{"text":"And it shall come to pass in that day, saith the LORD, that I will cut off thy horses out of the midst of thee, and I will destroy thy chariots:"},{"text":"And I will cut off the cities of thy land, and throw down all thy strong holds:"},{"text":"And I will cut off witchcrafts out of thine hand; and thou shalt have no more soothsayers:"},{"text":"Thy graven images also will I cut off, and thy standing images out of the midst of thee; and thou shalt no more worship the work of thine hands."},{"text":"And I will pluck up thy groves out of the midst of thee: so will I destroy thy cities."},{"text":"And I will execute vengeance in anger and fury upon the heathen, such as they have not heard."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"Hear ye now what the LORD saith; Arise, contend thou before the mountains, and let the hills hear thy voice."},{"text":"Hear ye, O mountains, the LORD's controversy, and ye strong foundations of the earth: for the LORD hath a controversy with his people, and he will plead with Israel."},{"text":"O my people, what have I done unto thee? and wherein have I wearied thee? testify against me."},{"text":"For I brought thee up out of the land of Egypt, and redeemed thee out of the house of servants; and I sent before thee Moses, Aaron, and Miriam."},{"text":"O my people, remember now what Balak king of Moab consulted, and what Balaam the son of Beor answered him from Shittim unto Gilgal; that ye may know the righteousness of the LORD."},{"text":"Wherewith shall I come before the LORD, and bow myself before the high God? shall I come before him with burnt offerings, with calves of a year old?"},{"text":"Will the LORD be pleased with thousands of rams, or with ten thousands of rivers of oil? shall I give my firstborn for my transgression, the fruit of my body for the sin of my soul?"},{"text":"He hath shewed thee, O man, what is good; and what doth the LORD require of thee, but to do justly, and to love mercy, and to walk humbly with thy God?"},{"text":"The LORD's voice crieth unto the city, and the man of wisdom shall see thy name: hear ye the rod, and who hath appointed it."},{"text":"Are there yet the treasures of wickedness in the house of the wicked, and the scant measure that is abominable?"},{"text":"Shall I count them pure with the wicked balances, and with the bag of deceitful weights?"},{"text":"For the rich men thereof are full of violence, and the inhabitants thereof have spoken lies, and their tongue is deceitful in their mouth."},{"text":"Therefore also will I make thee sick in smiting thee, in making thee desolate because of thy sins."},{"text":"Thou shalt eat, but not be satisfied; and thy casting down shall be in the midst of thee; and thou shalt take hold, but shalt not deliver; and that which thou deliverest will I give up to the sword."},{"text":"Thou shalt sow, but thou shalt not reap; thou shalt tread the olives, but thou shalt not anoint thee with oil; and sweet wine, but shalt not drink wine."},{"text":"For the statutes of Omri are kept, and all the works of the house of Ahab, and ye walk in their counsels; that I should make thee a desolation, and the inhabitants thereof an hissing: therefore ye shall bear the reproach of my people."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"Woe is me! for I am as when they have gathered the summer fruits, as the grapegleanings of the vintage: there is no cluster to eat: my soul desired the firstripe fruit."},{"text":"The good man is perished out of the earth: and there is none upright among men: they all lie in wait for blood; they hunt every man his brother with a net."},{"text":"That they may do evil with both hands earnestly, the prince asketh, and the judge asketh for a reward; and the great man, he uttereth his mischievous desire: so they wrap it up."},{"text":"The best of them is as a brier: the most upright is sharper than a thorn hedge: the day of thy watchmen and thy visitation cometh; now shall be their perplexity."},{"text":"Trust ye not in a friend, put ye not confidence in a guide: keep the doors of thy mouth from her that lieth in thy bosom."},{"text":"For the son dishonoureth the father, the daughter riseth up against her mother, the daughter in law against her mother in law; a man's enemies are the men of his own house."},{"text":"Therefore I will look unto the LORD; I will wait for the God of my salvation: my God will hear me."},{"text":"Rejoice not against me, O mine enemy: when I fall, I shall arise; when I sit in darkness, the LORD shall be a light unto me."},{"text":"I will bear the indignation of the LORD, because I have sinned against him, until he plead my cause, and execute judgment for me: he will bring me forth to the light, and I shall behold his righteousness."},{"text":"Then she that is mine enemy shall see it, and shame shall cover her which said unto me, Where is the LORD thy God? mine eyes shall behold her: now shall she be trodden down as the mire of the streets."},{"text":"In the day that thy walls are to be built, in that day shall the decree be far removed."},{"text":"In that day also he shall come even to thee from Assyria, and from the fortified cities, and from the fortress even to the river, and from sea to sea, and from mountain to mountain."},{"text":"Notwithstanding the land shall be desolate because of them that dwell therein, for the fruit of their doings."},{"text":"Feed thy people with thy rod, the flock of thine heritage, which dwell solitarily in the wood, in the midst of Carmel: let them feed in Bashan and Gilead, as in the days of old."},{"text":"According to the days of thy coming out of the land of Egypt will I shew unto him marvellous things."},{"text":"The nations shall see and be confounded at all their might: they shall lay their hand upon their mouth, their ears shall be deaf."},{"text":"They shall lick the dust like a serpent, they shall move out of their holes like worms of the earth: they shall be afraid of the LORD our God, and shall fear because of thee."},{"text":"Who is a God like unto thee, that pardoneth iniquity, and passeth by the transgression of the remnant of his heritage? he retaineth not his anger for ever, because he delighteth in mercy."},{"text":"He will turn again, he will have compassion upon us; he will subdue our iniquities; and thou wilt cast all their sins into the depths of the sea."},{"text":"Thou wilt perform the truth to Jacob, and the mercy to Abraham, which thou hast sworn unto our fathers from the days of old."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The burden of Nineveh. The book of the vision of Nahum the Elkoshite."},{"text":"God is jealous, and the LORD revengeth; the LORD revengeth, and is furious; the LORD will take vengeance on his adversaries, and he reserveth wrath for his enemies."},{"text":"The LORD is slow to anger, and great in power, and will not at all acquit the wicked: the LORD hath his way in the whirlwind and in the storm, and the clouds are the dust of his feet."},{"text":"He rebuketh the sea, and maketh it dry, and drieth up all the rivers: Bashan languisheth, and Carmel, and the flower of Lebanon languisheth."},{"text":"The mountains quake at him, and the hills melt, and the earth is burned at his presence, yea, the world, and all that dwell therein."},{"text":"Who can stand before his indignation? and who can abide in the fierceness of his anger? his fury is poured out like fire, and the rocks are thrown down by him."},{"text":"The LORD is good, a strong hold in the day of trouble; and he knoweth them that trust in him."},{"text":"But with an overrunning flood he will make an utter end of the place thereof, and darkness shall pursue his enemies."},{"text":"What do ye imagine against the LORD? he will make an utter end: affliction shall not rise up the second time."},{"text":"For while they be folden together as thorns, and while they are drunken as drunkards, they shall be devoured as stubble fully dry."},{"text":"There is one come out of thee, that imagineth evil against the LORD, a wicked counsellor."},{"text":"Thus saith the LORD; Though they be quiet, and likewise many, yet thus shall they be cut down, when he shall pass through. Though I have afflicted thee, I will afflict thee no more."},{"text":"For now will I break his yoke from off thee, and will burst thy bonds in sunder."},{"text":"And the LORD hath given a commandment concerning thee, that no more of thy name be sown: out of the house of thy gods will I cut off the graven image and the molten image: I will make thy grave; for thou art vile."},{"text":"Behold upon the mountains the feet of him that bringeth good tidings, that publisheth peace! O Judah, keep thy solemn feasts, perform thy vows: for the wicked shall no more pass through thee; he is utterly cut off."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"He that dasheth in pieces is come up before thy face: keep the munition, watch the way, make thy loins strong, fortify thy power mightily."},{"text":"For the LORD hath turned away the excellency of Jacob, as the excellency of Israel: for the emptiers have emptied them out, and marred their vine branches."},{"text":"The shield of his mighty men is made red, the valiant men are in scarlet: the chariots shall be with flaming torches in the day of his preparation, and the fir trees shall be terribly shaken."},{"text":"The chariots shall rage in the streets, they shall justle one against another in the broad ways: they shall seem like torches, they shall run like the lightnings."},{"text":"He shall recount his worthies: they shall stumble in their walk; they shall make haste to the wall thereof, and the defence shall be prepared."},{"text":"The gates of the rivers shall be opened, and the palace shall be dissolved."},{"text":"And Huzzab shall be led away captive, she shall be brought up, and her maids shall lead her as with the voice of doves, tabering upon their breasts."},{"text":"But Nineveh is of old like a pool of water: yet they shall flee away."},{"text":"Take ye the spoil of silver, take the spoil of gold: for there is none end of the store and glory out of all the pleasant furniture."},{"text":"She is empty, and void, and waste: and the heart melteth, and the knees smite together, and much pain is in all loins, and the faces of them all gather blackness."},{"text":"Where is the dwelling of the lions, and the feedingplace of the young lions, where the lion, even the old lion, walked, and the lion's whelp, and none made them afraid?"},{"text":"The lion did tear in pieces enough for his whelps, and strangled for his lionesses, and filled his holes with prey, and his dens with ravin."},{"text":"Behold, I am against thee, saith the LORD of hosts, and I will burn her chariots in the smoke, and the sword shall devour thy young lions: and I will cut off thy prey from the earth, and the voice of thy messengers shall no more be heard."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"Woe to the bloody city! it is all full of lies and robbery; the prey departeth not;"},{"text":"The noise of a whip, and the noise of the rattling of the wheels, and of the pransing horses, and of the jumping chariots."},{"text":"The horseman lifteth up both the bright sword and the glittering spear: and there is a multitude of slain, and a great number of carcases; and there is none end of their corpses; they stumble upon their corpses:"},{"text":"Because of the multitude of the whoredoms of the wellfavoured harlot, the mistress of witchcrafts, that selleth nations through her whoredoms, and families through her witchcrafts."},{"text":"Behold, I am against thee, saith the LORD of hosts; and I will discover thy skirts upon thy face, and I will shew the nations thy nakedness, and the kingdoms thy shame."},{"text":"And I will cast abominable filth upon thee, and make thee vile, and will set thee as a gazingstock."},{"text":"And it shall come to pass, that all they that look upon thee shall flee from thee, and say, Nineveh is laid waste: who will bemoan her? whence shall I seek comforters for thee?"},{"text":"Art thou better than populous No, that was situate among the rivers, that had the waters round about it, whose rampart was the sea, and her wall was from the sea?"},{"text":"Ethiopia and Egypt were her strength, and it was infinite; Put and Lubim were thy helpers."},{"text":"Yet was she carried away, she went into captivity: her young children also were dashed in pieces at the top of all the streets: and they cast lots for her honourable men, and all her great men were bound in chains."},{"text":"Thou also shalt be drunken: thou shalt be hid, thou also shalt seek strength because of the enemy."},{"text":"All thy strong holds shall be like fig trees with the firstripe figs: if they be shaken, they shall even fall into the mouth of the eater."},{"text":"Behold, thy people in the midst of thee are women: the gates of thy land shall be set wide open unto thine enemies: the fire shall devour thy bars."},{"text":"Draw thee waters for the siege, fortify thy strong holds: go into clay, and tread the morter, make strong the brickkiln."},{"text":"There shall the fire devour thee; the sword shall cut thee off, it shall eat thee up like the cankerworm: make thyself many as the cankerworm, make thyself many as the locusts."},{"text":"Thou hast multiplied thy merchants above the stars of heaven: the cankerworm spoileth, and fleeth away."},{"text":"Thy crowned are as the locusts, and thy captains as the great grasshoppers, which camp in the hedges in the cold day, but when the sun ariseth they flee away, and their place is not known where they are."},{"text":"Thy shepherds slumber, O king of Assyria: thy nobles shall dwell in the dust: thy people is scattered upon the mountains, and no man gathereth them."},{"text":"There is no healing of thy bruise; thy wound is grievous: all that hear the bruit of thee shall clap the hands over thee: for upon whom hath not thy wickedness passed continually?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The words of Nehemiah the son of Hachaliah. And it came to pass in the month Chisleu, in the twentieth year, as I was in Shushan the palace,"},{"text":"That Hanani, one of my brethren, came, he and certain men of Judah; and I asked them concerning the Jews that had escaped, which were left of the captivity, and concerning Jerusalem."},{"text":"And they said unto me, The remnant that are left of the captivity there in the province are in great affliction and reproach: the wall of Jerusalem also is broken down, and the gates thereof are burned with fire."},{"text":"And it came to pass, when I heard these words, that I sat down and wept, and mourned certain days, and fasted, and prayed before the God of heaven,"},{"text":"And said, I beseech thee, O LORD God of heaven, the great and terrible God, that keepeth covenant and mercy for them that love him and observe his commandments:"},{"text":"Let thine ear now be attentive, and thine eyes open, that thou mayest hear the prayer of thy servant, which I pray before thee now, day and night, for the children of Israel thy servants, and confess the sins of the children of Israel, which we have sinned against thee: both I and my father's house have sinned."},{"text":"We have dealt very corruptly against thee, and have not kept the commandments, nor the statutes, nor the judgments, which thou commandedst thy servant Moses."},{"text":"Remember, I beseech thee, the word that thou commandedst thy servant Moses, saying, If ye transgress, I will scatter you abroad among the nations:"},{"text":"But if ye turn unto me, and keep my commandments, and do them; though there were of you cast out unto the uttermost part of the heaven, yet will I gather them from thence, and will bring them unto the place that I have chosen to set my name there."},{"text":"Now these are thy servants and thy people, whom thou hast redeemed by thy great power, and by thy strong hand."},{"text":"O LORD, I beseech thee, let now thine ear be attentive to the prayer of thy servant, and to the prayer of thy servants, who desire to fear thy name: and prosper, I pray thee, thy servant this day, and grant him mercy in the sight of this man. For I was the king's cupbearer."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"Now those that sealed were, Nehemiah, the Tirshatha, the son of Hachaliah, and Zidkijah,"},{"text":"Seraiah, Azariah, Jeremiah,"},{"text":"Pashur, Amariah, Malchijah,"},{"text":"Hattush, Shebaniah, Malluch,"},{"text":"Harim, Meremoth, Obadiah,"},{"text":"Daniel, Ginnethon, Baruch,"},{"text":"Meshullam, Abijah, Mijamin,"},{"text":"Maaziah, Bilgai, Shemaiah: these were the priests."},{"text":"And the Levites: both Jeshua the son of Azaniah, Binnui of the sons of Henadad, Kadmiel;"},{"text":"And their brethren, Shebaniah, Hodijah, Kelita, Pelaiah, Hanan,"},{"text":"Micha, Rehob, Hashabiah,"},{"text":"Zaccur, Sherebiah, Shebaniah,"},{"text":"Hodijah, Bani, Beninu."},{"text":"The chief of the people; Parosh, Pahathmoab, Elam, Zatthu, Bani,"},{"text":"Bunni, Azgad, Bebai,"},{"text":"Adonijah, Bigvai, Adin,"},{"text":"Ater, Hizkijah, Azzur,"},{"text":"Hodijah, Hashum, Bezai,"},{"text":"Hariph, Anathoth, Nebai,"},{"text":"Magpiash, Meshullam, Hezir,"},{"text":"Meshezabeel, Zadok, Jaddua,"},{"text":"Pelatiah, Hanan, Anaiah,"},{"text":"Hoshea, Hananiah, Hashub,"},{"text":"Hallohesh, Pileha, Shobek,"},{"text":"Rehum, Hashabnah, Maaseiah,"},{"text":"And Ahijah, Hanan, Anan,"},{"text":"Malluch, Harim, Baanah."},{"text":"And the rest of the people, the priests, the Levites, the porters, the singers, the Nethinims, and all they that had separated themselves from the people of the lands unto the law of God, their wives, their sons, and their daughters, every one having knowledge, and having understanding;"},{"text":"They clave to their brethren, their nobles, and entered into a curse, and into an oath, to walk in God's law, which was given by Moses the servant of God, and to observe and do all the commandments of the LORD our Lord, and his judgments and his statutes;"},{"text":"And that we would not give our daughters unto the people of the land, not take their daughters for our sons:"},{"text":"And if the people of the land bring ware or any victuals on the sabbath day to sell, that we would not buy it of them on the sabbath, or on the holy day: and that we would leave the seventh year, and the exaction of every debt."},{"text":"Also we made ordinances for us, to charge ourselves yearly with the third part of a shekel for the service of the house of our God;"},{"text":"For the shewbread, and for the continual meat offering, and for the continual burnt offering, of the sabbaths, of the new moons, for the set feasts, and for the holy things, and for the sin offerings to make an atonement for Israel, and for all the work of the house of our God."},{"text":"And we cast the lots among the priests, the Levites, and the people, for the wood offering, to bring it into the house of our God, after the houses of our fathers, at times appointed year by year, to burn upon the altar of the LORD our God, as it is written in the law:"},{"text":"And to bring the firstfruits of our ground, and the firstfruits of all fruit of all trees, year by year, unto the house of the LORD:"},{"text":"Also the firstborn of our sons, and of our cattle, as it is written in the law, and the firstlings of our herds and of our flocks, to bring to the house of our God, unto the priests that minister in the house of our God:"},{"text":"And that we should bring the firstfruits of our dough, and our offerings, and the fruit of all manner of trees, of wine and of oil, unto the priests, to the chambers of the house of our God; and the tithes of our ground unto the Levites, that the same Levites might have the tithes in all the cities of our tillage."},{"text":"And the priest the son of Aaron shall be with the Levites, when the Levites take tithes: and the Levites shall bring up the tithe of the tithes unto the house of our God, to the chambers, into the treasure house."},{"text":"For the children of Israel and the children of Levi shall bring the offering of the corn, of the new wine, and the oil, unto the chambers, where are the vessels of the sanctuary, and the priests that minister, and the porters, and the singers: and we will not forsake the house of our God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"And the rulers of the people dwelt at Jerusalem: the rest of the people also cast lots, to bring one of ten to dwell in Jerusalem the holy city, and nine parts to dwell in other cities."},{"text":"And the people blessed all the men, that willingly offered themselves to dwell at Jerusalem."},{"text":"Now these are the chief of the province that dwelt in Jerusalem: but in the cities of Judah dwelt every one in his possession in their cities, to wit, Israel, the priests, and the Levites, and the Nethinims, and the children of Solomon's servants."},{"text":"And at Jerusalem dwelt certain of the children of Judah, and of the children of Benjamin. Of the children of Judah; Athaiah the son of Uzziah, the son of Zechariah, the son of Amariah, the son of Shephatiah, the son of Mahalaleel, of the children of Perez;"},{"text":"And Maaseiah the son of Baruch, the son of Colhozeh, the son of Hazaiah, the son of Adaiah, the son of Joiarib, the son of Zechariah, the son of Shiloni."},{"text":"All the sons of Perez that dwelt at Jerusalem were four hundred threescore and eight valiant men."},{"text":"And these are the sons of Benjamin; Sallu the son of Meshullam, the son of Joed, the son of Pedaiah, the son of Kolaiah, the son of Maaseiah, the son of Ithiel, the son of Jesaiah."},{"text":"And after him Gabbai, Sallai, nine hundred twenty and eight."},{"text":"And Joel the son of Zichri was their overseer: and Judah the son of Senuah was second over the city."},{"text":"Of the priests: Jedaiah the son of Joiarib, Jachin."},{"text":"Seraiah the son of Hilkiah, the son of Meshullam, the son of Zadok, the son of Meraioth, the son of Ahitub, was the ruler of the house of God."},{"text":"And their brethren that did the work of the house were eight hundred twenty and two: and Adaiah the son of Jeroham, the son of Pelaliah, the son of Amzi, the son of Zechariah, the son of Pashur, the son of Malchiah."},{"text":"And his brethren, chief of the fathers, two hundred forty and two: and Amashai the son of Azareel, the son of Ahasai, the son of Meshillemoth, the son of Immer,"},{"text":"And their brethren, mighty men of valour, an hundred twenty and eight: and their overseer was Zabdiel, the son of one of the great men."},{"text":"Also of the Levites: Shemaiah the son of Hashub, the son of Azrikam, the son of Hashabiah, the son of Bunni;"},{"text":"And Shabbethai and Jozabad, of the chief of the Levites, had the oversight of the outward business of the house of God."},{"text":"And Mattaniah the son of Micha, the son of Zabdi, the son of Asaph, was the principal to begin the thanksgiving in prayer: and Bakbukiah the second among his brethren, and Abda the son of Shammua, the son of Galal, the son of Jeduthun."},{"text":"All the Levites in the holy city were two hundred fourscore and four."},{"text":"Moreover the porters, Akkub, Talmon, and their brethren that kept the gates, were an hundred seventy and two."},{"text":"And the residue of Israel, of the priests, and the Levites, were in all the cities of Judah, every one in his inheritance."},{"text":"But the Nethinims dwelt in Ophel: and Ziha and Gispa were over the Nethinims."},{"text":"The overseer also of the Levites at Jerusalem was Uzzi the son of Bani, the son of Hashabiah, the son of Mattaniah, the son of Micha. Of the sons of Asaph, the singers were over the business of the house of God."},{"text":"For it was the king's commandment concerning them, that a certain portion should be for the singers, due for every day."},{"text":"And Pethahiah the son of Meshezabeel, of the children of Zerah the son of Judah, was at the king's hand in all matters concerning the people."},{"text":"And for the villages, with their fields, some of the children of Judah dwelt at Kirjatharba, and in the villages thereof, and at Dibon, and in the villages thereof, and at Jekabzeel, and in the villages thereof,"},{"text":"And at Jeshua, and at Moladah, and at Bethphelet,"},{"text":"And at Hazarshual, and at Beersheba, and in the villages thereof,"},{"text":"And at Ziklag, and at Mekonah, and in the villages thereof,"},{"text":"And at Enrimmon, and at Zareah, and at Jarmuth,"},{"text":"Zanoah, Adullam, and in their villages, at Lachish, and the fields thereof, at Azekah, and in the villages thereof. And they dwelt from Beersheba unto the valley of Hinnom."},{"text":"The children also of Benjamin from Geba dwelt at Michmash, and Aija, and Bethel, and in their villages."},{"text":"And at Anathoth, Nob, Ananiah,"},{"text":"Hazor, Ramah, Gittaim,"},{"text":"Hadid, Zeboim, Neballat,"},{"text":"Lod, and Ono, the valley of craftsmen."},{"text":"And of the Levites were divisions in Judah, and in Benjamin."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"Now these are the priests and the Levites that went up with Zerubbabel the son of Shealtiel, and Jeshua: Seraiah, Jeremiah, Ezra,"},{"text":"Amariah, Malluch, Hattush,"},{"text":"Shechaniah, Rehum, Meremoth,"},{"text":"Iddo, Ginnetho, Abijah,"},{"text":"Miamin, Maadiah, Bilgah,"},{"text":"Shemaiah, and Joiarib, Jedaiah,"},{"text":"Sallu, Amok, Hilkiah, Jedaiah. These were the chief of the priests and of their brethren in the days of Jeshua."},{"text":"Moreover the Levites: Jeshua, Binnui, Kadmiel, Sherebiah, Judah, and Mattaniah, which was over the thanksgiving, he and his brethren."},{"text":"Also Bakbukiah and Unni, their brethren, were over against them in the watches."},{"text":"And Jeshua begat Joiakim, Joiakim also begat Eliashib, and Eliashib begat Joiada,"},{"text":"And Joiada begat Jonathan, and Jonathan begat Jaddua."},{"text":"And in the days of Joiakim were priests, the chief of the fathers: of Seraiah, Meraiah; of Jeremiah, Hananiah;"},{"text":"Of Ezra, Meshullam; of Amariah, Jehohanan;"},{"text":"Of Melicu, Jonathan; of Shebaniah, Joseph;"},{"text":"Of Harim, Adna; of Meraioth, Helkai;"},{"text":"Of Iddo, Zechariah; of Ginnethon, Meshullam;"},{"text":"Of Abijah, Zichri; of Miniamin, of Moadiah, Piltai:"},{"text":"Of Bilgah, Shammua; of Shemaiah, Jehonathan;"},{"text":"And of Joiarib, Mattenai; of Jedaiah, Uzzi;"},{"text":"Of Sallai, Kallai; of Amok, Eber;"},{"text":"Of Hilkiah, Hashabiah; of Jedaiah, Nethaneel."},{"text":"The Levites in the days of Eliashib, Joiada, and Johanan, and Jaddua, were recorded chief of the fathers: also the priests, to the reign of Darius the Persian."},{"text":"The sons of Levi, the chief of the fathers, were written in the book of the chronicles, even until the days of Johanan the son of Eliashib."},{"text":"And the chief of the Levites: Hashabiah, Sherebiah, and Jeshua the son of Kadmiel, with their brethren over against them, to praise and to give thanks, according to the commandment of David the man of God, ward over against ward."},{"text":"Mattaniah, and Bakbukiah, Obadiah, Meshullam, Talmon, Akkub, were porters keeping the ward at the thresholds of the gates."},{"text":"These were in the days of Joiakim the son of Jeshua, the son of Jozadak, and in the days of Nehemiah the governor, and of Ezra the priest, the scribe."},{"text":"And at the dedication of the wall of Jerusalem they sought the Levites out of all their places, to bring them to Jerusalem, to keep the dedication with gladness, both with thanksgivings, and with singing, with cymbals, psalteries, and with harps."},{"text":"And the sons of the singers gathered themselves together, both out of the plain country round about Jerusalem, and from the villages of Netophathi;"},{"text":"Also from the house of Gilgal, and out of the fields of Geba and Azmaveth: for the singers had builded them villages round about Jerusalem."},{"text":"And the priests and the Levites purified themselves, and purified the people, and the gates, and the wall."},{"text":"Then I brought up the princes of Judah upon the wall, and appointed two great companies of them that gave thanks, whereof one went on the right hand upon the wall toward the dung gate:"},{"text":"And after them went Hoshaiah, and half of the princes of Judah,"},{"text":"And Azariah, Ezra, and Meshullam,"},{"text":"Judah, and Benjamin, and Shemaiah, and Jeremiah,"},{"text":"And certain of the priests' sons with trumpets; namely, Zechariah the son of Jonathan, the son of Shemaiah, the son of Mattaniah, the son of Michaiah, the son of Zaccur, the son of Asaph:"},{"text":"And his brethren, Shemaiah, and Azarael, Milalai, Gilalai, Maai, Nethaneel, and Judah, Hanani, with the musical instruments of David the man of God, and Ezra the scribe before them."},{"text":"And at the fountain gate, which was over against them, they went up by the stairs of the city of David, at the going up of the wall, above the house of David, even unto the water gate eastward."},{"text":"And the other company of them that gave thanks went over against them, and I after them, and the half of the people upon the wall, from beyond the tower of the furnaces even unto the broad wall;"},{"text":"And from above the gate of Ephraim, and above the old gate, and above the fish gate, and the tower of Hananeel, and the tower of Meah, even unto the sheep gate: and they stood still in the prison gate."},{"text":"So stood the two companies of them that gave thanks in the house of God, and I, and the half of the rulers with me:"},{"text":"And the priests; Eliakim, Maaseiah, Miniamin, Michaiah, Elioenai, Zechariah, and Hananiah, with trumpets;"},{"text":"And Maaseiah, and Shemaiah, and Eleazar, and Uzzi, and Jehohanan, and Malchijah, and Elam, and Ezer. And the singers sang loud, with Jezrahiah their overseer."},{"text":"Also that day they offered great sacrifices, and rejoiced: for God had made them rejoice with great joy: the wives also and the children rejoiced: so that the joy of Jerusalem was heard even afar off."},{"text":"And at that time were some appointed over the chambers for the treasures, for the offerings, for the firstfruits, and for the tithes, to gather into them out of the fields of the cities the portions of the law for the priests and Levites: for Judah rejoiced for the priests and for the Levites that waited."},{"text":"And both the singers and the porters kept the ward of their God, and the ward of the purification, according to the commandment of David, and of Solomon his son."},{"text":"For in the days of David and Asaph of old there were chief of the singers, and songs of praise and thanksgiving unto God."},{"text":"And all Israel in the days of Zerubbabel, and in the days of Nehemiah, gave the portions of the singers and the porters, every day his portion: and they sanctified holy things unto the Levites; and the Levites sanctified them unto the children of Aaron."}]}
|