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":1,"verses":[{"text":"The former treatise have I made, O Theophilus, of all that Jesus began both to do and teach,"},{"text":"Until the day in which he was taken up, after that he through the Holy Ghost had given commandments unto the apostles whom he had chosen:"},{"text":"To whom also he shewed himself alive after his passion by many infallible proofs, being seen of them forty days, and speaking of the things pertaining to the kingdom of God:"},{"text":"And, being assembled together with them, commanded them that they should not depart from Jerusalem, but wait for the promise of the Father, which, saith he, ye have heard of me."},{"text":"For John truly baptized with water; but ye shall be baptized with the Holy Ghost not many days hence."},{"text":"When they therefore were come together, they asked of him, saying, Lord, wilt thou at this time restore again the kingdom to Israel?"},{"text":"And he said unto them, It is not for you to know the times or the seasons, which the Father hath put in his own power."},{"text":"But ye shall receive power, after that the Holy Ghost is come upon you: and ye shall be witnesses unto me both in Jerusalem, and in all Judaea, and in Samaria, and unto the uttermost part of the earth."},{"text":"And when he had spoken these things, while they beheld, he was taken up; and a cloud received him out of their sight."},{"text":"And while they looked stedfastly toward heaven as he went up, behold, two men stood by them in white apparel;"},{"text":"Which also said, Ye men of Galilee, why stand ye gazing up into heaven? this same Jesus, which is taken up from you into heaven, shall so come in like manner as ye have seen him go into heaven."},{"text":"Then returned they unto Jerusalem from the mount called Olivet, which is from Jerusalem a sabbath day's journey."},{"text":"And when they were come in, they went up into an upper room, where abode both Peter, and James, and John, and Andrew, Philip, and Thomas, Bartholomew, and Matthew, James the son of Alphaeus, and Simon Zelotes, and Judas the brother of James."},{"text":"These all continued with one accord in prayer and supplication, with the women, and Mary the mother of Jesus, and with his brethren."},{"text":"And in those days Peter stood up in the midst of the disciples, and said, (the number of names together were about an hundred and twenty,)"},{"text":"Men and brethren, this scripture must needs have been fulfilled, which the Holy Ghost by the mouth of David spake before concerning Judas, which was guide to them that took Jesus."},{"text":"For he was numbered with us, and had obtained part of this ministry."},{"text":"Now this man purchased a field with the reward of iniquity; and falling headlong, he burst asunder in the midst, and all his bowels gushed out."},{"text":"And it was known unto all the dwellers at Jerusalem; insomuch as that field is called in their proper tongue, Aceldama, that is to say, The field of blood."},{"text":"For it is written in the book of Psalms, Let his habitation be desolate, and let no man dwell therein: and his bishoprick let another take."},{"text":"Wherefore of these men which have companied with us all the time that the Lord Jesus went in and out among us,"},{"text":"Beginning from the baptism of John, unto that same day that he was taken up from us, must one be ordained to be a witness with us of his resurrection."},{"text":"And they appointed two, Joseph called Barsabas, who was surnamed Justus, and Matthias."},{"text":"And they prayed, and said, Thou, Lord, which knowest the hearts of all men, shew whether of these two thou hast chosen,"},{"text":"That he may take part of this ministry and apostleship, from which Judas by transgression fell, that he might go to his own place."},{"text":"And they gave forth their lots; and the lot fell upon Matthias; and he was numbered with the eleven apostles."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"There was a certain man in Caesarea called Cornelius, a centurion of the band called the Italian band,"},{"text":"A devout man, and one that feared God with all his house, which gave much alms to the people, and prayed to God alway."},{"text":"He saw in a vision evidently about the ninth hour of the day an angel of God coming in to him, and saying unto him, Cornelius."},{"text":"And when he looked on him, he was afraid, and said, What is it, Lord? And he said unto him, Thy prayers and thine alms are come up for a memorial before God."},{"text":"And now send men to Joppa, and call for one Simon, whose surname is Peter:"},{"text":"He lodgeth with one Simon a tanner, whose house is by the sea side: he shall tell thee what thou oughtest to do."},{"text":"And when the angel which spake unto Cornelius was departed, he called two of his household servants, and a devout soldier of them that waited on him continually;"},{"text":"And when he had declared all these things unto them, he sent them to Joppa."},{"text":"On the morrow, as they went on their journey, and drew nigh unto the city, Peter went up upon the housetop to pray about the sixth hour:"},{"text":"And he became very hungry, and would have eaten: but while they made ready, he fell into a trance,"},{"text":"And saw heaven opened, and a certain vessel descending upon him, as it had been a great sheet knit at the four corners, and let down to the earth:"},{"text":"Wherein were all manner of fourfooted beasts of the earth, and wild beasts, and creeping things, and fowls of the air."},{"text":"And there came a voice to him, Rise, Peter; kill, and eat."},{"text":"But Peter said, Not so, Lord; for I have never eaten any thing that is common or unclean."},{"text":"And the voice spake unto him again the second time, What God hath cleansed, that call not thou common."},{"text":"This was done thrice: and the vessel was received up again into heaven."},{"text":"Now while Peter doubted in himself what this vision which he had seen should mean, behold, the men which were sent from Cornelius had made enquiry for Simon's house, and stood before the gate,"},{"text":"And called, and asked whether Simon, which was surnamed Peter, were lodged there."},{"text":"While Peter thought on the vision, the Spirit said unto him, Behold, three men seek thee."},{"text":"Arise therefore, and get thee down, and go with them, doubting nothing: for I have sent them."},{"text":"Then Peter went down to the men which were sent unto him from Cornelius; and said, Behold, I am he whom ye seek: what is the cause wherefore ye are come?"},{"text":"And they said, Cornelius the centurion, a just man, and one that feareth God, and of good report among all the nation of the Jews, was warned from God by an holy angel to send for thee into his house, and to hear words of thee."},{"text":"Then called he them in, and lodged them. And on the morrow Peter went away with them, and certain brethren from Joppa accompanied him."},{"text":"And the morrow after they entered into Caesarea. And Cornelius waited for them, and he had called together his kinsmen and near friends."},{"text":"And as Peter was coming in, Cornelius met him, and fell down at his feet, and worshipped him."},{"text":"But Peter took him up, saying, Stand up; I myself also am a man."},{"text":"And as he talked with him, he went in, and found many that were come together."},{"text":"And he said unto them, Ye know how that it is an unlawful thing for a man that is a Jew to keep company, or come unto one of another nation; but God hath shewed me that I should not call any man common or unclean."},{"text":"Therefore came I unto you without gainsaying, as soon as I was sent for: I ask therefore for what intent ye have sent for me?"},{"text":"And Cornelius said, Four days ago I was fasting until this hour; and at the ninth hour I prayed in my house, and, behold, a man stood before me in bright clothing,"},{"text":"And said, Cornelius, thy prayer is heard, and thine alms are had in remembrance in the sight of God."},{"text":"Send therefore to Joppa, and call hither Simon, whose surname is Peter; he is lodged in the house of one Simon a tanner by the sea side: who, when he cometh, shall speak unto thee."},{"text":"Immediately therefore I sent to thee; and thou hast well done that thou art come. Now therefore are we all here present before God, to hear all things that are commanded thee of God."},{"text":"Then Peter opened his mouth, and said, Of a truth I perceive that God is no respecter of persons:"},{"text":"But in every nation he that feareth him, and worketh righteousness, is accepted with him."},{"text":"The word which God sent unto the children of Israel, preaching peace by Jesus Christ: (he is Lord of all:)"},{"text":"That word, I say, ye know, which was published throughout all Judaea, and began from Galilee, after the baptism which John preached;"},{"text":"How God anointed Jesus of Nazareth with the Holy Ghost and with power: who went about doing good, and healing all that were oppressed of the devil; for God was with him."},{"text":"And we are witnesses of all things which he did both in the land of the Jews, and in Jerusalem; whom they slew and hanged on a tree:"},{"text":"Him God raised up the third day, and shewed him openly;"},{"text":"Not to all the people, but unto witnesses chosen before God, even to us, who did eat and drink with him after he rose from the dead."},{"text":"And he commanded us to preach unto the people, and to testify that it is he which was ordained of God to be the Judge of quick and dead."},{"text":"To him give all the prophets witness, that through his name whosoever believeth in him shall receive remission of sins."},{"text":"While Peter yet spake these words, the Holy Ghost fell on all them which heard the word."},{"text":"And they of the circumcision which believed were astonished, as many as came with Peter, because that on the Gentiles also was poured out the gift of the Holy Ghost."},{"text":"For they heard them speak with tongues, and magnify God. Then answered Peter,"},{"text":"Can any man forbid water, that these should not be baptized, which have received the Holy Ghost as well as we?"},{"text":"And he commanded them to be baptized in the name of the Lord. Then prayed they him to tarry certain days."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"And the apostles and brethren that were in Judaea heard that the Gentiles had also received the word of God."},{"text":"And when Peter was come up to Jerusalem, they that were of the circumcision contended with him,"},{"text":"Saying, Thou wentest in to men uncircumcised, and didst eat with them."},{"text":"But Peter rehearsed the matter from the beginning, and expounded it by order unto them, saying,"},{"text":"I was in the city of Joppa praying: and in a trance I saw a vision, A certain vessel descend, as it had been a great sheet, let down from heaven by four corners; and it came even to me:"},{"text":"Upon the which when I had fastened mine eyes, I considered, and saw fourfooted beasts of the earth, and wild beasts, and creeping things, and fowls of the air."},{"text":"And I heard a voice saying unto me, Arise, Peter; slay and eat."},{"text":"But I said, Not so, Lord: for nothing common or unclean hath at any time entered into my mouth."},{"text":"But the voice answered me again from heaven, What God hath cleansed, that call not thou common."},{"text":"And this was done three times: and all were drawn up again into heaven."},{"text":"And, behold, immediately there were three men already come unto the house where I was, sent from Caesarea unto me."},{"text":"And the Spirit bade me go with them, nothing doubting. Moreover these six brethren accompanied me, and we entered into the man's house:"},{"text":"And he shewed us how he had seen an angel in his house, which stood and said unto him, Send men to Joppa, and call for Simon, whose surname is Peter;"},{"text":"Who shall tell thee words, whereby thou and all thy house shall be saved."},{"text":"And as I began to speak, the Holy Ghost fell on them, as on us at the beginning."},{"text":"Then remembered I the word of the Lord, how that he said, John indeed baptized with water; but ye shall be baptized with the Holy Ghost."},{"text":"Forasmuch then as God gave them the like gift as he did unto us, who believed on the Lord Jesus Christ; what was I, that I could withstand God?"},{"text":"When they heard these things, they held their peace, and glorified God, saying, Then hath God also to the Gentiles granted repentance unto life."},{"text":"Now they which were scattered abroad upon the persecution that arose about Stephen travelled as far as Phenice, and Cyprus, and Antioch, preaching the word to none but unto the Jews only."},{"text":"And some of them were men of Cyprus and Cyrene, which, when they were come to Antioch, spake unto the Grecians, preaching the LORD Jesus."},{"text":"And the hand of the Lord was with them: and a great number believed, and turned unto the Lord."},{"text":"Then tidings of these things came unto the ears of the church which was in Jerusalem: and they sent forth Barnabas, that he should go as far as Antioch."},{"text":"Who, when he came, and had seen the grace of God, was glad, and exhorted them all, that with purpose of heart they would cleave unto the Lord."},{"text":"For he was a good man, and full of the Holy Ghost and of faith: and much people was added unto the Lord."},{"text":"Then departed Barnabas to Tarsus, for to seek Saul:"},{"text":"And when he had found him, he brought him unto Antioch. And it came to pass, that a whole year they assembled themselves with the church, and taught much people. And the disciples were called Christians first in Antioch."},{"text":"And in these days came prophets from Jerusalem unto Antioch."},{"text":"And there stood up one of them named Agabus, and signified by the Spirit that there should be great dearth throughout all the world: which came to pass in the days of Claudius Caesar."},{"text":"Then the disciples, every man according to his ability, determined to send relief unto the brethren which dwelt in Judaea:"},{"text":"Which also they did, and sent it to the elders by the hands of Barnabas and Saul."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"Now about that time Herod the king stretched forth his hands to vex certain of the church."},{"text":"And he killed James the brother of John with the sword."},{"text":"And because he saw it pleased the Jews, he proceeded further to take Peter also. (Then were the days of unleavened bread.)"},{"text":"And when he had apprehended him, he put him in prison, and delivered him to four quaternions of soldiers to keep him; intending after Easter to bring him forth to the people."},{"text":"Peter therefore was kept in prison: but prayer was made without ceasing of the church unto God for him."},{"text":"And when Herod would have brought him forth, the same night Peter was sleeping between two soldiers, bound with two chains: and the keepers before the door kept the prison."},{"text":"And, behold, the angel of the Lord came upon him, and a light shined in the prison: and he smote Peter on the side, and raised him up, saying, Arise up quickly. And his chains fell off from his hands."},{"text":"And the angel said unto him, Gird thyself, and bind on thy sandals."},{"text":"And he went out, and followed him; and wist not that it was true which was done by the angel; but thought he saw a vision."},{"text":"When they were past the first and the second ward, they came unto the iron gate that leadeth unto the city; which opened to them of his own accord: and they went out, and passed on through one street; and forthwith the angel departed from him."},{"text":"And when Peter was come to himself, he said, Now I know of a surety, that the LORD hath sent his angel, and hath delivered me out of the hand of Herod, and from all the expectation of the people of the Jews."},{"text":"And when he had considered the thing, he came to the house of Mary the mother of John, whose surname was Mark; where many were gathered together praying."},{"text":"And as Peter knocked at the door of the gate, a damsel came to hearken, named Rhoda."},{"text":"And when she knew Peter's voice, she opened not the gate for gladness, but ran in, and told how Peter stood before the gate."},{"text":"And they said unto her, Thou art mad. But she constantly affirmed that it was even so. Then said they, It is his angel."},{"text":"But Peter continued knocking: and when they had opened the door, and saw him, they were astonished."},{"text":"But he, beckoning unto them with the hand to hold their peace, declared unto them how the Lord had brought him out of the prison. And he said, Go shew these things unto James, and to the brethren. And he departed, and went into another place."},{"text":"Now as soon as it was day, there was no small stir among the soldiers, what was become of Peter."},{"text":"And when Herod had sought for him, and found him not, he examined the keepers, and commanded that they should be put to death. And he went down from Judaea to Caesarea, and there abode."},{"text":"And Herod was highly displeased with them of Tyre and Sidon: but they came with one accord to him, and, having made Blastus the king's chamberlain their friend, desired peace; because their country was nourished by the king's country."},{"text":"And upon a set day Herod, arrayed in royal apparel, sat upon his throne, and made an oration unto them."},{"text":"And the people gave a shout, saying, It is the voice of a god, and not of a man."},{"text":"And immediately the angel of the Lord smote him, because he gave not God the glory: and he was eaten of worms, and gave up the ghost."},{"text":"But the word of God grew and multiplied."},{"text":"And Barnabas and Saul returned from Jerusalem, when they had fulfilled their ministry, and took with them John, whose surname was Mark."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"Now there were in the church that was at Antioch certain prophets and teachers; as Barnabas, and Simeon that was called Niger, and Lucius of Cyrene, and Manaen, which had been brought up with Herod the tetrarch, and Saul."},{"text":"As they ministered to the Lord, and fasted, the Holy Ghost said, Separate me Barnabas and Saul for the work whereunto I have called them."},{"text":"And when they had fasted and prayed, and laid their hands on them, they sent them away."},{"text":"So they, being sent forth by the Holy Ghost, departed unto Seleucia; and from thence they sailed to Cyprus."},{"text":"And when they were at Salamis, they preached the word of God in the synagogues of the Jews: and they had also John to their minister."},{"text":"And when they had gone through the isle unto Paphos, they found a certain sorcerer, a false prophet, a Jew, whose name was Barjesus:"},{"text":"Which was with the deputy of the country, Sergius Paulus, a prudent man; who called for Barnabas and Saul, and desired to hear the word of God."},{"text":"But Elymas the sorcerer (for so is his name by interpretation) withstood them, seeking to turn away the deputy from the faith."},{"text":"Then Saul, (who also is called Paul,) filled with the Holy Ghost, set his eyes on him."},{"text":"And said, O full of all subtilty and all mischief, thou child of the devil, thou enemy of all righteousness, wilt thou not cease to pervert the right ways of the Lord?"},{"text":"And now, behold, the hand of the Lord is upon thee, and thou shalt be blind, not seeing the sun for a season. And immediately there fell on him a mist and a darkness; and he went about seeking some to lead him by the hand."},{"text":"Then the deputy, when he saw what was done, believed, being astonished at the doctrine of the Lord."},{"text":"Now when Paul and his company loosed from Paphos, they came to Perga in Pamphylia: and John departing from them returned to Jerusalem."},{"text":"But when they departed from Perga, they came to Antioch in Pisidia, and went into the synagogue on the sabbath day, and sat down."},{"text":"And after the reading of the law and the prophets the rulers of the synagogue sent unto them, saying, Ye men and brethren, if ye have any word of exhortation for the people, say on."},{"text":"Then Paul stood up, and beckoning with his hand said, Men of Israel, and ye that fear God, give audience."},{"text":"The God of this people of Israel chose our fathers, and exalted the people when they dwelt as strangers in the land of Egypt, and with an high arm brought he them out of it."},{"text":"And about the time of forty years suffered he their manners in the wilderness."},{"text":"And when he had destroyed seven nations in the land of Chanaan, he divided their land to them by lot."},{"text":"And after that he gave unto them judges about the space of four hundred and fifty years, until Samuel the prophet."},{"text":"And afterward they desired a king: and God gave unto them Saul the son of Cis, a man of the tribe of Benjamin, by the space of forty years."},{"text":"And when he had removed him, he raised up unto them David to be their king; to whom also he gave their testimony, and said, I have found David the son of Jesse, a man after mine own heart, which shall fulfil all my will."},{"text":"Of this man's seed hath God according to his promise raised unto Israel a Saviour, Jesus:"},{"text":"When John had first preached before his coming the baptism of repentance to all the people of Israel."},{"text":"And as John fulfilled his course, he said, Whom think ye that I am? I am not he. But, behold, there cometh one after me, whose shoes of his feet I am not worthy to loose."},{"text":"Men and brethren, children of the stock of Abraham, and whosoever among you feareth God, to you is the word of this salvation sent."},{"text":"For they that dwell at Jerusalem, and their rulers, because they knew him not, nor yet the voices of the prophets which are read every sabbath day, they have fulfilled them in condemning him."},{"text":"And though they found no cause of death in him, yet desired they Pilate that he should be slain."},{"text":"And when they had fulfilled all that was written of him, they took him down from the tree, and laid him in a sepulchre."},{"text":"But God raised him from the dead:"},{"text":"And he was seen many days of them which came up with him from Galilee to Jerusalem, who are his witnesses unto the people."},{"text":"And we declare unto you glad tidings, how that the promise which was made unto the fathers,"},{"text":"God hath fulfilled the same unto us their children, in that he hath raised up Jesus again; as it is also written in the second psalm, Thou art my Son, this day have I begotten thee."},{"text":"And as concerning that he raised him up from the dead, now no more to return to corruption, he said on this wise, I will give you the sure mercies of David."},{"text":"Wherefore he saith also in another psalm, Thou shalt not suffer thine Holy One to see corruption."},{"text":"For David, after he had served his own generation by the will of God, fell on sleep, and was laid unto his fathers, and saw corruption:"},{"text":"But he, whom God raised again, saw no corruption."},{"text":"Be it known unto you therefore, men and brethren, that through this man is preached unto you the forgiveness of sins:"},{"text":"And by him all that believe are justified from all things, from which ye could not be justified by the law of Moses."},{"text":"Beware therefore, lest that come upon you, which is spoken of in the prophets;"},{"text":"Behold, ye despisers, and wonder, and perish: for I work a work in your days, a work which ye shall in no wise believe, though a man declare it unto you."},{"text":"And when the Jews were gone out of the synagogue, the Gentiles besought that these words might be preached to them the next sabbath."},{"text":"Now when the congregation was broken up, many of the Jews and religious proselytes followed Paul and Barnabas: who, speaking to them, persuaded them to continue in the grace of God."},{"text":"And the next sabbath day came almost the whole city together to hear the word of God."},{"text":"But when the Jews saw the multitudes, they were filled with envy, and spake against those things which were spoken by Paul, contradicting and blaspheming."},{"text":"Then Paul and Barnabas waxed bold, and said, It was necessary that the word of God should first have been spoken to you: but seeing ye put it from you, and judge yourselves unworthy of everlasting life, lo, we turn to the Gentiles."},{"text":"For so hath the Lord commanded us, saying, I have set thee to be a light of the Gentiles, that thou shouldest be for salvation unto the ends of the earth."},{"text":"And when the Gentiles heard this, they were glad, and glorified the word of the Lord: and as many as were ordained to eternal life believed."},{"text":"And the word of the Lord was published throughout all the region."},{"text":"But the Jews stirred up the devout and honourable women, and the chief men of the city, and raised persecution against Paul and Barnabas, and expelled them out of their coasts."},{"text":"But they shook off the dust of their feet against them, and came unto Iconium."},{"text":"And the disciples were filled with joy, and with the Holy Ghost."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"And it came to pass in Iconium, that they went both together into the synagogue of the Jews, and so spake, that a great multitude both of the Jews and also of the Greeks believed."},{"text":"But the unbelieving Jews stirred up the Gentiles, and made their minds evil affected against the brethren."},{"text":"Long time therefore abode they speaking boldly in the Lord, which gave testimony unto the word of his grace, and granted signs and wonders to be done by their hands."},{"text":"But the multitude of the city was divided: and part held with the Jews, and part with the apostles."},{"text":"And when there was an assault made both of the Gentiles, and also of the Jews with their rulers, to use them despitefully, and to stone them,"},{"text":"They were ware of it, and fled unto Lystra and Derbe, cities of Lycaonia, and unto the region that lieth round about:"},{"text":"And there they preached the gospel."},{"text":"And there sat a certain man at Lystra, impotent in his feet, being a cripple from his mother's womb, who never had walked:"},{"text":"The same heard Paul speak: who stedfastly beholding him, and perceiving that he had faith to be healed,"},{"text":"Said with a loud voice, Stand upright on thy feet. And he leaped and walked."},{"text":"And when the people saw what Paul had done, they lifted up their voices, saying in the speech of Lycaonia, The gods are come down to us in the likeness of men."},{"text":"And they called Barnabas, Jupiter; and Paul, Mercurius, because he was the chief speaker."},{"text":"Then the priest of Jupiter, which was before their city, brought oxen and garlands unto the gates, and would have done sacrifice with the people."},{"text":"Which when the apostles, Barnabas and Paul, heard of, they rent their clothes, and ran in among the people, crying out,"},{"text":"And saying, Sirs, why do ye these things? We also are men of like passions with you, and preach unto you that ye should turn from these vanities unto the living God, which made heaven, and earth, and the sea, and all things that are therein:"},{"text":"Who in times past suffered all nations to walk in their own ways."},{"text":"Nevertheless he left not himself without witness, in that he did good, and gave us rain from heaven, and fruitful seasons, filling our hearts with food and gladness."},{"text":"And with these sayings scarce restrained they the people, that they had not done sacrifice unto them."},{"text":"And there came thither certain Jews from Antioch and Iconium, who persuaded the people, and having stoned Paul, drew him out of the city, supposing he had been dead."},{"text":"Howbeit, as the disciples stood round about him, he rose up, and came into the city: and the next day he departed with Barnabas to Derbe."},{"text":"And when they had preached the gospel to that city, and had taught many, they returned again to Lystra, and to Iconium, and Antioch,"},{"text":"Confirming the souls of the disciples, and exhorting them to continue in the faith, and that we must through much tribulation enter into the kingdom of God."},{"text":"And when they had ordained them elders in every church, and had prayed with fasting, they commended them to the Lord, on whom they believed."},{"text":"And after they had passed throughout Pisidia, they came to Pamphylia."},{"text":"And when they had preached the word in Perga, they went down into Attalia:"},{"text":"And thence sailed to Antioch, from whence they had been recommended to the grace of God for the work which they fulfilled."},{"text":"And when they were come, and had gathered the church together, they rehearsed all that God had done with them, and how he had opened the door of faith unto the Gentiles."},{"text":"And there they abode long time with the disciples."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"And certain men which came down from Judaea taught the brethren, and said, Except ye be circumcised after the manner of Moses, ye cannot be saved."},{"text":"When therefore Paul and Barnabas had no small dissension and disputation with them, they determined that Paul and Barnabas, and certain other of them, should go up to Jerusalem unto the apostles and elders about this question."},{"text":"And being brought on their way by the church, they passed through Phenice and Samaria, declaring the conversion of the Gentiles: and they caused great joy unto all the brethren."},{"text":"And when they were come to Jerusalem, they were received of the church, and of the apostles and elders, and they declared all things that God had done with them."},{"text":"But there rose up certain of the sect of the Pharisees which believed, saying, That it was needful to circumcise them, and to command them to keep the law of Moses."},{"text":"And the apostles and elders came together for to consider of this matter."},{"text":"And when there had been much disputing, Peter rose up, and said unto them, Men and brethren, ye know how that a good while ago God made choice among us, that the Gentiles by my mouth should hear the word of the gospel, and believe."},{"text":"And God, which knoweth the hearts, bare them witness, giving them the Holy Ghost, even as he did unto us;"},{"text":"And put no difference between us and them, purifying their hearts by faith."},{"text":"Now therefore why tempt ye God, to put a yoke upon the neck of the disciples, which neither our fathers nor we were able to bear?"},{"text":"But we believe that through the grace of the LORD Jesus Christ we shall be saved, even as they."},{"text":"Then all the multitude kept silence, and gave audience to Barnabas and Paul, declaring what miracles and wonders God had wrought among the Gentiles by them."},{"text":"And after they had held their peace, James answered, saying, Men and brethren, hearken unto me:"},{"text":"Simeon hath declared how God at the first did visit the Gentiles, to take out of them a people for his name."},{"text":"And to this agree the words of the prophets; as it is written,"},{"text":"After this I will return, and will build again the tabernacle of David, which is fallen down; and I will build again the ruins thereof, and I will set it up:"},{"text":"That the residue of men might seek after the Lord, and all the Gentiles, upon whom my name is called, saith the Lord, who doeth all these things."},{"text":"Known unto God are all his works from the beginning of the world."},{"text":"Wherefore my sentence is, that we trouble not them, which from among the Gentiles are turned to God:"},{"text":"But that we write unto them, that they abstain from pollutions of idols, and from fornication, and from things strangled, and from blood."},{"text":"For Moses of old time hath in every city them that preach him, being read in the synagogues every sabbath day."},{"text":"Then pleased it the apostles and elders with the whole church, to send chosen men of their own company to Antioch with Paul and Barnabas; namely, Judas surnamed Barsabas and Silas, chief men among the brethren:"},{"text":"And they wrote letters by them after this manner; The apostles and elders and brethren send greeting unto the brethren which are of the Gentiles in Antioch and Syria and Cilicia."},{"text":"Forasmuch as we have heard, that certain which went out from us have troubled you with words, subverting your souls, saying, Ye must be circumcised, and keep the law: to whom we gave no such commandment:"},{"text":"It seemed good unto us, being assembled with one accord, to send chosen men unto you with our beloved Barnabas and Paul,"},{"text":"Men that have hazarded their lives for the name of our Lord Jesus Christ."},{"text":"We have sent therefore Judas and Silas, who shall also tell you the same things by mouth."},{"text":"For it seemed good to the Holy Ghost, and to us, to lay upon you no greater burden than these necessary things;"},{"text":"That ye abstain from meats offered to idols, and from blood, and from things strangled, and from fornication: from which if ye keep yourselves, ye shall do well. Fare ye well."},{"text":"So when they were dismissed, they came to Antioch: and when they had gathered the multitude together, they delivered the epistle:"},{"text":"Which when they had read, they rejoiced for the consolation."},{"text":"And Judas and Silas, being prophets also themselves, exhorted the brethren with many words, and confirmed them."},{"text":"And after they had tarried there a space, they were let go in peace from the brethren unto the apostles."},{"text":"Notwithstanding it pleased Silas to abide there still."},{"text":"Paul also and Barnabas continued in Antioch, teaching and preaching the word of the Lord, with many others also."},{"text":"And some days after Paul said unto Barnabas, Let us go again and visit our brethren in every city where we have preached the word of the LORD, and see how they do."},{"text":"And Barnabas determined to take with them John, whose surname was Mark."},{"text":"But Paul thought not good to take him with them, who departed from them from Pamphylia, and went not with them to the work."},{"text":"And the contention was so sharp between them, that they departed asunder one from the other: and so Barnabas took Mark, and sailed unto Cyprus;"},{"text":"And Paul chose Silas, and departed, being recommended by the brethren unto the grace of God."},{"text":"And he went through Syria and Cilicia, confirming the churches."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"Then came he to Derbe and Lystra: and, behold, a certain disciple was there, named Timotheus, the son of a certain woman, which was a Jewess, and believed; but his father was a Greek:"},{"text":"Which was well reported of by the brethren that were at Lystra and Iconium."},{"text":"Him would Paul have to go forth with him; and took and circumcised him because of the Jews which were in those quarters: for they knew all that his father was a Greek."},{"text":"And as they went through the cities, they delivered them the decrees for to keep, that were ordained of the apostles and elders which were at Jerusalem."},{"text":"And so were the churches established in the faith, and increased in number daily."},{"text":"Now when they had gone throughout Phrygia and the region of Galatia, and were forbidden of the Holy Ghost to preach the word in Asia,"},{"text":"After they were come to Mysia, they assayed to go into Bithynia: but the Spirit suffered them not."},{"text":"And they passing by Mysia came down to Troas."},{"text":"And a vision appeared to Paul in the night; There stood a man of Macedonia, and prayed him, saying, Come over into Macedonia, and help us."},{"text":"And after he had seen the vision, immediately we endeavoured to go into Macedonia, assuredly gathering that the Lord had called us for to preach the gospel unto them."},{"text":"Therefore loosing from Troas, we came with a straight course to Samothracia, and the next day to Neapolis;"},{"text":"And from thence to Philippi, which is the chief city of that part of Macedonia, and a colony: and we were in that city abiding certain days."},{"text":"And on the sabbath we went out of the city by a river side, where prayer was wont to be made; and we sat down, and spake unto the women which resorted thither."},{"text":"And a certain woman named Lydia, a seller of purple, of the city of Thyatira, which worshipped God, heard us: whose heart the Lord opened, that she attended unto the things which were spoken of Paul."},{"text":"And when she was baptized, and her household, she besought us, saying, If ye have judged me to be faithful to the Lord, come into my house, and abide there. And she constrained us."},{"text":"And it came to pass, as we went to prayer, a certain damsel possessed with a spirit of divination met us, which brought her masters much gain by soothsaying:"},{"text":"The same followed Paul and us, and cried, saying, These men are the servants of the most high God, which shew unto us the way of salvation."},{"text":"And this did she many days. But Paul, being grieved, turned and said to the spirit, I command thee in the name of Jesus Christ to come out of her."},{"text":"And when her masters saw that the hope of their gains was gone, they caught Paul and Silas, and drew them into the marketplace unto the rulers,"},{"text":"And brought them to the magistrates, saying, These men, being Jews, do exceedingly trouble our city,"},{"text":"And teach customs, which are not lawful for us to receive, neither to observe, being Romans."},{"text":"And the multitude rose up together against them: and the magistrates rent off their clothes, and commanded to beat them."},{"text":"And when they had laid many stripes upon them, they cast them into prison, charging the jailor to keep them safely:"},{"text":"Who, having received such a charge, thrust them into the inner prison, and made their feet fast in the stocks."},{"text":"And at midnight Paul and Silas prayed, and sang praises unto God: and the prisoners heard them."},{"text":"And suddenly there was a great earthquake, so that the foundations of the prison were shaken: and immediately all the doors were opened, and every one's bands were loosed."},{"text":"And the keeper of the prison awaking out of his sleep, and seeing the prison doors open, he drew out his sword, and would have killed himself, supposing that the prisoners had been fled."},{"text":"But Paul cried with a loud voice, saying, Do thyself no harm: for we are all here."},{"text":"Then he called for a light, and sprang in, and came trembling, and fell down before Paul and Silas,"},{"text":"And brought them out, and said, Sirs, what must I do to be saved?"},{"text":"And they said, Believe on the Lord Jesus Christ, and thou shalt be saved, and thy house."},{"text":"And they spake unto him the word of the Lord, and to all that were in his house."},{"text":"And he took them the same hour of the night, and washed their stripes; and was baptized, he and all his, straightway."},{"text":"And when he had brought them into his house, he set meat before them, and rejoiced, believing in God with all his house."},{"text":"And when it was day, the magistrates sent the serjeants, saying, Let those men go."},{"text":"And the keeper of the prison told this saying to Paul, The magistrates have sent to let you go: now therefore depart, and go in peace."},{"text":"But Paul said unto them, They have beaten us openly uncondemned, being Romans, and have cast us into prison; and now do they thrust us out privily? nay verily; but let them come themselves and fetch us out."},{"text":"And the serjeants told these words unto the magistrates: and they feared, when they heard that they were Romans."},{"text":"And they came and besought them, and brought them out, and desired them to depart out of the city."},{"text":"And they went out of the prison, and entered into the house of Lydia: and when they had seen the brethren, they comforted them, and departed."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"Now when they had passed through Amphipolis and Apollonia, they came to Thessalonica, where was a synagogue of the Jews:"},{"text":"And Paul, as his manner was, went in unto them, and three sabbath days reasoned with them out of the scriptures,"},{"text":"Opening and alleging, that Christ must needs have suffered, and risen again from the dead; and that this Jesus, whom I preach unto you, is Christ."},{"text":"And some of them believed, and consorted with Paul and Silas; and of the devout Greeks a great multitude, and of the chief women not a few."},{"text":"But the Jews which believed not, moved with envy, took unto them certain lewd fellows of the baser sort, and gathered a company, and set all the city on an uproar, and assaulted the house of Jason, and sought to bring them out to the people."},{"text":"And when they found them not, they drew Jason and certain brethren unto the rulers of the city, crying, These that have turned the world upside down are come hither also;"},{"text":"Whom Jason hath received: and these all do contrary to the decrees of Caesar, saying that there is another king, one Jesus."},{"text":"And they troubled the people and the rulers of the city, when they heard these things."},{"text":"And when they had taken security of Jason, and of the other, they let them go."},{"text":"And the brethren immediately sent away Paul and Silas by night unto Berea: who coming thither went into the synagogue of the Jews."},{"text":"These were more noble than those in Thessalonica, in that they received the word with all readiness of mind, and searched the scriptures daily, whether those things were so."},{"text":"Therefore many of them believed; also of honourable women which were Greeks, and of men, not a few."},{"text":"But when the Jews of Thessalonica had knowledge that the word of God was preached of Paul at Berea, they came thither also, and stirred up the people."},{"text":"And then immediately the brethren sent away Paul to go as it were to the sea: but Silas and Timotheus abode there still."},{"text":"And they that conducted Paul brought him unto Athens: and receiving a commandment unto Silas and Timotheus for to come to him with all speed, they departed."},{"text":"Now while Paul waited for them at Athens, his spirit was stirred in him, when he saw the city wholly given to idolatry."},{"text":"Therefore disputed he in the synagogue with the Jews, and with the devout persons, and in the market daily with them that met with him."},{"text":"Then certain philosophers of the Epicureans, and of the Stoicks, encountered him. And some said, What will this babbler say? other some, He seemeth to be a setter forth of strange gods: because he preached unto them Jesus, and the resurrection."},{"text":"And they took him, and brought him unto Areopagus, saying, May we know what this new doctrine, whereof thou speakest, is?"},{"text":"For thou bringest certain strange things to our ears: we would know therefore what these things mean."},{"text":"(For all the Athenians and strangers which were there spent their time in nothing else, but either to tell, or to hear some new thing.)"},{"text":"Then Paul stood in the midst of Mars' hill, and said, Ye men of Athens, I perceive that in all things ye are too superstitious."},{"text":"For as I passed by, and beheld your devotions, I found an altar with this inscription, TO THE UNKNOWN GOD. Whom therefore ye ignorantly worship, him declare I unto you."},{"text":"God that made the world and all things therein, seeing that he is Lord of heaven and earth, dwelleth not in temples made with hands;"},{"text":"Neither is worshipped with men's hands, as though he needed any thing, seeing he giveth to all life, and breath, and all things;"},{"text":"And hath made of one blood all nations of men for to dwell on all the face of the earth, and hath determined the times before appointed, and the bounds of their habitation;"},{"text":"That they should seek the Lord, if haply they might feel after him, and find him, though he be not far from every one of us:"},{"text":"For in him we live, and move, and have our being; as certain also of your own poets have said, For we are also his offspring."},{"text":"Forasmuch then as we are the offspring of God, we ought not to think that the Godhead is like unto gold, or silver, or stone, graven by art and man's device."},{"text":"And the times of this ignorance God winked at; but now commandeth all men every where to repent:"},{"text":"Because he hath appointed a day, in the which he will judge the world in righteousness by that man whom he hath ordained; whereof he hath given assurance unto all men, in that he hath raised him from the dead."},{"text":"And when they heard of the resurrection of the dead, some mocked: and others said, We will hear thee again of this matter."},{"text":"So Paul departed from among them."},{"text":"Howbeit certain men clave unto him, and believed: among the which was Dionysius the Areopagite, and a woman named Damaris, and others with them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"After these things Paul departed from Athens, and came to Corinth;"},{"text":"And found a certain Jew named Aquila, born in Pontus, lately come from Italy, with his wife Priscilla; (because that Claudius had commanded all Jews to depart from Rome:) and came unto them."},{"text":"And because he was of the same craft, he abode with them, and wrought: for by their occupation they were tentmakers."},{"text":"And he reasoned in the synagogue every sabbath, and persuaded the Jews and the Greeks."},{"text":"And when Silas and Timotheus were come from Macedonia, Paul was pressed in the spirit, and testified to the Jews that Jesus was Christ."},{"text":"And when they opposed themselves, and blasphemed, he shook his raiment, and said unto them, Your blood be upon your own heads; I am clean; from henceforth I will go unto the Gentiles."},{"text":"And he departed thence, and entered into a certain man's house, named Justus, one that worshipped God, whose house joined hard to the synagogue."},{"text":"And Crispus, the chief ruler of the synagogue, believed on the Lord with all his house; and many of the Corinthians hearing believed, and were baptized."},{"text":"Then spake the Lord to Paul in the night by a vision, Be not afraid, but speak, and hold not thy peace:"},{"text":"For I am with thee, and no man shall set on thee to hurt thee: for I have much people in this city."},{"text":"And he continued there a year and six months, teaching the word of God among them."},{"text":"And when Gallio was the deputy of Achaia, the Jews made insurrection with one accord against Paul, and brought him to the judgment seat,"},{"text":"Saying, This fellow persuadeth men to worship God contrary to the law."},{"text":"And when Paul was now about to open his mouth, Gallio said unto the Jews, If it were a matter of wrong or wicked lewdness, O ye Jews, reason would that I should bear with you:"},{"text":"But if it be a question of words and names, and of your law, look ye to it; for I will be no judge of such matters."},{"text":"And he drave them from the judgment seat."},{"text":"Then all the Greeks took Sosthenes, the chief ruler of the synagogue, and beat him before the judgment seat. And Gallio cared for none of those things."},{"text":"And Paul after this tarried there yet a good while, and then took his leave of the brethren, and sailed thence into Syria, and with him Priscilla and Aquila; having shorn his head in Cenchrea: for he had a vow."},{"text":"And he came to Ephesus, and left them there: but he himself entered into the synagogue, and reasoned with the Jews."},{"text":"When they desired him to tarry longer time with them, he consented not;"},{"text":"But bade them farewell, saying, I must by all means keep this feast that cometh in Jerusalem: but I will return again unto you, if God will. And he sailed from Ephesus."},{"text":"And when he had landed at Caesarea, and gone up, and saluted the church, he went down to Antioch."},{"text":"And after he had spent some time there, he departed, and went over all the country of Galatia and Phrygia in order, strengthening all the disciples."},{"text":"And a certain Jew named Apollos, born at Alexandria, an eloquent man, and mighty in the scriptures, came to Ephesus."},{"text":"This man was instructed in the way of the Lord; and being fervent in the spirit, he spake and taught diligently the things of the Lord, knowing only the baptism of John."},{"text":"And he began to speak boldly in the synagogue: whom when Aquila and Priscilla had heard, they took him unto them, and expounded unto him the way of God more perfectly."},{"text":"And when he was disposed to pass into Achaia, the brethren wrote, exhorting the disciples to receive him: who, when he was come, helped them much which had believed through grace:"},{"text":"For he mightily convinced the Jews, and that publickly, shewing by the scriptures that Jesus was Christ."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"And it came to pass, that, while Apollos was at Corinth, Paul having passed through the upper coasts came to Ephesus: and finding certain disciples,"},{"text":"He said unto them, Have ye received the Holy Ghost since ye believed? And they said unto him, We have not so much as heard whether there be any Holy Ghost."},{"text":"And he said unto them, Unto what then were ye baptized? And they said, Unto John's baptism."},{"text":"Then said Paul, John verily baptized with the baptism of repentance, saying unto the people, that they should believe on him which should come after him, that is, on Christ Jesus."},{"text":"When they heard this, they were baptized in the name of the Lord Jesus."},{"text":"And when Paul had laid his hands upon them, the Holy Ghost came on them; and they spake with tongues, and prophesied."},{"text":"And all the men were about twelve."},{"text":"And he went into the synagogue, and spake boldly for the space of three months, disputing and persuading the things concerning the kingdom of God."},{"text":"But when divers were hardened, and believed not, but spake evil of that way before the multitude, he departed from them, and separated the disciples, disputing daily in the school of one Tyrannus."},{"text":"And this continued by the space of two years; so that all they which dwelt in Asia heard the word of the Lord Jesus, both Jews and Greeks."},{"text":"And God wrought special miracles by the hands of Paul:"},{"text":"So that from his body were brought unto the sick handkerchiefs or aprons, and the diseases departed from them, and the evil spirits went out of them."},{"text":"Then certain of the vagabond Jews, exorcists, took upon them to call over them which had evil spirits the name of the LORD Jesus, saying, We adjure you by Jesus whom Paul preacheth."},{"text":"And there were seven sons of one Sceva, a Jew, and chief of the priests, which did so."},{"text":"And the evil spirit answered and said, Jesus I know, and Paul I know; but who are ye?"},{"text":"And the man in whom the evil spirit was leaped on them, and overcame them, and prevailed against them, so that they fled out of that house naked and wounded."},{"text":"And this was known to all the Jews and Greeks also dwelling at Ephesus; and fear fell on them all, and the name of the Lord Jesus was magnified."},{"text":"And many that believed came, and confessed, and shewed their deeds."},{"text":"Many of them also which used curious arts brought their books together, and burned them before all men: and they counted the price of them, and found it fifty thousand pieces of silver."},{"text":"So mightily grew the word of God and prevailed."},{"text":"After these things were ended, Paul purposed in the spirit, when he had passed through Macedonia and Achaia, to go to Jerusalem, saying, After I have been there, I must also see Rome."},{"text":"So he sent into Macedonia two of them that ministered unto him, Timotheus and Erastus; but he himself stayed in Asia for a season."},{"text":"And the same time there arose no small stir about that way."},{"text":"For a certain man named Demetrius, a silversmith, which made silver shrines for Diana, brought no small gain unto the craftsmen;"},{"text":"Whom he called together with the workmen of like occupation, and said, Sirs, ye know that by this craft we have our wealth."},{"text":"Moreover ye see and hear, that not alone at Ephesus, but almost throughout all Asia, this Paul hath persuaded and turned away much people, saying that they be no gods, which are made with hands:"},{"text":"So that not only this our craft is in danger to be set at nought; but also that the temple of the great goddess Diana should be despised, and her magnificence should be destroyed, whom all Asia and the world worshippeth."},{"text":"And when they heard these sayings, they were full of wrath, and cried out, saying, Great is Diana of the Ephesians."},{"text":"And the whole city was filled with confusion: and having caught Gaius and Aristarchus, men of Macedonia, Paul's companions in travel, they rushed with one accord into the theatre."},{"text":"And when Paul would have entered in unto the people, the disciples suffered him not."},{"text":"And certain of the chief of Asia, which were his friends, sent unto him, desiring him that he would not adventure himself into the theatre."},{"text":"Some therefore cried one thing, and some another: for the assembly was confused: and the more part knew not wherefore they were come together."},{"text":"And they drew Alexander out of the multitude, the Jews putting him forward. And Alexander beckoned with the hand, and would have made his defence unto the people."},{"text":"But when they knew that he was a Jew, all with one voice about the space of two hours cried out, Great is Diana of the Ephesians."},{"text":"And when the townclerk had appeased the people, he said, Ye men of Ephesus, what man is there that knoweth not how that the city of the Ephesians is a worshipper of the great goddess Diana, and of the image which fell down from Jupiter?"},{"text":"Seeing then that these things cannot be spoken against, ye ought to be quiet, and to do nothing rashly."},{"text":"For ye have brought hither these men, which are neither robbers of churches, nor yet blasphemers of your goddess."},{"text":"Wherefore if Demetrius, and the craftsmen which are with him, have a matter against any man, the law is open, and there are deputies: let them implead one another."},{"text":"But if ye enquire any thing concerning other matters, it shall be determined in a lawful assembly."},{"text":"For we are in danger to be called in question for this day's uproar, there being no cause whereby we may give an account of this concourse."},{"text":"And when he had thus spoken, he dismissed the assembly."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And when the day of Pentecost was fully come, they were all with one accord in one place."},{"text":"And suddenly there came a sound from heaven as of a rushing mighty wind, and it filled all the house where they were sitting."},{"text":"And there appeared unto them cloven tongues like as of fire, and it sat upon each of them."},{"text":"And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance."},{"text":"And there were dwelling at Jerusalem Jews, devout men, out of every nation under heaven."},{"text":"Now when this was noised abroad, the multitude came together, and were confounded, because that every man heard them speak in his own language."},{"text":"And they were all amazed and marvelled, saying one to another, Behold, are not all these which speak Galilaeans?"},{"text":"And how hear we every man in our own tongue, wherein we were born?"},{"text":"Parthians, and Medes, and Elamites, and the dwellers in Mesopotamia, and in Judaea, and Cappadocia, in Pontus, and Asia,"},{"text":"Phrygia, and Pamphylia, in Egypt, and in the parts of Libya about Cyrene, and strangers of Rome, Jews and proselytes,"},{"text":"Cretes and Arabians, we do hear them speak in our tongues the wonderful works of God."},{"text":"And they were all amazed, and were in doubt, saying one to another, What meaneth this?"},{"text":"Others mocking said, These men are full of new wine."},{"text":"But Peter, standing up with the eleven, lifted up his voice, and said unto them, Ye men of Judaea, and all ye that dwell at Jerusalem, be this known unto you, and hearken to my words:"},{"text":"For these are not drunken, as ye suppose, seeing it is but the third hour of the day."},{"text":"But this is that which was spoken by the prophet Joel;"},{"text":"And it shall come to pass in the last days, saith God, I will pour out of my Spirit upon all flesh: and your sons and your daughters shall prophesy, and your young men shall see visions, and your old men shall dream dreams:"},{"text":"And on my servants and on my handmaidens I will pour out in those days of my Spirit; and they shall prophesy:"},{"text":"And I will shew wonders in heaven above, and signs in the earth beneath; blood, and fire, and vapour of smoke:"},{"text":"The sun shall be turned into darkness, and the moon into blood, before the great and notable day of the Lord come:"},{"text":"And it shall come to pass, that whosoever shall call on the name of the Lord shall be saved."},{"text":"Ye men of Israel, hear these words; Jesus of Nazareth, a man approved of God among you by miracles and wonders and signs, which God did by him in the midst of you, as ye yourselves also know:"},{"text":"Him, being delivered by the determinate counsel and foreknowledge of God, ye have taken, and by wicked hands have crucified and slain:"},{"text":"Whom God hath raised up, having loosed the pains of death: because it was not possible that he should be holden of it."},{"text":"For David speaketh concerning him, I foresaw the Lord always before my face, for he is on my right hand, that I should not be moved:"},{"text":"Therefore did my heart rejoice, and my tongue was glad; moreover also my flesh shall rest in hope:"},{"text":"Because thou wilt not leave my soul in hell, neither wilt thou suffer thine Holy One to see corruption."},{"text":"Thou hast made known to me the ways of life; thou shalt make me full of joy with thy countenance."},{"text":"Men and brethren, let me freely speak unto you of the patriarch David, that he is both dead and buried, and his sepulchre is with us unto this day."},{"text":"Therefore being a prophet, and knowing that God had sworn with an oath to him, that of the fruit of his loins, according to the flesh, he would raise up Christ to sit on his throne;"},{"text":"He seeing this before spake of the resurrection of Christ, that his soul was not left in hell, neither his flesh did see corruption."},{"text":"This Jesus hath God raised up, whereof we all are witnesses."},{"text":"Therefore being by the right hand of God exalted, and having received of the Father the promise of the Holy Ghost, he hath shed forth this, which ye now see and hear."},{"text":"For David is not ascended into the heavens: but he saith himself, The Lord said unto my Lord, Sit thou on my right hand,"},{"text":"Until I make thy foes thy footstool."},{"text":"Therefore let all the house of Israel know assuredly, that God hath made the same Jesus, whom ye have crucified, both Lord and Christ."},{"text":"Now when they heard this, they were pricked in their heart, and said unto Peter and to the rest of the apostles, Men and brethren, what shall we do?"},{"text":"Then Peter said unto them, Repent, and be baptized every one of you in the name of Jesus Christ for the remission of sins, and ye shall receive the gift of the Holy Ghost."},{"text":"For the promise is unto you, and to your children, and to all that are afar off, even as many as the LORD our God shall call."},{"text":"And with many other words did he testify and exhort, saying, Save yourselves from this untoward generation."},{"text":"Then they that gladly received his word were baptized: and the same day there were added unto them about three thousand souls."},{"text":"And they continued stedfastly in the apostles' doctrine and fellowship, and in breaking of bread, and in prayers."},{"text":"And fear came upon every soul: and many wonders and signs were done by the apostles."},{"text":"And all that believed were together, and had all things common;"},{"text":"And sold their possessions and goods, and parted them to all men, as every man had need."},{"text":"And they, continuing daily with one accord in the temple, and breaking bread from house to house, did eat their meat with gladness and singleness of heart,"},{"text":"Praising God, and having favour with all the people. And the Lord added to the church daily such as should be saved."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"And after the uproar was ceased, Paul called unto him the disciples, and embraced them, and departed for to go into Macedonia."},{"text":"And when he had gone over those parts, and had given them much exhortation, he came into Greece,"},{"text":"And there abode three months. And when the Jews laid wait for him, as he was about to sail into Syria, he purposed to return through Macedonia."},{"text":"And there accompanied him into Asia Sopater of Berea; and of the Thessalonians, Aristarchus and Secundus; and Gaius of Derbe, and Timotheus; and of Asia, Tychicus and Trophimus."},{"text":"These going before tarried for us at Troas."},{"text":"And we sailed away from Philippi after the days of unleavened bread, and came unto them to Troas in five days; where we abode seven days."},{"text":"And upon the first day of the week, when the disciples came together to break bread, Paul preached unto them, ready to depart on the morrow; and continued his speech until midnight."},{"text":"And there were many lights in the upper chamber, where they were gathered together."},{"text":"And there sat in a window a certain young man named Eutychus, being fallen into a deep sleep: and as Paul was long preaching, he sunk down with sleep, and fell down from the third loft, and was taken up dead."},{"text":"And Paul went down, and fell on him, and embracing him said, Trouble not yourselves; for his life is in him."},{"text":"When he therefore was come up again, and had broken bread, and eaten, and talked a long while, even till break of day, so he departed."},{"text":"And they brought the young man alive, and were not a little comforted."},{"text":"And we went before to ship, and sailed unto Assos, there intending to take in Paul: for so had he appointed, minding himself to go afoot."},{"text":"And when he met with us at Assos, we took him in, and came to Mitylene."},{"text":"And we sailed thence, and came the next day over against Chios; and the next day we arrived at Samos, and tarried at Trogyllium; and the next day we came to Miletus."},{"text":"For Paul had determined to sail by Ephesus, because he would not spend the time in Asia: for he hasted, if it were possible for him, to be at Jerusalem the day of Pentecost."},{"text":"And from Miletus he sent to Ephesus, and called the elders of the church."},{"text":"And when they were come to him, he said unto them, Ye know, from the first day that I came into Asia, after what manner I have been with you at all seasons,"},{"text":"Serving the LORD with all humility of mind, and with many tears, and temptations, which befell me by the lying in wait of the Jews:"},{"text":"And how I kept back nothing that was profitable unto you, but have shewed you, and have taught you publickly, and from house to house,"},{"text":"Testifying both to the Jews, and also to the Greeks, repentance toward God, and faith toward our Lord Jesus Christ."},{"text":"And now, behold, I go bound in the spirit unto Jerusalem, not knowing the things that shall befall me there:"},{"text":"Save that the Holy Ghost witnesseth in every city, saying that bonds and afflictions abide me."},{"text":"But none of these things move me, neither count I my life dear unto myself, so that I might finish my course with joy, and the ministry, which I have received of the Lord Jesus, to testify the gospel of the grace of God."},{"text":"And now, behold, I know that ye all, among whom I have gone preaching the kingdom of God, shall see my face no more."},{"text":"Wherefore I take you to record this day, that I am pure from the blood of all men."},{"text":"For I have not shunned to declare unto you all the counsel of God."},{"text":"Take heed therefore unto yourselves, and to all the flock, over the which the Holy Ghost hath made you overseers, to feed the church of God, which he hath purchased with his own blood."},{"text":"For I know this, that after my departing shall grievous wolves enter in among you, not sparing the flock."},{"text":"Also of your own selves shall men arise, speaking perverse things, to draw away disciples after them."},{"text":"Therefore watch, and remember, that by the space of three years I ceased not to warn every one night and day with tears."},{"text":"And now, brethren, I commend you to God, and to the word of his grace, which is able to build you up, and to give you an inheritance among all them which are sanctified."},{"text":"I have coveted no man's silver, or gold, or apparel."},{"text":"Yea, ye yourselves know, that these hands have ministered unto my necessities, and to them that were with me."},{"text":"I have shewed you all things, how that so labouring ye ought to support the weak, and to remember the words of the Lord Jesus, how he said, It is more blessed to give than to receive."},{"text":"And when he had thus spoken, he kneeled down, and prayed with them all."},{"text":"And they all wept sore, and fell on Paul's neck, and kissed him,"},{"text":"Sorrowing most of all for the words which he spake, that they should see his face no more. And they accompanied him unto the ship."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"And it came to pass, that after we were gotten from them, and had launched, we came with a straight course unto Coos, and the day following unto Rhodes, and from thence unto Patara:"},{"text":"And finding a ship sailing over unto Phenicia, we went aboard, and set forth."},{"text":"Now when we had discovered Cyprus, we left it on the left hand, and sailed into Syria, and landed at Tyre: for there the ship was to unlade her burden."},{"text":"And finding disciples, we tarried there seven days: who said to Paul through the Spirit, that he should not go up to Jerusalem."},{"text":"And when we had accomplished those days, we departed and went our way; and they all brought us on our way, with wives and children, till we were out of the city: and we kneeled down on the shore, and prayed."},{"text":"And when we had taken our leave one of another, we took ship; and they returned home again."},{"text":"And when we had finished our course from Tyre, we came to Ptolemais, and saluted the brethren, and abode with them one day."},{"text":"And the next day we that were of Paul's company departed, and came unto Caesarea: and we entered into the house of Philip the evangelist, which was one of the seven; and abode with him."},{"text":"And the same man had four daughters, virgins, which did prophesy."},{"text":"And as we tarried there many days, there came down from Judaea a certain prophet, named Agabus."},{"text":"And when he was come unto us, he took Paul's girdle, and bound his own hands and feet, and said, Thus saith the Holy Ghost, So shall the Jews at Jerusalem bind the man that owneth this girdle, and shall deliver him into the hands of the Gentiles."},{"text":"And when we heard these things, both we, and they of that place, besought him not to go up to Jerusalem."},{"text":"Then Paul answered, What mean ye to weep and to break mine heart? for I am ready not to be bound only, but also to die at Jerusalem for the name of the Lord Jesus."},{"text":"And when he would not be persuaded, we ceased, saying, The will of the Lord be done."},{"text":"And after those days we took up our carriages, and went up to Jerusalem."},{"text":"There went with us also certain of the disciples of Caesarea, and brought with them one Mnason of Cyprus, an old disciple, with whom we should lodge."},{"text":"And when we were come to Jerusalem, the brethren received us gladly."},{"text":"And the day following Paul went in with us unto James; and all the elders were present."},{"text":"And when he had saluted them, he declared particularly what things God had wrought among the Gentiles by his ministry."},{"text":"And when they heard it, they glorified the Lord, and said unto him, Thou seest, brother, how many thousands of Jews there are which believe; and they are all zealous of the law:"},{"text":"And they are informed of thee, that thou teachest all the Jews which are among the Gentiles to forsake Moses, saying that they ought not to circumcise their children, neither to walk after the customs."},{"text":"What is it therefore? the multitude must needs come together: for they will hear that thou art come."},{"text":"Do therefore this that we say to thee: We have four men which have a vow on them;"},{"text":"Them take, and purify thyself with them, and be at charges with them, that they may shave their heads: and all may know that those things, whereof they were informed concerning thee, are nothing; but that thou thyself also walkest orderly, and keepest the law."},{"text":"As touching the Gentiles which believe, we have written and concluded that they observe no such thing, save only that they keep themselves from things offered to idols, and from blood, and from strangled, and from fornication."},{"text":"Then Paul took the men, and the next day purifying himself with them entered into the temple, to signify the accomplishment of the days of purification, until that an offering should be offered for every one of them."},{"text":"And when the seven days were almost ended, the Jews which were of Asia, when they saw him in the temple, stirred up all the people, and laid hands on him,"},{"text":"Crying out, Men of Israel, help: This is the man, that teacheth all men every where against the people, and the law, and this place: and further brought Greeks also into the temple, and hath polluted this holy place."},{"text":"(For they had seen before with him in the city Trophimus an Ephesian, whom they supposed that Paul had brought into the temple.)"},{"text":"And all the city was moved, and the people ran together: and they took Paul, and drew him out of the temple: and forthwith the doors were shut."},{"text":"And as they went about to kill him, tidings came unto the chief captain of the band, that all Jerusalem was in an uproar."},{"text":"Who immediately took soldiers and centurions, and ran down unto them: and when they saw the chief captain and the soldiers, they left beating of Paul."},{"text":"Then the chief captain came near, and took him, and commanded him to be bound with two chains; and demanded who he was, and what he had done."},{"text":"And some cried one thing, some another, among the multitude: and when he could not know the certainty for the tumult, he commanded him to be carried into the castle."},{"text":"And when he came upon the stairs, so it was, that he was borne of the soldiers for the violence of the people."},{"text":"For the multitude of the people followed after, crying, Away with him."},{"text":"And as Paul was to be led into the castle, he said unto the chief captain, May I speak unto thee? Who said, Canst thou speak Greek?"},{"text":"Art not thou that Egyptian, which before these days madest an uproar, and leddest out into the wilderness four thousand men that were murderers?"},{"text":"But Paul said, I am a man which am a Jew of Tarsus, a city in Cilicia, a citizen of no mean city: and, I beseech thee, suffer me to speak unto the people."},{"text":"And when he had given him licence, Paul stood on the stairs, and beckoned with the hand unto the people. And when there was made a great silence, he spake unto them in the Hebrew tongue, saying,"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":22,"verses":[{"text":"Men, brethren, and fathers, hear ye my defence which I make now unto you."},{"text":"(And when they heard that he spake in the Hebrew tongue to them, they kept the more silence: and he saith,)"},{"text":"I am verily a man which am a Jew, born in Tarsus, a city in Cilicia, yet brought up in this city at the feet of Gamaliel, and taught according to the perfect manner of the law of the fathers, and was zealous toward God, as ye all are this day."},{"text":"And I persecuted this way unto the death, binding and delivering into prisons both men and women."},{"text":"As also the high priest doth bear me witness, and all the estate of the elders: from whom also I received letters unto the brethren, and went to Damascus, to bring them which were there bound unto Jerusalem, for to be punished."},{"text":"And it came to pass, that, as I made my journey, and was come nigh unto Damascus about noon, suddenly there shone from heaven a great light round about me."},{"text":"And I fell unto the ground, and heard a voice saying unto me, Saul, Saul, why persecutest thou me?"},{"text":"And I answered, Who art thou, Lord? And he said unto me, I am Jesus of Nazareth, whom thou persecutest."},{"text":"And they that were with me saw indeed the light, and were afraid; but they heard not the voice of him that spake to me."},{"text":"And I said, What shall I do, LORD? And the Lord said unto me, Arise, and go into Damascus; and there it shall be told thee of all things which are appointed for thee to do."},{"text":"And when I could not see for the glory of that light, being led by the hand of them that were with me, I came into Damascus."},{"text":"And one Ananias, a devout man according to the law, having a good report of all the Jews which dwelt there,"},{"text":"Came unto me, and stood, and said unto me, Brother Saul, receive thy sight. And the same hour I looked up upon him."},{"text":"And he said, The God of our fathers hath chosen thee, that thou shouldest know his will, and see that Just One, and shouldest hear the voice of his mouth."},{"text":"For thou shalt be his witness unto all men of what thou hast seen and heard."},{"text":"And now why tarriest thou? arise, and be baptized, and wash away thy sins, calling on the name of the Lord."},{"text":"And it came to pass, that, when I was come again to Jerusalem, even while I prayed in the temple, I was in a trance;"},{"text":"And saw him saying unto me, Make haste, and get thee quickly out of Jerusalem: for they will not receive thy testimony concerning me."},{"text":"And I said, Lord, they know that I imprisoned and beat in every synagogue them that believed on thee:"},{"text":"And when the blood of thy martyr Stephen was shed, I also was standing by, and consenting unto his death, and kept the raiment of them that slew him."},{"text":"And he said unto me, Depart: for I will send thee far hence unto the Gentiles."},{"text":"And they gave him audience unto this word, and then lifted up their voices, and said, Away with such a fellow from the earth: for it is not fit that he should live."},{"text":"And as they cried out, and cast off their clothes, and threw dust into the air,"},{"text":"The chief captain commanded him to be brought into the castle, and bade that he should be examined by scourging; that he might know wherefore they cried so against him."},{"text":"And as they bound him with thongs, Paul said unto the centurion that stood by, Is it lawful for you to scourge a man that is a Roman, and uncondemned?"},{"text":"When the centurion heard that, he went and told the chief captain, saying, Take heed what thou doest: for this man is a Roman."},{"text":"Then the chief captain came, and said unto him, Tell me, art thou a Roman? He said, Yea."},{"text":"And the chief captain answered, With a great sum obtained I this freedom. And Paul said, But I was free born."},{"text":"Then straightway they departed from him which should have examined him: and the chief captain also was afraid, after he knew that he was a Roman, and because he had bound him."},{"text":"On the morrow, because he would have known the certainty wherefore he was accused of the Jews, he loosed him from his bands, and commanded the chief priests and all their council to appear, and brought Paul down, and set him before them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":23,"verses":[{"text":"And Paul, earnestly beholding the council, said, Men and brethren, I have lived in all good conscience before God until this day."},{"text":"And the high priest Ananias commanded them that stood by him to smite him on the mouth."},{"text":"Then said Paul unto him, God shall smite thee, thou whited wall: for sittest thou to judge me after the law, and commandest me to be smitten contrary to the law?"},{"text":"And they that stood by said, Revilest thou God's high priest?"},{"text":"Then said Paul, I wist not, brethren, that he was the high priest: for it is written, Thou shalt not speak evil of the ruler of thy people."},{"text":"But when Paul perceived that the one part were Sadducees, and the other Pharisees, he cried out in the council, Men and brethren, I am a Pharisee, the son of a Pharisee: of the hope and resurrection of the dead I am called in question."},{"text":"And when he had so said, there arose a dissension between the Pharisees and the Sadducees: and the multitude was divided."},{"text":"For the Sadducees say that there is no resurrection, neither angel, nor spirit: but the Pharisees confess both."},{"text":"And there arose a great cry: and the scribes that were of the Pharisees' part arose, and strove, saying, We find no evil in this man: but if a spirit or an angel hath spoken to him, let us not fight against God."},{"text":"And when there arose a great dissension, the chief captain, fearing lest Paul should have been pulled in pieces of them, commanded the soldiers to go down, and to take him by force from among them, and to bring him into the castle."},{"text":"And the night following the Lord stood by him, and said, Be of good cheer, Paul: for as thou hast testified of me in Jerusalem, so must thou bear witness also at Rome."},{"text":"And when it was day, certain of the Jews banded together, and bound themselves under a curse, saying that they would neither eat nor drink till they had killed Paul."},{"text":"And they were more than forty which had made this conspiracy."},{"text":"And they came to the chief priests and elders, and said, We have bound ourselves under a great curse, that we will eat nothing until we have slain Paul."},{"text":"Now therefore ye with the council signify to the chief captain that he bring him down unto you to morrow, as though ye would enquire something more perfectly concerning him: and we, or ever he come near, are ready to kill him."},{"text":"And when Paul's sister's son heard of their lying in wait, he went and entered into the castle, and told Paul."},{"text":"Then Paul called one of the centurions unto him, and said, Bring this young man unto the chief captain: for he hath a certain thing to tell him."},{"text":"So he took him, and brought him to the chief captain, and said, Paul the prisoner called me unto him, and prayed me to bring this young man unto thee, who hath something to say unto thee."},{"text":"Then the chief captain took him by the hand, and went with him aside privately, and asked him, What is that thou hast to tell me?"},{"text":"And he said, The Jews have agreed to desire thee that thou wouldest bring down Paul to morrow into the council, as though they would enquire somewhat of him more perfectly."},{"text":"But do not thou yield unto them: for there lie in wait for him of them more than forty men, which have bound themselves with an oath, that they will neither eat nor drink till they have killed him: and now are they ready, looking for a promise from thee."},{"text":"So the chief captain then let the young man depart, and charged him, See thou tell no man that thou hast shewed these things to me."},{"text":"And he called unto him two centurions, saying, Make ready two hundred soldiers to go to Caesarea, and horsemen threescore and ten, and spearmen two hundred, at the third hour of the night;"},{"text":"And provide them beasts, that they may set Paul on, and bring him safe unto Felix the governor."},{"text":"And he wrote a letter after this manner:"},{"text":"Claudius Lysias unto the most excellent governor Felix sendeth greeting."},{"text":"This man was taken of the Jews, and should have been killed of them: then came I with an army, and rescued him, having understood that he was a Roman."},{"text":"And when I would have known the cause wherefore they accused him, I brought him forth into their council:"},{"text":"Whom I perceived to be accused of questions of their law, but to have nothing laid to his charge worthy of death or of bonds."},{"text":"And when it was told me how that the Jews laid wait for the man, I sent straightway to thee, and gave commandment to his accusers also to say before thee what they had against him. Farewell."},{"text":"Then the soldiers, as it was commanded them, took Paul, and brought him by night to Antipatris."},{"text":"On the morrow they left the horsemen to go with him, and returned to the castle:"},{"text":"Who, when they came to Caesarea and delivered the epistle to the governor, presented Paul also before him."},{"text":"And when the governor had read the letter, he asked of what province he was. And when he understood that he was of Cilicia;"},{"text":"I will hear thee, said he, when thine accusers are also come. And he commanded him to be kept in Herod's judgment hall."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":24,"verses":[{"text":"And after five days Ananias the high priest descended with the elders, and with a certain orator named Tertullus, who informed the governor against Paul."},{"text":"And when he was called forth, Tertullus began to accuse him, saying, Seeing that by thee we enjoy great quietness, and that very worthy deeds are done unto this nation by thy providence,"},{"text":"We accept it always, and in all places, most noble Felix, with all thankfulness."},{"text":"Notwithstanding, that I be not further tedious unto thee, I pray thee that thou wouldest hear us of thy clemency a few words."},{"text":"For we have found this man a pestilent fellow, and a mover of sedition among all the Jews throughout the world, and a ringleader of the sect of the Nazarenes:"},{"text":"Who also hath gone about to profane the temple: whom we took, and would have judged according to our law."},{"text":"But the chief captain Lysias came upon us, and with great violence took him away out of our hands,"},{"text":"Commanding his accusers to come unto thee: by examining of whom thyself mayest take knowledge of all these things, whereof we accuse him."},{"text":"And the Jews also assented, saying that these things were so."},{"text":"Then Paul, after that the governor had beckoned unto him to speak, answered, Forasmuch as I know that thou hast been of many years a judge unto this nation, I do the more cheerfully answer for myself:"},{"text":"Because that thou mayest understand, that there are yet but twelve days since I went up to Jerusalem for to worship."},{"text":"And they neither found me in the temple disputing with any man, neither raising up the people, neither in the synagogues, nor in the city:"},{"text":"Neither can they prove the things whereof they now accuse me."},{"text":"But this I confess unto thee, that after the way which they call heresy, so worship I the God of my fathers, believing all things which are written in the law and in the prophets:"},{"text":"And have hope toward God, which they themselves also allow, that there shall be a resurrection of the dead, both of the just and unjust."},{"text":"And herein do I exercise myself, to have always a conscience void to offence toward God, and toward men."},{"text":"Now after many years I came to bring alms to my nation, and offerings."},{"text":"Whereupon certain Jews from Asia found me purified in the temple, neither with multitude, nor with tumult."},{"text":"Who ought to have been here before thee, and object, if they had ought against me."},{"text":"Or else let these same here say, if they have found any evil doing in me, while I stood before the council,"},{"text":"Except it be for this one voice, that I cried standing among them, Touching the resurrection of the dead I am called in question by you this day."},{"text":"And when Felix heard these things, having more perfect knowledge of that way, he deferred them, and said, When Lysias the chief captain shall come down, I will know the uttermost of your matter."},{"text":"And he commanded a centurion to keep Paul, and to let him have liberty, and that he should forbid none of his acquaintance to minister or come unto him."},{"text":"And after certain days, when Felix came with his wife Drusilla, which was a Jewess, he sent for Paul, and heard him concerning the faith in Christ."},{"text":"And as he reasoned of righteousness, temperance, and judgment to come, Felix trembled, and answered, Go thy way for this time; when I have a convenient season, I will call for thee."},{"text":"He hoped also that money should have been given him of Paul, that he might loose him: wherefore he sent for him the oftener, and communed with him."},{"text":"But after two years Porcius Festus came into Felix' room: and Felix, willing to shew the Jews a pleasure, left Paul bound."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":25,"verses":[{"text":"Now when Festus was come into the province, after three days he ascended from Caesarea to Jerusalem."},{"text":"Then the high priest and the chief of the Jews informed him against Paul, and besought him,"},{"text":"And desired favour against him, that he would send for him to Jerusalem, laying wait in the way to kill him."},{"text":"But Festus answered, that Paul should be kept at Caesarea, and that he himself would depart shortly thither."},{"text":"Let them therefore, said he, which among you are able, go down with me, and accuse this man, if there be any wickedness in him."},{"text":"And when he had tarried among them more than ten days, he went down unto Caesarea; and the next day sitting on the judgment seat commanded Paul to be brought."},{"text":"And when he was come, the Jews which came down from Jerusalem stood round about, and laid many and grievous complaints against Paul, which they could not prove."},{"text":"While he answered for himself, Neither against the law of the Jews, neither against the temple, nor yet against Caesar, have I offended any thing at all."},{"text":"But Festus, willing to do the Jews a pleasure, answered Paul, and said, Wilt thou go up to Jerusalem, and there be judged of these things before me?"},{"text":"Then said Paul, I stand at Caesar's judgment seat, where I ought to be judged: to the Jews have I done no wrong, as thou very well knowest."},{"text":"For if I be an offender, or have committed any thing worthy of death, I refuse not to die: but if there be none of these things whereof these accuse me, no man may deliver me unto them. I appeal unto Caesar."},{"text":"Then Festus, when he had conferred with the council, answered, Hast thou appealed unto Caesar? unto Caesar shalt thou go."},{"text":"And after certain days king Agrippa and Bernice came unto Caesarea to salute Festus."},{"text":"And when they had been there many days, Festus declared Paul's cause unto the king, saying, There is a certain man left in bonds by Felix:"},{"text":"About whom, when I was at Jerusalem, the chief priests and the elders of the Jews informed me, desiring to have judgment against him."},{"text":"To whom I answered, It is not the manner of the Romans to deliver any man to die, before that he which is accused have the accusers face to face, and have licence to answer for himself concerning the crime laid against him."},{"text":"Therefore, when they were come hither, without any delay on the morrow I sat on the judgment seat, and commanded the man to be brought forth."},{"text":"Against whom when the accusers stood up, they brought none accusation of such things as I supposed:"},{"text":"But had certain questions against him of their own superstition, and of one Jesus, which was dead, whom Paul affirmed to be alive."},{"text":"And because I doubted of such manner of questions, I asked him whether he would go to Jerusalem, and there be judged of these matters."},{"text":"But when Paul had appealed to be reserved unto the hearing of Augustus, I commanded him to be kept till I might send him to Caesar."},{"text":"Then Agrippa said unto Festus, I would also hear the man myself. To morrow, said he, thou shalt hear him."},{"text":"And on the morrow, when Agrippa was come, and Bernice, with great pomp, and was entered into the place of hearing, with the chief captains, and principal men of the city, at Festus' commandment Paul was brought forth."},{"text":"And Festus said, King Agrippa, and all men which are here present with us, ye see this man, about whom all the multitude of the Jews have dealt with me, both at Jerusalem, and also here, crying that he ought not to live any longer."},{"text":"But when I found that he had committed nothing worthy of death, and that he himself hath appealed to Augustus, I have determined to send him."},{"text":"Of whom I have no certain thing to write unto my lord. Wherefore I have brought him forth before you, and specially before thee, O king Agrippa, that, after examination had, I might have somewhat to write."},{"text":"For it seemeth to me unreasonable to send a prisoner, and not withal to signify the crimes laid against him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":26,"verses":[{"text":"Then Agrippa said unto Paul, Thou art permitted to speak for thyself."},{"text":"My manner of life from my youth, which was at the first among mine own nation at Jerusalem, know all the Jews;"},{"text":"Which knew me from the beginning, if they would testify, that after the most straitest sect of our religion I lived a Pharisee."},{"text":"And now I stand and am judged for the hope of the promise made of God, unto our fathers:"},{"text":"Unto which promise our twelve tribes, instantly serving God day and night, hope to come. For which hope's sake, king Agrippa, I am accused of the Jews."},{"text":"Why should it be thought a thing incredible with you, that God should raise the dead?"},{"text":"I verily thought with myself, that I ought to do many things contrary to the name of Jesus of Nazareth."},{"text":"Which thing I also did in Jerusalem: and many of the saints did I shut up in prison, having received authority from the chief priests; and when they were put to death, I gave my voice against them."},{"text":"And I punished them oft in every synagogue, and compelled them to blaspheme; and being exceedingly mad against them, I persecuted them even unto strange cities."},{"text":"Whereupon as I went to Damascus with authority and commission from the chief priests,"},{"text":"At midday, O king, I saw in the way a light from heaven, above the brightness of the sun, shining round about me and them which journeyed with me."},{"text":"And when we were all fallen to the earth, I heard a voice speaking unto me, and saying in the Hebrew tongue, Saul, Saul, why persecutest thou me? it is hard for thee to kick against the pricks."},{"text":"And I said, Who art thou, Lord? And he said, I am Jesus whom thou persecutest."},{"text":"But rise, and stand upon thy feet: for I have appeared unto thee for this purpose, to make thee a minister and a witness both of these things which thou hast seen, and of those things in the which I will appear unto thee;"},{"text":"Delivering thee from the people, and from the Gentiles, unto whom now I send thee,"},{"text":"To open their eyes, and to turn them from darkness to light, and from the power of Satan unto God, that they may receive forgiveness of sins, and inheritance among them which are sanctified by faith that is in me."},{"text":"Whereupon, O king Agrippa, I was not disobedient unto the heavenly vision:"},{"text":"But shewed first unto them of Damascus, and at Jerusalem, and throughout all the coasts of Judaea, and then to the Gentiles, that they should repent and turn to God, and do works meet for repentance."},{"text":"For these causes the Jews caught me in the temple, and went about to kill me."},{"text":"Having therefore obtained help of God, I continue unto this day, witnessing both to small and great, saying none other things than those which the prophets and Moses did say should come:"},{"text":"That Christ should suffer, and that he should be the first that should rise from the dead, and should shew light unto the people, and to the Gentiles."},{"text":"And as he thus spake for himself, Festus said with a loud voice, Paul, thou art beside thyself; much learning doth make thee mad."},{"text":"But he said, I am not mad, most noble Festus; but speak forth the words of truth and soberness."},{"text":"For the king knoweth of these things, before whom also I speak freely: for I am persuaded that none of these things are hidden from him; for this thing was not done in a corner."},{"text":"King Agrippa, believest thou the prophets? I know that thou believest."},{"text":"Then Agrippa said unto Paul, Almost thou persuadest me to be a Christian."},{"text":"And Paul said, I would to God, that not only thou, but also all that hear me this day, were both almost, and altogether such as I am, except these bonds."},{"text":"And when he had thus spoken, the king rose up, and the governor, and Bernice, and they that sat with them:"},{"text":"And when they were gone aside, they talked between themselves, saying, This man doeth nothing worthy of death or of bonds."},{"text":"Then said Agrippa unto Festus, This man might have been set at liberty, if he had not appealed unto Caesar."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":27,"verses":[{"text":"And when it was determined that we should sail into Italy, they delivered Paul and certain other prisoners unto one named Julius, a centurion of Augustus' band."},{"text":"And entering into a ship of Adramyttium, we launched, meaning to sail by the coasts of Asia; one Aristarchus, a Macedonian of Thessalonica, being with us."},{"text":"And the next day we touched at Sidon. And Julius courteously entreated Paul, and gave him liberty to go unto his friends to refresh himself."},{"text":"And when we had launched from thence, we sailed under Cyprus, because the winds were contrary."},{"text":"And when we had sailed over the sea of Cilicia and Pamphylia, we came to Myra, a city of Lycia."},{"text":"And there the centurion found a ship of Alexandria sailing into Italy; and he put us therein."},{"text":"And when we had sailed slowly many days, and scarce were come over against Cnidus, the wind not suffering us, we sailed under Crete, over against Salmone;"},{"text":"And, hardly passing it, came unto a place which is called The fair havens; nigh whereunto was the city of Lasea."},{"text":"Now when much time was spent, and when sailing was now dangerous, because the fast was now already past, Paul admonished them,"},{"text":"And said unto them, Sirs, I perceive that this voyage will be with hurt and much damage, not only of the lading and ship, but also of our lives."},{"text":"Nevertheless the centurion believed the master and the owner of the ship, more than those things which were spoken by Paul."},{"text":"And because the haven was not commodious to winter in, the more part advised to depart thence also, if by any means they might attain to Phenice, and there to winter; which is an haven of Crete, and lieth toward the south west and north west."},{"text":"And when the south wind blew softly, supposing that they had obtained their purpose, loosing thence, they sailed close by Crete."},{"text":"But not long after there arose against it a tempestuous wind, called Euroclydon."},{"text":"And when the ship was caught, and could not bear up into the wind, we let her drive."},{"text":"And running under a certain island which is called Clauda, we had much work to come by the boat:"},{"text":"Which when they had taken up, they used helps, undergirding the ship; and, fearing lest they should fall into the quicksands, strake sail, and so were driven."},{"text":"And we being exceedingly tossed with a tempest, the next day they lightened the ship;"},{"text":"And the third day we cast out with our own hands the tackling of the ship."},{"text":"And when neither sun nor stars in many days appeared, and no small tempest lay on us, all hope that we should be saved was then taken away."},{"text":"But after long abstinence Paul stood forth in the midst of them, and said, Sirs, ye should have hearkened unto me, and not have loosed from Crete, and to have gained this harm and loss."},{"text":"And now I exhort you to be of good cheer: for there shall be no loss of any man's life among you, but of the ship."},{"text":"For there stood by me this night the angel of God, whose I am, and whom I serve,"},{"text":"Saying, Fear not, Paul; thou must be brought before Caesar: and, lo, God hath given thee all them that sail with thee."},{"text":"Wherefore, sirs, be of good cheer: for I believe God, that it shall be even as it was told me."},{"text":"Howbeit we must be cast upon a certain island."},{"text":"But when the fourteenth night was come, as we were driven up and down in Adria, about midnight the shipmen deemed that they drew near to some country;"},{"text":"And sounded, and found it twenty fathoms: and when they had gone a little further, they sounded again, and found it fifteen fathoms."},{"text":"Then fearing lest we should have fallen upon rocks, they cast four anchors out of the stern, and wished for the day."},{"text":"And as the shipmen were about to flee out of the ship, when they had let down the boat into the sea, under colour as though they would have cast anchors out of the foreship,"},{"text":"Paul said to the centurion and to the soldiers, Except these abide in the ship, ye cannot be saved."},{"text":"Then the soldiers cut off the ropes of the boat, and let her fall off."},{"text":"And while the day was coming on, Paul besought them all to take meat, saying, This day is the fourteenth day that ye have tarried and continued fasting, having taken nothing."},{"text":"Wherefore I pray you to take some meat: for this is for your health: for there shall not an hair fall from the head of any of you."},{"text":"And when he had thus spoken, he took bread, and gave thanks to God in presence of them all: and when he had broken it, he began to eat."},{"text":"Then were they all of good cheer, and they also took some meat."},{"text":"And we were in all in the ship two hundred threescore and sixteen souls."},{"text":"And when they had eaten enough, they lightened the ship, and cast out the wheat into the sea."},{"text":"And when it was day, they knew not the land: but they discovered a certain creek with a shore, into the which they were minded, if it were possible, to thrust in the ship."},{"text":"And when they had taken up the anchors, they committed themselves unto the sea, and loosed the rudder bands, and hoised up the mainsail to the wind, and made toward shore."},{"text":"And falling into a place where two seas met, they ran the ship aground; and the forepart stuck fast, and remained unmoveable, but the hinder part was broken with the violence of the waves."},{"text":"And the soldiers' counsel was to kill the prisoners, lest any of them should swim out, and escape."},{"text":"But the centurion, willing to save Paul, kept them from their purpose; and commanded that they which could swim should cast themselves first into the sea, and get to land:"},{"text":"And the rest, some on boards, and some on broken pieces of the ship."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":28,"verses":[{"text":"And when they were escaped, then they knew that the island was called Melita."},{"text":"And the barbarous people shewed us no little kindness: for they kindled a fire, and received us every one, because of the present rain, and because of the cold."},{"text":"And when Paul had gathered a bundle of sticks, and laid them on the fire, there came a viper out of the heat, and fastened on his hand."},{"text":"And when the barbarians saw the venomous beast hang on his hand, they said among themselves, No doubt this man is a murderer, whom, though he hath escaped the sea, yet vengeance suffereth not to live."},{"text":"And he shook off the beast into the fire, and felt no harm."},{"text":"Howbeit they looked when he should have swollen, or fallen down dead suddenly: but after they had looked a great while, and saw no harm come to him, they changed their minds, and said that he was a god."},{"text":"In the same quarters were possessions of the chief man of the island, whose name was Publius; who received us, and lodged us three days courteously."},{"text":"And it came to pass, that the father of Publius lay sick of a fever and of a bloody flux: to whom Paul entered in, and prayed, and laid his hands on him, and healed him."},{"text":"So when this was done, others also, which had diseases in the island, came, and were healed:"},{"text":"Who also honoured us with many honours; and when we departed, they laded us with such things as were necessary."},{"text":"And after three months we departed in a ship of Alexandria, which had wintered in the isle, whose sign was Castor and Pollux."},{"text":"And landing at Syracuse, we tarried there three days."},{"text":"And from thence we fetched a compass, and came to Rhegium: and after one day the south wind blew, and we came the next day to Puteoli:"},{"text":"Where we found brethren, and were desired to tarry with them seven days: and so we went toward Rome."},{"text":"And from thence, when the brethren heard of us, they came to meet us as far as Appii forum, and The three taverns: whom when Paul saw, he thanked God, and took courage."},{"text":"And when we came to Rome, the centurion delivered the prisoners to the captain of the guard: but Paul was suffered to dwell by himself with a soldier that kept him."},{"text":"And it came to pass, that after three days Paul called the chief of the Jews together: and when they were come together, he said unto them, Men and brethren, though I have committed nothing against the people, or customs of our fathers, yet was I delivered prisoner from Jerusalem into the hands of the Romans."},{"text":"Who, when they had examined me, would have let me go, because there was no cause of death in me."},{"text":"But when the Jews spake against it, I was constrained to appeal unto Caesar; not that I had ought to accuse my nation of."},{"text":"For this cause therefore have I called for you, to see you, and to speak with you: because that for the hope of Israel I am bound with this chain."},{"text":"And they said unto him, We neither received letters out of Judaea concerning thee, neither any of the brethren that came shewed or spake any harm of thee."},{"text":"But we desire to hear of thee what thou thinkest: for as concerning this sect, we know that every where it is spoken against."},{"text":"And when they had appointed him a day, there came many to him into his lodging; to whom he expounded and testified the kingdom of God, persuading them concerning Jesus, both out of the law of Moses, and out of the prophets, from morning till evening."},{"text":"And some believed the things which were spoken, and some believed not."},{"text":"And when they agreed not among themselves, they departed, after that Paul had spoken one word, Well spake the Holy Ghost by Esaias the prophet unto our fathers,"},{"text":"Saying, Go unto this people, and say, Hearing ye shall hear, and shall not understand; and seeing ye shall see, and not perceive:"},{"text":"For the heart of this people is waxed gross, and their ears are dull of hearing, and their eyes have they closed; lest they should see with their eyes, and hear with their ears, and understand with their heart, and should be converted, and I should heal them."},{"text":"Be it known therefore unto you, that the salvation of God is sent unto the Gentiles, and that they will hear it."},{"text":"And when he had said these words, the Jews departed, and had great reasoning among themselves."},{"text":"And Paul dwelt two whole years in his own hired house, and received all that came in unto him,"},{"text":"Preaching the kingdom of God, and teaching those things which concern the Lord Jesus Christ, with all confidence, no man forbidding him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"Now Peter and John went up together into the temple at the hour of prayer, being the ninth hour."},{"text":"And a certain man lame from his mother's womb was carried, whom they laid daily at the gate of the temple which is called Beautiful, to ask alms of them that entered into the temple;"},{"text":"Who seeing Peter and John about to go into the temple asked an alms."},{"text":"And Peter, fastening his eyes upon him with John, said, Look on us."},{"text":"And he gave heed unto them, expecting to receive something of them."},{"text":"Then Peter said, Silver and gold have I none; but such as I have give I thee: In the name of Jesus Christ of Nazareth rise up and walk."},{"text":"And he took him by the right hand, and lifted him up: and immediately his feet and ankle bones received strength."},{"text":"And he leaping up stood, and walked, and entered with them into the temple, walking, and leaping, and praising God."},{"text":"And all the people saw him walking and praising God:"},{"text":"And they knew that it was he which sat for alms at the Beautiful gate of the temple: and they were filled with wonder and amazement at that which had happened unto him."},{"text":"And as the lame man which was healed held Peter and John, all the people ran together unto them in the porch that is called Solomon's, greatly wondering."},{"text":"And when Peter saw it, he answered unto the people, Ye men of Israel, why marvel ye at this? or why look ye so earnestly on us, as though by our own power or holiness we had made this man to walk?"},{"text":"The God of Abraham, and of Isaac, and of Jacob, the God of our fathers, hath glorified his Son Jesus; whom ye delivered up, and denied him in the presence of Pilate, when he was determined to let him go."},{"text":"But ye denied the Holy One and the Just, and desired a murderer to be granted unto you;"},{"text":"And killed the Prince of life, whom God hath raised from the dead; whereof we are witnesses."},{"text":"And his name through faith in his name hath made this man strong, whom ye see and know: yea, the faith which is by him hath given him this perfect soundness in the presence of you all."},{"text":"And now, brethren, I wot that through ignorance ye did it, as did also your rulers."},{"text":"But those things, which God before had shewed by the mouth of all his prophets, that Christ should suffer, he hath so fulfilled."},{"text":"Repent ye therefore, and be converted, that your sins may be blotted out, when the times of refreshing shall come from the presence of the Lord."},{"text":"And he shall send Jesus Christ, which before was preached unto you:"},{"text":"Whom the heaven must receive until the times of restitution of all things, which God hath spoken by the mouth of all his holy prophets since the world began."},{"text":"For Moses truly said unto the fathers, A prophet shall the Lord your God raise up unto you of your brethren, like unto me; him shall ye hear in all things whatsoever he shall say unto you."},{"text":"And it shall come to pass, that every soul, which will not hear that prophet, shall be destroyed from among the people."},{"text":"Yea, and all the prophets from Samuel and those that follow after, as many as have spoken, have likewise foretold of these days."},{"text":"Ye are the children of the prophets, and of the covenant which God made with our fathers, saying unto Abraham, And in thy seed shall all the kindreds of the earth be blessed."},{"text":"Unto you first God, having raised up his Son Jesus, sent him to bless you, in turning away every one of you from his iniquities."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"And as they spake unto the people, the priests, and the captain of the temple, and the Sadducees, came upon them,"},{"text":"Being grieved that they taught the people, and preached through Jesus the resurrection from the dead."},{"text":"And they laid hands on them, and put them in hold unto the next day: for it was now eventide."},{"text":"Howbeit many of them which heard the word believed; and the number of the men was about five thousand."},{"text":"And it came to pass on the morrow, that their rulers, and elders, and scribes,"},{"text":"And Annas the high priest, and Caiaphas, and John, and Alexander, and as many as were of the kindred of the high priest, were gathered together at Jerusalem."},{"text":"And when they had set them in the midst, they asked, By what power, or by what name, have ye done this?"},{"text":"Then Peter, filled with the Holy Ghost, said unto them, Ye rulers of the people, and elders of Israel,"},{"text":"If we this day be examined of the good deed done to the impotent man, by what means he is made whole;"},{"text":"Be it known unto you all, and to all the people of Israel, that by the name of Jesus Christ of Nazareth, whom ye crucified, whom God raised from the dead, even by him doth this man stand here before you whole."},{"text":"This is the stone which was set at nought of you builders, which is become the head of the corner."},{"text":"Neither is there salvation in any other: for there is none other name under heaven given among men, whereby we must be saved."},{"text":"Now when they saw the boldness of Peter and John, and perceived that they were unlearned and ignorant men, they marvelled; and they took knowledge of them, that they had been with Jesus."},{"text":"And beholding the man which was healed standing with them, they could say nothing against it."},{"text":"But when they had commanded them to go aside out of the council, they conferred among themselves,"},{"text":"Saying, What shall we do to these men? for that indeed a notable miracle hath been done by them is manifest to all them that dwell in Jerusalem; and we cannot deny it."},{"text":"But that it spread no further among the people, let us straitly threaten them, that they speak henceforth to no man in this name."},{"text":"And they called them, and commanded them not to speak at all nor teach in the name of Jesus."},{"text":"But Peter and John answered and said unto them, Whether it be right in the sight of God to hearken unto you more than unto God, judge ye."},{"text":"For we cannot but speak the things which we have seen and heard."},{"text":"So when they had further threatened them, they let them go, finding nothing how they might punish them, because of the people: for all men glorified God for that which was done."},{"text":"For the man was above forty years old, on whom this miracle of healing was shewed."},{"text":"And being let go, they went to their own company, and reported all that the chief priests and elders had said unto them."},{"text":"And when they heard that, they lifted up their voice to God with one accord, and said, Lord, thou art God, which hast made heaven, and earth, and the sea, and all that in them is:"},{"text":"Who by the mouth of thy servant David hast said, Why did the heathen rage, and the people imagine vain things?"},{"text":"The kings of the earth stood up, and the rulers were gathered together against the Lord, and against his Christ."},{"text":"For of a truth against thy holy child Jesus, whom thou hast anointed, both Herod, and Pontius Pilate, with the Gentiles, and the people of Israel, were gathered together,"},{"text":"For to do whatsoever thy hand and thy counsel determined before to be done."},{"text":"And now, Lord, behold their threatenings: and grant unto thy servants, that with all boldness they may speak thy word,"},{"text":"By stretching forth thine hand to heal; and that signs and wonders may be done by the name of thy holy child Jesus."},{"text":"And when they had prayed, the place was shaken where they were assembled together; and they were all filled with the Holy Ghost, and they spake the word of God with boldness."},{"text":"And the multitude of them that believed were of one heart and of one soul: neither said any of them that ought of the things which he possessed was his own; but they had all things common."},{"text":"And with great power gave the apostles witness of the resurrection of the Lord Jesus: and great grace was upon them all."},{"text":"Neither was there any among them that lacked: for as many as were possessors of lands or houses sold them, and brought the prices of the things that were sold,"},{"text":"And laid them down at the apostles' feet: and distribution was made unto every man according as he had need."},{"text":"And Joses, who by the apostles was surnamed Barnabas, (which is, being interpreted, The son of consolation,) a Levite, and of the country of Cyprus,"},{"text":"Having land, sold it, and brought the money, and laid it at the apostles' feet."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"But a certain man named Ananias, with Sapphira his wife, sold a possession,"},{"text":"And kept back part of the price, his wife also being privy to it, and brought a certain part, and laid it at the apostles' feet."},{"text":"But Peter said, Ananias, why hath Satan filled thine heart to lie to the Holy Ghost, and to keep back part of the price of the land?"},{"text":"Whiles it remained, was it not thine own? and after it was sold, was it not in thine own power? why hast thou conceived this thing in thine heart? thou hast not lied unto men, but unto God."},{"text":"And Ananias hearing these words fell down, and gave up the ghost: and great fear came on all them that heard these things."},{"text":"And the young men arose, wound him up, and carried him out, and buried him."},{"text":"And it was about the space of three hours after, when his wife, not knowing what was done, came in."},{"text":"And Peter answered unto her, Tell me whether ye sold the land for so much? And she said, Yea, for so much."},{"text":"Then Peter said unto her, How is it that ye have agreed together to tempt the Spirit of the Lord? behold, the feet of them which have buried thy husband are at the door, and shall carry thee out."},{"text":"Then fell she down straightway at his feet, and yielded up the ghost: and the young men came in, and found her dead, and, carrying her forth, buried her by her husband."},{"text":"And great fear came upon all the church, and upon as many as heard these things."},{"text":"And by the hands of the apostles were many signs and wonders wrought among the people; (and they were all with one accord in Solomon's porch."},{"text":"And of the rest durst no man join himself to them: but the people magnified them."},{"text":"And believers were the more added to the Lord, multitudes both of men and women.)"},{"text":"Insomuch that they brought forth the sick into the streets, and laid them on beds and couches, that at the least the shadow of Peter passing by might overshadow some of them."},{"text":"There came also a multitude out of the cities round about unto Jerusalem, bringing sick folks, and them which were vexed with unclean spirits: and they were healed every one."},{"text":"Then the high priest rose up, and all they that were with him, (which is the sect of the Sadducees,) and were filled with indignation,"},{"text":"And laid their hands on the apostles, and put them in the common prison."},{"text":"But the angel of the Lord by night opened the prison doors, and brought them forth, and said,"},{"text":"Go, stand and speak in the temple to the people all the words of this life."},{"text":"And when they heard that, they entered into the temple early in the morning, and taught. But the high priest came, and they that were with him, and called the council together, and all the senate of the children of Israel, and sent to the prison to have them brought."},{"text":"But when the officers came, and found them not in the prison, they returned and told,"},{"text":"Saying, The prison truly found we shut with all safety, and the keepers standing without before the doors: but when we had opened, we found no man within."},{"text":"Now when the high priest and the captain of the temple and the chief priests heard these things, they doubted of them whereunto this would grow."},{"text":"Then came one and told them, saying, Behold, the men whom ye put in prison are standing in the temple, and teaching the people."},{"text":"Then went the captain with the officers, and brought them without violence: for they feared the people, lest they should have been stoned."},{"text":"And when they had brought them, they set them before the council: and the high priest asked them,"},{"text":"Saying, Did not we straitly command you that ye should not teach in this name? and, behold, ye have filled Jerusalem with your doctrine, and intend to bring this man's blood upon us."},{"text":"Then Peter and the other apostles answered and said, We ought to obey God rather than men."},{"text":"The God of our fathers raised up Jesus, whom ye slew and hanged on a tree."},{"text":"Him hath God exalted with his right hand to be a Prince and a Saviour, for to give repentance to Israel, and forgiveness of sins."},{"text":"And we are his witnesses of these things; and so is also the Holy Ghost, whom God hath given to them that obey him."},{"text":"When they heard that, they were cut to the heart, and took counsel to slay them."},{"text":"Then stood there up one in the council, a Pharisee, named Gamaliel, a doctor of the law, had in reputation among all the people, and commanded to put the apostles forth a little space;"},{"text":"And said unto them, Ye men of Israel, take heed to yourselves what ye intend to do as touching these men."},{"text":"For before these days rose up Theudas, boasting himself to be somebody; to whom a number of men, about four hundred, joined themselves: who was slain; and all, as many as obeyed him, were scattered, and brought to nought."},{"text":"After this man rose up Judas of Galilee in the days of the taxing, and drew away much people after him: he also perished; and all, even as many as obeyed him, were dispersed."},{"text":"And now I say unto you, Refrain from these men, and let them alone: for if this counsel or this work be of men, it will come to nought:"},{"text":"But if it be of God, ye cannot overthrow it; lest haply ye be found even to fight against God."},{"text":"And to him they agreed: and when they had called the apostles, and beaten them, they commanded that they should not speak in the name of Jesus, and let them go."},{"text":"And they departed from the presence of the council, rejoicing that they were counted worthy to suffer shame for his name."},{"text":"And daily in the temple, and in every house, they ceased not to teach and preach Jesus Christ."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"And in those days, when the number of the disciples was multiplied, there arose a murmuring of the Grecians against the Hebrews, because their widows were neglected in the daily ministration."},{"text":"Then the twelve called the multitude of the disciples unto them, and said, It is not reason that we should leave the word of God, and serve tables."},{"text":"Wherefore, brethren, look ye out among you seven men of honest report, full of the Holy Ghost and wisdom, whom we may appoint over this business."},{"text":"But we will give ourselves continually to prayer, and to the ministry of the word."},{"text":"And the saying pleased the whole multitude: and they chose Stephen, a man full of faith and of the Holy Ghost, and Philip, and Prochorus, and Nicanor, and Timon, and Parmenas, and Nicolas a proselyte of Antioch:"},{"text":"Whom they set before the apostles: and when they had prayed, they laid their hands on them."},{"text":"And the word of God increased; and the number of the disciples multiplied in Jerusalem greatly; and a great company of the priests were obedient to the faith."},{"text":"And Stephen, full of faith and power, did great wonders and miracles among the people."},{"text":"Then there arose certain of the synagogue, which is called the synagogue of the Libertines, and Cyrenians, and Alexandrians, and of them of Cilicia and of Asia, disputing with Stephen."},{"text":"And they were not able to resist the wisdom and the spirit by which he spake."},{"text":"Then they suborned men, which said, We have heard him speak blasphemous words against Moses, and against God."},{"text":"And they stirred up the people, and the elders, and the scribes, and came upon him, and caught him, and brought him to the council,"},{"text":"And set up false witnesses, which said, This man ceaseth not to speak blasphemous words against this holy place, and the law:"},{"text":"For we have heard him say, that this Jesus of Nazareth shall destroy this place, and shall change the customs which Moses delivered us."},{"text":"And all that sat in the council, looking stedfastly on him, saw his face as it had been the face of an angel."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"Then said the high priest, Are these things so?"},{"text":"And he said, Men, brethren, and fathers, hearken; The God of glory appeared unto our father Abraham, when he was in Mesopotamia, before he dwelt in Charran,"},{"text":"And said unto him, Get thee out of thy country, and from thy kindred, and come into the land which I shall shew thee."},{"text":"Then came he out of the land of the Chaldaeans, and dwelt in Charran: and from thence, when his father was dead, he removed him into this land, wherein ye now dwell."},{"text":"And he gave him none inheritance in it, no, not so much as to set his foot on: yet he promised that he would give it to him for a possession, and to his seed after him, when as yet he had no child."},{"text":"And God spake on this wise, That his seed should sojourn in a strange land; and that they should bring them into bondage, and entreat them evil four hundred years."},{"text":"And the nation to whom they shall be in bondage will I judge, said God: and after that shall they come forth, and serve me in this place."},{"text":"And he gave him the covenant of circumcision: and so Abraham begat Isaac, and circumcised him the eighth day; and Isaac begat Jacob; and Jacob begat the twelve patriarchs."},{"text":"And the patriarchs, moved with envy, sold Joseph into Egypt: but God was with him,"},{"text":"And delivered him out of all his afflictions, and gave him favour and wisdom in the sight of Pharaoh king of Egypt; and he made him governor over Egypt and all his house."},{"text":"Now there came a dearth over all the land of Egypt and Chanaan, and great affliction: and our fathers found no sustenance."},{"text":"But when Jacob heard that there was corn in Egypt, he sent out our fathers first."},{"text":"And at the second time Joseph was made known to his brethren; and Joseph's kindred was made known unto Pharaoh."},{"text":"Then sent Joseph, and called his father Jacob to him, and all his kindred, threescore and fifteen souls."},{"text":"So Jacob went down into Egypt, and died, he, and our fathers,"},{"text":"And were carried over into Sychem, and laid in the sepulchre that Abraham bought for a sum of money of the sons of Emmor the father of Sychem."},{"text":"But when the time of the promise drew nigh, which God had sworn to Abraham, the people grew and multiplied in Egypt,"},{"text":"Till another king arose, which knew not Joseph."},{"text":"The same dealt subtilly with our kindred, and evil entreated our fathers, so that they cast out their young children, to the end they might not live."},{"text":"In which time Moses was born, and was exceeding fair, and nourished up in his father's house three months:"},{"text":"And when he was cast out, Pharaoh's daughter took him up, and nourished him for her own son."},{"text":"And Moses was learned in all the wisdom of the Egyptians, and was mighty in words and in deeds."},{"text":"And when he was full forty years old, it came into his heart to visit his brethren the children of Israel."},{"text":"And seeing one of them suffer wrong, he defended him, and avenged him that was oppressed, and smote the Egyptian:"},{"text":"For he supposed his brethren would have understood how that God by his hand would deliver them: but they understood not."},{"text":"And the next day he shewed himself unto them as they strove, and would have set them at one again, saying, Sirs, ye are brethren; why do ye wrong one to another?"},{"text":"But he that did his neighbour wrong thrust him away, saying, Who made thee a ruler and a judge over us?"},{"text":"Wilt thou kill me, as thou diddest the Egyptian yesterday?"},{"text":"Then fled Moses at this saying, and was a stranger in the land of Madian, where he begat two sons."},{"text":"And when forty years were expired, there appeared to him in the wilderness of mount Sina an angel of the Lord in a flame of fire in a bush."},{"text":"When Moses saw it, he wondered at the sight: and as he drew near to behold it, the voice of the LORD came unto him,"},{"text":"Saying, I am the God of thy fathers, the God of Abraham, and the God of Isaac, and the God of Jacob. Then Moses trembled, and durst not behold."},{"text":"Then said the Lord to him, Put off thy shoes from thy feet: for the place where thou standest is holy ground."},{"text":"I have seen, I have seen the affliction of my people which is in Egypt, and I have heard their groaning, and am come down to deliver them. And now come, I will send thee into Egypt."},{"text":"This Moses whom they refused, saying, Who made thee a ruler and a judge? the same did God send to be a ruler and a deliverer by the hand of the angel which appeared to him in the bush."},{"text":"He brought them out, after that he had shewed wonders and signs in the land of Egypt, and in the Red sea, and in the wilderness forty years."},{"text":"This is that Moses, which said unto the children of Israel, A prophet shall the Lord your God raise up unto you of your brethren, like unto me; him shall ye hear."},{"text":"This is he, that was in the church in the wilderness with the angel which spake to him in the mount Sina, and with our fathers: who received the lively oracles to give unto us:"},{"text":"To whom our fathers would not obey, but thrust him from them, and in their hearts turned back again into Egypt,"},{"text":"Saying unto Aaron, Make us gods to go before us: for as for this Moses, which brought us out of the land of Egypt, we wot not what is become of him."},{"text":"And they made a calf in those days, and offered sacrifice unto the idol, and rejoiced in the works of their own hands."},{"text":"Then God turned, and gave them up to worship the host of heaven; as it is written in the book of the prophets, O ye house of Israel, have ye offered to me slain beasts and sacrifices by the space of forty years in the wilderness?"},{"text":"Yea, ye took up the tabernacle of Moloch, and the star of your god Remphan, figures which ye made to worship them: and I will carry you away beyond Babylon."},{"text":"Our fathers had the tabernacle of witness in the wilderness, as he had appointed, speaking unto Moses, that he should make it according to the fashion that he had seen."},{"text":"Which also our fathers that came after brought in with Jesus into the possession of the Gentiles, whom God drave out before the face of our fathers, unto the days of David;"},{"text":"Who found favour before God, and desired to find a tabernacle for the God of Jacob."},{"text":"But Solomon built him an house."},{"text":"Howbeit the most High dwelleth not in temples made with hands; as saith the prophet,"},{"text":"Heaven is my throne, and earth is my footstool: what house will ye build me? saith the Lord: or what is the place of my rest?"},{"text":"Hath not my hand made all these things?"},{"text":"Ye stiffnecked and uncircumcised in heart and ears, ye do always resist the Holy Ghost: as your fathers did, so do ye."},{"text":"Which of the prophets have not your fathers persecuted? and they have slain them which shewed before of the coming of the Just One; of whom ye have been now the betrayers and murderers:"},{"text":"Who have received the law by the disposition of angels, and have not kept it."},{"text":"When they heard these things, they were cut to the heart, and they gnashed on him with their teeth."},{"text":"But he, being full of the Holy Ghost, looked up stedfastly into heaven, and saw the glory of God, and Jesus standing on the right hand of God,"},{"text":"And said, Behold, I see the heavens opened, and the Son of man standing on the right hand of God."},{"text":"Then they cried out with a loud voice, and stopped their ears, and ran upon him with one accord,"},{"text":"And cast him out of the city, and stoned him: and the witnesses laid down their clothes at a young man's feet, whose name was Saul."},{"text":"And they stoned Stephen, calling upon God, and saying, Lord Jesus, receive my spirit."},{"text":"And he kneeled down, and cried with a loud voice, Lord, lay not this sin to their charge. And when he had said this, he fell asleep."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"And Saul was consenting unto his death. And at that time there was a great persecution against the church which was at Jerusalem; and they were all scattered abroad throughout the regions of Judaea and Samaria, except the apostles."},{"text":"And devout men carried Stephen to his burial, and made great lamentation over him."},{"text":"As for Saul, he made havock of the church, entering into every house, and haling men and women committed them to prison."},{"text":"Therefore they that were scattered abroad went every where preaching the word."},{"text":"Then Philip went down to the city of Samaria, and preached Christ unto them."},{"text":"And the people with one accord gave heed unto those things which Philip spake, hearing and seeing the miracles which he did."},{"text":"For unclean spirits, crying with loud voice, came out of many that were possessed with them: and many taken with palsies, and that were lame, were healed."},{"text":"And there was great joy in that city."},{"text":"But there was a certain man, called Simon, which beforetime in the same city used sorcery, and bewitched the people of Samaria, giving out that himself was some great one:"},{"text":"To whom they all gave heed, from the least to the greatest, saying, This man is the great power of God."},{"text":"And to him they had regard, because that of long time he had bewitched them with sorceries."},{"text":"But when they believed Philip preaching the things concerning the kingdom of God, and the name of Jesus Christ, they were baptized, both men and women."},{"text":"Then Simon himself believed also: and when he was baptized, he continued with Philip, and wondered, beholding the miracles and signs which were done."},{"text":"Now when the apostles which were at Jerusalem heard that Samaria had received the word of God, they sent unto them Peter and John:"},{"text":"Who, when they were come down, prayed for them, that they might receive the Holy Ghost:"},{"text":"(For as yet he was fallen upon none of them: only they were baptized in the name of the Lord Jesus.)"},{"text":"Then laid they their hands on them, and they received the Holy Ghost."},{"text":"And when Simon saw that through laying on of the apostles' hands the Holy Ghost was given, he offered them money,"},{"text":"Saying, Give me also this power, that on whomsoever I lay hands, he may receive the Holy Ghost."},{"text":"But Peter said unto him, Thy money perish with thee, because thou hast thought that the gift of God may be purchased with money."},{"text":"Thou hast neither part nor lot in this matter: for thy heart is not right in the sight of God."},{"text":"Repent therefore of this thy wickedness, and pray God, if perhaps the thought of thine heart may be forgiven thee."},{"text":"For I perceive that thou art in the gall of bitterness, and in the bond of iniquity."},{"text":"Then answered Simon, and said, Pray ye to the LORD for me, that none of these things which ye have spoken come upon me."},{"text":"And they, when they had testified and preached the word of the Lord, returned to Jerusalem, and preached the gospel in many villages of the Samaritans."},{"text":"And the angel of the Lord spake unto Philip, saying, Arise, and go toward the south unto the way that goeth down from Jerusalem unto Gaza, which is desert."},{"text":"And he arose and went: and, behold, a man of Ethiopia, an eunuch of great authority under Candace queen of the Ethiopians, who had the charge of all her treasure, and had come to Jerusalem for to worship,"},{"text":"Was returning, and sitting in his chariot read Esaias the prophet."},{"text":"Then the Spirit said unto Philip, Go near, and join thyself to this chariot."},{"text":"And Philip ran thither to him, and heard him read the prophet Esaias, and said, Understandest thou what thou readest?"},{"text":"And he said, How can I, except some man should guide me? And he desired Philip that he would come up and sit with him."},{"text":"The place of the scripture which he read was this, He was led as a sheep to the slaughter; and like a lamb dumb before his shearer, so opened he not his mouth:"},{"text":"In his humiliation his judgment was taken away: and who shall declare his generation? for his life is taken from the earth."},{"text":"And the eunuch answered Philip, and said, I pray thee, of whom speaketh the prophet this? of himself, or of some other man?"},{"text":"Then Philip opened his mouth, and began at the same scripture, and preached unto him Jesus."},{"text":"And as they went on their way, they came unto a certain water: and the eunuch said, See, here is water; what doth hinder me to be baptized?"},{"text":"And Philip said, If thou believest with all thine heart, thou mayest."},{"text":"And he commanded the chariot to stand still: and they went down both into the water, both Philip and the eunuch; and he baptized him."},{"text":"And when they were come up out of the water, the Spirit of the Lord caught away Philip, that the eunuch saw him no more: and he went on his way rejoicing."},{"text":"But Philip was found at Azotus: and passing through he preached in all the cities, till he came to Caesarea."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"And Saul, yet breathing out threatenings and slaughter against the disciples of the Lord, went unto the high priest,"},{"text":"And desired of him letters to Damascus to the synagogues, that if he found any of this way, whether they were men or women, he might bring them bound unto Jerusalem."},{"text":"And as he journeyed, he came near Damascus: and suddenly there shined round about him a light from heaven:"},{"text":"And he fell to the earth, and heard a voice saying unto him, Saul, Saul, why persecutest thou me?"},{"text":"And he said, Who art thou, Lord? And the Lord said, I am Jesus whom thou persecutest: it is hard for thee to kick against the pricks."},{"text":"And he trembling and astonished said, Lord, what wilt thou have me to do? And the Lord said unto him, Arise, and go into the city, and it shall be told thee what thou must do."},{"text":"And the men which journeyed with him stood speechless, hearing a voice, but seeing no man."},{"text":"And Saul arose from the earth; and when his eyes were opened, he saw no man: but they led him by the hand, and brought him into Damascus."},{"text":"And he was three days without sight, and neither did eat nor drink."},{"text":"And there was a certain disciple at Damascus, named Ananias; and to him said the Lord in a vision, Ananias. And he said, Behold, I am here, Lord."},{"text":"And the Lord said unto him, Arise, and go into the street which is called Straight, and enquire in the house of Judas for one called Saul, of Tarsus: for, behold, he prayeth,"},{"text":"And hath seen in a vision a man named Ananias coming in, and putting his hand on him, that he might receive his sight."},{"text":"Then Ananias answered, Lord, I have heard by many of this man, how much evil he hath done to thy saints at Jerusalem:"},{"text":"And here he hath authority from the chief priests to bind all that call on thy name."},{"text":"But the Lord said unto him, Go thy way: for he is a chosen vessel unto me, to bear my name before the Gentiles, and kings, and the children of Israel:"},{"text":"For I will shew him how great things he must suffer for my name's sake."},{"text":"And Ananias went his way, and entered into the house; and putting his hands on him said, Brother Saul, the Lord, even Jesus, that appeared unto thee in the way as thou camest, hath sent me, that thou mightest receive thy sight, and be filled with the Holy Ghost."},{"text":"And immediately there fell from his eyes as it had been scales: and he received sight forthwith, and arose, and was baptized."},{"text":"And when he had received meat, he was strengthened. Then was Saul certain days with the disciples which were at Damascus."},{"text":"And straightway he preached Christ in the synagogues, that he is the Son of God."},{"text":"But all that heard him were amazed, and said; Is not this he that destroyed them which called on this name in Jerusalem, and came hither for that intent, that he might bring them bound unto the chief priests?"},{"text":"But Saul increased the more in strength, and confounded the Jews which dwelt at Damascus, proving that this is very Christ."},{"text":"And after that many days were fulfilled, the Jews took counsel to kill him:"},{"text":"But their laying await was known of Saul. And they watched the gates day and night to kill him."},{"text":"Then the disciples took him by night, and let him down by the wall in a basket."},{"text":"And when Saul was come to Jerusalem, he assayed to join himself to the disciples: but they were all afraid of him, and believed not that he was a disciple."},{"text":"But Barnabas took him, and brought him to the apostles, and declared unto them how he had seen the Lord in the way, and that he had spoken to him, and how he had preached boldly at Damascus in the name of Jesus."},{"text":"And he was with them coming in and going out at Jerusalem."},{"text":"And he spake boldly in the name of the Lord Jesus, and disputed against the Grecians: but they went about to slay him."},{"text":"Which when the brethren knew, they brought him down to Caesarea, and sent him forth to Tarsus."},{"text":"Then had the churches rest throughout all Judaea and Galilee and Samaria, and were edified; and walking in the fear of the Lord, and in the comfort of the Holy Ghost, were multiplied."},{"text":"And it came to pass, as Peter passed throughout all quarters, he came down also to the saints which dwelt at Lydda."},{"text":"And there he found a certain man named Aeneas, which had kept his bed eight years, and was sick of the palsy."},{"text":"And Peter said unto him, Aeneas, Jesus Christ maketh thee whole: arise, and make thy bed. And he arose immediately."},{"text":"And all that dwelt at Lydda and Saron saw him, and turned to the Lord."},{"text":"Now there was at Joppa a certain disciple named Tabitha, which by interpretation is called Dorcas: this woman was full of good works and almsdeeds which she did."},{"text":"And it came to pass in those days, that she was sick, and died: whom when they had washed, they laid her in an upper chamber."},{"text":"And forasmuch as Lydda was nigh to Joppa, and the disciples had heard that Peter was there, they sent unto him two men, desiring him that he would not delay to come to them."},{"text":"Then Peter arose and went with them. When he was come, they brought him into the upper chamber: and all the widows stood by him weeping, and shewing the coats and garments which Dorcas made, while she was with them."},{"text":"But Peter put them all forth, and kneeled down, and prayed; and turning him to the body said, Tabitha, arise. And she opened her eyes: and when she saw Peter, she sat up."},{"text":"And he gave her his hand, and lifted her up, and when he had called the saints and widows, presented her alive."},{"text":"And it was known throughout all Joppa; and many believed in the Lord."},{"text":"And it came to pass, that he tarried many days in Joppa with one Simon a tanner."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The words of Amos, who was among the herdmen of Tekoa, which he saw concerning Israel in the days of Uzziah king of Judah, and in the days of Jeroboam the son of Joash king of Israel, two years before the earthquake."},{"text":"And he said, The LORD will roar from Zion, and utter his voice from Jerusalem; and the habitations of the shepherds shall mourn, and the top of Carmel shall wither."},{"text":"Thus saith the LORD; For three transgressions of Damascus, and for four, I will not turn away the punishment thereof; because they have threshed Gilead with threshing instruments of iron:"},{"text":"But I will send a fire into the house of Hazael, which shall devour the palaces of Benhadad."},{"text":"I will break also the bar of Damascus, and cut off the inhabitant from the plain of Aven, and him that holdeth the sceptre from the house of Eden: and the people of Syria shall go into captivity unto Kir, saith the LORD."},{"text":"Thus saith the LORD; For three transgressions of Gaza, and for four, I will not turn away the punishment thereof; because they carried away captive the whole captivity, to deliver them up to Edom:"},{"text":"But I will send a fire on the wall of Gaza, which shall devour the palaces thereof:"},{"text":"And I will cut off the inhabitant from Ashdod, and him that holdeth the sceptre from Ashkelon, and I will turn mine hand against Ekron: and the remnant of the Philistines shall perish, saith the Lord GOD."},{"text":"Thus saith the LORD; For three transgressions of Tyrus, and for four, I will not turn away the punishment thereof; because they delivered up the whole captivity to Edom, and remembered not the brotherly covenant:"},{"text":"But I will send a fire on the wall of Tyrus, which shall devour the palaces thereof."},{"text":"Thus saith the LORD; For three transgressions of Edom, and for four, I will not turn away the punishment thereof; because he did pursue his brother with the sword, and did cast off all pity, and his anger did tear perpetually, and he kept his wrath for ever:"},{"text":"But I will send a fire upon Teman, which shall devour the palaces of Bozrah."},{"text":"Thus saith the LORD; For three transgressions of the children of Ammon, and for four, I will not turn away the punishment thereof; because they have ripped up the women with child of Gilead, that they might enlarge their border:"},{"text":"But I will kindle a fire in the wall of Rabbah, and it shall devour the palaces thereof, with shouting in the day of battle, with a tempest in the day of the whirlwind:"},{"text":"And their king shall go into captivity, he and his princes together, saith the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"Thus saith the LORD; For three transgressions of Moab, and for four, I will not turn away the punishment thereof; because he burned the bones of the king of Edom into lime:"},{"text":"But I will send a fire upon Moab, and it shall devour the palaces of Kirioth: and Moab shall die with tumult, with shouting, and with the sound of the trumpet:"},{"text":"And I will cut off the judge from the midst thereof, and will slay all the princes thereof with him, saith the LORD."},{"text":"Thus saith the LORD; For three transgressions of Judah, and for four, I will not turn away the punishment thereof; because they have despised the law of the LORD, and have not kept his commandments, and their lies caused them to err, after the which their fathers have walked:"},{"text":"But I will send a fire upon Judah, and it shall devour the palaces of Jerusalem."},{"text":"Thus saith the LORD; For three transgressions of Israel, and for four, I will not turn away the punishment thereof; because they sold the righteous for silver, and the poor for a pair of shoes;"},{"text":"That pant after the dust of the earth on the head of the poor, and turn aside the way of the meek: and a man and his father will go in unto the same maid, to profane my holy name:"},{"text":"And they lay themselves down upon clothes laid to pledge by every altar, and they drink the wine of the condemned in the house of their god."},{"text":"Yet destroyed I the Amorite before them, whose height was like the height of the cedars, and he was strong as the oaks; yet I destroyed his fruit from above, and his roots from beneath."},{"text":"Also I brought you up from the land of Egypt, and led you forty years through the wilderness, to possess the land of the Amorite."},{"text":"And I raised up of your sons for prophets, and of your young men for Nazarites. Is it not even thus, O ye children of Israel? saith the LORD."},{"text":"But ye gave the Nazarites wine to drink; and commanded the prophets, saying, Prophesy not."},{"text":"Behold, I am pressed under you, as a cart is pressed that is full of sheaves."},{"text":"Therefore the flight shall perish from the swift, and the strong shall not strengthen his force, neither shall the mighty deliver himself:"},{"text":"Neither shall he stand that handleth the bow; and he that is swift of foot shall not deliver himself: neither shall he that rideth the horse deliver himself."},{"text":"And he that is courageous among the mighty shall flee away naked in that day, saith the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"Hear this word that the LORD hath spoken against you, O children of Israel, against the whole family which I brought up from the land of Egypt, saying,"},{"text":"You only have I known of all the families of the earth: therefore I will punish you for all your iniquities."},{"text":"Can two walk together, except they be agreed?"},{"text":"Will a lion roar in the forest, when he hath no prey? will a young lion cry out of his den, if he have taken nothing?"},{"text":"Can a bird fall in a snare upon the earth, where no gin is for him? shall one take up a snare from the earth, and have taken nothing at all?"},{"text":"Shall a trumpet be blown in the city, and the people not be afraid? shall there be evil in a city, and the LORD hath not done it?"},{"text":"Surely the Lord GOD will do nothing, but he revealeth his secret unto his servants the prophets."},{"text":"The lion hath roared, who will not fear? the Lord GOD hath spoken, who can but prophesy?"},{"text":"Publish in the palaces at Ashdod, and in the palaces in the land of Egypt, and say, Assemble yourselves upon the mountains of Samaria, and behold the great tumults in the midst thereof, and the oppressed in the midst thereof."},{"text":"For they know not to do right, saith the LORD, who store up violence and robbery in their palaces."},{"text":"Therefore thus saith the Lord GOD; An adversary there shall be even round about the land; and he shall bring down thy strength from thee, and thy palaces shall be spoiled."},{"text":"Thus saith the LORD; As the shepherd taketh out of the mouth of the lion two legs, or a piece of an ear; so shall the children of Israel be taken out that dwell in Samaria in the corner of a bed, and in Damascus in a couch."},{"text":"Hear ye, and testify in the house of Jacob, saith the Lord GOD, the God of hosts,"},{"text":"That in the day that I shall visit the transgressions of Israel upon him I will also visit the altars of Bethel: and the horns of the altar shall be cut off, and fall to the ground."},{"text":"And I will smite the winter house with the summer house; and the houses of ivory shall perish, and the great houses shall have an end, saith the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"Hear this word, ye kine of Bashan, that are in the mountain of Samaria, which oppress the poor, which crush the needy, which say to their masters, Bring, and let us drink."},{"text":"The Lord GOD hath sworn by his holiness, that, lo, the days shall come upon you, that he will take you away with hooks, and your posterity with fishhooks."},{"text":"And ye shall go out at the breaches, every cow at that which is before her; and ye shall cast them into the palace, saith the LORD."},{"text":"Come to Bethel, and transgress; at Gilgal multiply transgression; and bring your sacrifices every morning, and your tithes after three years:"},{"text":"And offer a sacrifice of thanksgiving with leaven, and proclaim and publish the free offerings: for this liketh you, O ye children of Israel, saith the Lord GOD."},{"text":"And I also have given you cleanness of teeth in all your cities, and want of bread in all your places: yet have ye not returned unto me, saith the LORD."},{"text":"And also I have withholden the rain from you, when there were yet three months to the harvest: and I caused it to rain upon one city, and caused it not to rain upon another city: one piece was rained upon, and the piece whereupon it rained not withered."},{"text":"So two or three cities wandered unto one city, to drink water; but they were not satisfied: yet have ye not returned unto me, saith the LORD."},{"text":"I have smitten you with blasting and mildew: when your gardens and your vineyards and your fig trees and your olive trees increased, the palmerworm devoured them: yet have ye not returned unto me, saith the LORD."},{"text":"I have sent among you the pestilence after the manner of Egypt: your young men have I slain with the sword, and have taken away your horses; and I have made the stink of your camps to come up unto your nostrils: yet have ye not returned unto me, saith the LORD."},{"text":"I have overthrown some of you, as God overthrew Sodom and Gomorrah, and ye were as a firebrand plucked out of the burning: yet have ye not returned unto me, saith the LORD."},{"text":"Therefore thus will I do unto thee, O Israel: and because I will do this unto thee, prepare to meet thy God, O Israel."},{"text":"For, lo, he that formeth the mountains, and createth the wind, and declareth unto man what is his thought, that maketh the morning darkness, and treadeth upon the high places of the earth, The LORD, The God of hosts, is his name."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Hear ye this word which I take up against you, even a lamentation, O house of Israel."},{"text":"The virgin of Israel is fallen; she shall no more rise: she is forsaken upon her land; there is none to raise her up."},{"text":"For thus saith the Lord GOD; The city that went out by a thousand shall leave an hundred, and that which went forth by an hundred shall leave ten, to the house of Israel."},{"text":"For thus saith the LORD unto the house of Israel, Seek ye me, and ye shall live:"},{"text":"But seek not Bethel, nor enter into Gilgal, and pass not to Beersheba: for Gilgal shall surely go into captivity, and Bethel shall come to nought."},{"text":"Seek the LORD, and ye shall live; lest he break out like fire in the house of Joseph, and devour it, and there be none to quench it in Bethel."},{"text":"Ye who turn judgment to wormwood, and leave off righteousness in the earth,"},{"text":"Seek him that maketh the seven stars and Orion, and turneth the shadow of death into the morning, and maketh the day dark with night: that calleth for the waters of the sea, and poureth them out upon the face of the earth: The LORD is his name:"},{"text":"That strengtheneth the spoiled against the strong, so that the spoiled shall come against the fortress."},{"text":"They hate him that rebuketh in the gate, and they abhor him that speaketh uprightly."},{"text":"Forasmuch therefore as your treading is upon the poor, and ye take from him burdens of wheat: ye have built houses of hewn stone, but ye shall not dwell in them; ye have planted pleasant vineyards, but ye shall not drink wine of them."},{"text":"For I know your manifold transgressions and your mighty sins: they afflict the just, they take a bribe, and they turn aside the poor in the gate from their right."},{"text":"Therefore the prudent shall keep silence in that time; for it is an evil time."},{"text":"Seek good, and not evil, that ye may live: and so the LORD, the God of hosts, shall be with you, as ye have spoken."},{"text":"Hate the evil, and love the good, and establish judgment in the gate: it may be that the LORD God of hosts will be gracious unto the remnant of Joseph."},{"text":"Therefore the LORD, the God of hosts, the LORD, saith thus; Wailing shall be in all streets; and they shall say in all the highways, Alas! alas! and they shall call the husbandman to mourning, and such as are skilful of lamentation to wailing."},{"text":"And in all vineyards shall be wailing: for I will pass through thee, saith the LORD."},{"text":"Woe unto you that desire the day of the LORD! to what end is it for you? the day of the LORD is darkness, and not light."},{"text":"As if a man did flee from a lion, and a bear met him; or went into the house, and leaned his hand on the wall, and a serpent bit him."},{"text":"Shall not the day of the LORD be darkness, and not light? even very dark, and no brightness in it?"},{"text":"I hate, I despise your feast days, and I will not smell in your solemn assemblies."},{"text":"Though ye offer me burnt offerings and your meat offerings, I will not accept them: neither will I regard the peace offerings of your fat beasts."},{"text":"Take thou away from me the noise of thy songs; for I will not hear the melody of thy viols."},{"text":"But let judgment run down as waters, and righteousness as a mighty stream."},{"text":"Have ye offered unto me sacrifices and offerings in the wilderness forty years, O house of Israel?"},{"text":"But ye have borne the tabernacle of your Moloch and Chiun your images, the star of your god, which ye made to yourselves."},{"text":"Therefore will I cause you to go into captivity beyond Damascus, saith the LORD, whose name is The God of hosts."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"Woe to them that are at ease in Zion, and trust in the mountain of Samaria, which are named chief of the nations, to whom the house of Israel came!"},{"text":"Pass ye unto Calneh, and see; and from thence go ye to Hamath the great: then go down to Gath of the Philistines: be they better than these kingdoms? or their border greater than your border?"},{"text":"Ye that put far away the evil day, and cause the seat of violence to come near;"},{"text":"That lie upon beds of ivory, and stretch themselves upon their couches, and eat the lambs out of the flock, and the calves out of the midst of the stall;"},{"text":"That chant to the sound of the viol, and invent to themselves instruments of musick, like David;"},{"text":"That drink wine in bowls, and anoint themselves with the chief ointments: but they are not grieved for the affliction of Joseph."},{"text":"Therefore now shall they go captive with the first that go captive, and the banquet of them that stretched themselves shall be removed."},{"text":"The Lord GOD hath sworn by himself, saith the LORD the God of hosts, I abhor the excellency of Jacob, and hate his palaces: therefore will I deliver up the city with all that is therein."},{"text":"And it shall come to pass, if there remain ten men in one house, that they shall die."},{"text":"And a man's uncle shall take him up, and he that burneth him, to bring out the bones out of the house, and shall say unto him that is by the sides of the house, Is there yet any with thee? and he shall say, No. Then shall he say, Hold thy tongue: for we may not make mention of the name of the LORD."},{"text":"For, behold, the LORD commandeth, and he will smite the great house with breaches, and the little house with clefts."},{"text":"Shall horses run upon the rock? will one plow there with oxen? for ye have turned judgment into gall, and the fruit of righteousness into hemlock:"},{"text":"Ye which rejoice in a thing of nought, which say, Have we not taken to us horns by our own strength?"},{"text":"But, behold, I will raise up against you a nation, O house of Israel, saith the LORD the God of hosts; and they shall afflict you from the entering in of Hemath unto the river of the wilderness."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"Thus hath the Lord GOD shewed unto me; and, behold, he formed grasshoppers in the beginning of the shooting up of the latter growth; and, lo, it was the latter growth after the king's mowings."},{"text":"And it came to pass, that when they had made an end of eating the grass of the land, then I said, O Lord GOD, forgive, I beseech thee: by whom shall Jacob arise? for he is small."},{"text":"The LORD repented for this: It shall not be, saith the LORD."},{"text":"Thus hath the Lord GOD shewed unto me: and, behold, the Lord GOD called to contend by fire, and it devoured the great deep, and did eat up a part."},{"text":"Then said I, O Lord GOD, cease, I beseech thee: by whom shall Jacob arise? for he is small."},{"text":"The LORD repented for this: This also shall not be, saith the Lord GOD."},{"text":"Thus he shewed me: and, behold, the LORD stood upon a wall made by a plumbline, with a plumbline in his hand."},{"text":"And the LORD said unto me, Amos, what seest thou? And I said, A plumbline. Then said the LORD, Behold, I will set a plumbline in the midst of my people Israel: I will not again pass by them any more:"},{"text":"And the high places of Isaac shall be desolate, and the sanctuaries of Israel shall be laid waste; and I will rise against the house of Jeroboam with the sword."},{"text":"Then Amaziah the priest of Bethel sent to Jeroboam king of Israel, saying, Amos hath conspired against thee in the midst of the house of Israel: the land is not able to bear all his words."},{"text":"For thus Amos saith, Jeroboam shall die by the sword, and Israel shall surely be led away captive out of their own land."},{"text":"Also Amaziah said unto Amos, O thou seer, go, flee thee away into the land of Judah, and there eat bread, and prophesy there:"},{"text":"But prophesy not again any more at Bethel: for it is the king's chapel, and it is the king's court."},{"text":"Then answered Amos, and said to Amaziah, I was no prophet, neither was I a prophet's son; but I was an herdman, and a gatherer of sycomore fruit:"},{"text":"And the LORD took me as I followed the flock, and the LORD said unto me, Go, prophesy unto my people Israel."},{"text":"Now therefore hear thou the word of the LORD: Thou sayest, Prophesy not against Israel, and drop not thy word against the house of Isaac."},{"text":"Therefore thus saith the LORD; Thy wife shall be an harlot in the city, and thy sons and thy daughters shall fall by the sword, and thy land shall be divided by line; and thou shalt die in a polluted land: and Israel shall surely go into captivity forth of his land."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"Thus hath the Lord GOD shewed unto me: and behold a basket of summer fruit."},{"text":"And he said, Amos, what seest thou? And I said, A basket of summer fruit. Then said the LORD unto me, The end is come upon my people of Israel; I will not again pass by them any more."},{"text":"And the songs of the temple shall be howlings in that day, saith the Lord GOD: there shall be many dead bodies in every place; they shall cast them forth with silence."},{"text":"Hear this, O ye that swallow up the needy, even to make the poor of the land to fail,"},{"text":"Saying, When will the new moon be gone, that we may sell corn? and the sabbath, that we may set forth wheat, making the ephah small, and the shekel great, and falsifying the balances by deceit?"},{"text":"That we may buy the poor for silver, and the needy for a pair of shoes; yea, and sell the refuse of the wheat?"},{"text":"The LORD hath sworn by the excellency of Jacob, Surely I will never forget any of their works."},{"text":"Shall not the land tremble for this, and every one mourn that dwelleth therein? and it shall rise up wholly as a flood; and it shall be cast out and drowned, as by the flood of Egypt."},{"text":"And it shall come to pass in that day, saith the Lord GOD, that I will cause the sun to go down at noon, and I will darken the earth in the clear day:"},{"text":"And I will turn your feasts into mourning, and all your songs into lamentation; and I will bring up sackcloth upon all loins, and baldness upon every head; and I will make it as the mourning of an only son, and the end thereof as a bitter day."},{"text":"Behold, the days come, saith the Lord GOD, that I will send a famine in the land, not a famine of bread, nor a thirst for water, but of hearing the words of the LORD:"},{"text":"And they shall wander from sea to sea, and from the north even to the east, they shall run to and fro to seek the word of the LORD, and shall not find it."},{"text":"In that day shall the fair virgins and young men faint for thirst."},{"text":"They that swear by the sin of Samaria, and say, Thy god, O Dan, liveth; and, The manner of Beersheba liveth; even they shall fall, and never rise up again."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"I saw the LORD standing upon the altar: and he said, Smite the lintel of the door, that the posts may shake: and cut them in the head, all of them; and I will slay the last of them with the sword: he that fleeth of them shall not flee away, and he that escapeth of them shall not be delivered."},{"text":"Though they dig into hell, thence shall mine hand take them; though they climb up to heaven, thence will I bring them down:"},{"text":"And though they hide themselves in the top of Carmel, I will search and take them out thence; and though they be hid from my sight in the bottom of the sea, thence will I command the serpent, and he shall bite them:"},{"text":"And though they go into captivity before their enemies, thence will I command the sword, and it shall slay them: and I will set mine eyes upon them for evil, and not for good."},{"text":"And the Lord GOD of hosts is he that toucheth the land, and it shall melt, and all that dwell therein shall mourn: and it shall rise up wholly like a flood; and shall be drowned, as by the flood of Egypt."},{"text":"It is he that buildeth his stories in the heaven, and hath founded his troop in the earth; he that calleth for the waters of the sea, and poureth them out upon the face of the earth: The LORD is his name."},{"text":"Are ye not as children of the Ethiopians unto me, O children of Israel? saith the LORD. Have not I brought up Israel out of the land of Egypt? and the Philistines from Caphtor, and the Syrians from Kir?"},{"text":"Behold, the eyes of the Lord GOD are upon the sinful kingdom, and I will destroy it from off the face of the earth; saving that I will not utterly destroy the house of Jacob, saith the LORD."},{"text":"For, lo, I will command, and I will sift the house of Israel among all nations, like as corn is sifted in a sieve, yet shall not the least grain fall upon the earth."},{"text":"All the sinners of my people shall die by the sword, which say, The evil shall not overtake nor prevent us."},{"text":"In that day will I raise up the tabernacle of David that is fallen, and close up the breaches thereof; and I will raise up his ruins, and I will build it as in the days of old:"},{"text":"That they may possess the remnant of Edom, and of all the heathen, which are called by my name, saith the LORD that doeth this."},{"text":"Behold, the days come, saith the LORD, that the plowman shall overtake the reaper, and the treader of grapes him that soweth seed; and the mountains shall drop sweet wine, and all the hills shall melt."},{"text":"And I will bring again the captivity of my people of Israel, and they shall build the waste cities, and inhabit them; and they shall plant vineyards, and drink the wine thereof; they shall also make gardens, and eat the fruit of them."},{"text":"And I will plant them upon their land, and they shall no more be pulled up out of their land which I have given them, saith the LORD thy God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
[{"name":"Genesis","testament":"old"},{"name":"Exodus","testament":"old"},{"name":"Leviticus","testament":"old"},{"name":"Numbers","testament":"old"},{"name":"Deuteronomy","testament":"old"},{"name":"Joshua","testament":"old"},{"name":"Judges","testament":"old"},{"name":"Ruth","testament":"old"},{"name":"I Samuel","testament":"old"},{"name":"II Samuel","testament":"old"},{"name":"I Kings","testament":"old"},{"name":"II Kings","testament":"old"},{"name":"I Chronicles","testament":"old"},{"name":"II Chronicles","testament":"old"},{"name":"Ezra","testament":"old"},{"name":"Nehemiah","testament":"old"},{"name":"Esther","testament":"old"},{"name":"Job","testament":"old"},{"name":"Psalms","testament":"old"},{"name":"Proverbs","testament":"old"},{"name":"Ecclesiastes","testament":"old"},{"name":"Song of Solomon","testament":"old"},{"name":"Isaiah","testament":"old"},{"name":"Jeremiah","testament":"old"},{"name":"Lamentations","testament":"old"},{"name":"Ezekiel","testament":"old"},{"name":"Daniel","testament":"old"},{"name":"Hosea","testament":"old"},{"name":"Joel","testament":"old"},{"name":"Amos","testament":"old"},{"name":"Obadiah","testament":"old"},{"name":"Jonah","testament":"old"},{"name":"Micah","testament":"old"},{"name":"Nahum","testament":"old"},{"name":"Habakkuk","testament":"old"},{"name":"Zephaniah","testament":"old"},{"name":"Haggai","testament":"old"},{"name":"Zechariah","testament":"old"},{"name":"Malachi","testament":"old"},{"name":"Matthew","testament":"new"},{"name":"Mark","testament":"new"},{"name":"Luke","testament":"new"},{"name":"John","testament":"new"},{"name":"Acts","testament":"new"},{"name":"Romans","testament":"new"},{"name":"I Corinthians","testament":"new"},{"name":"II Corinthians","testament":"new"},{"name":"Galatians","testament":"new"},{"name":"Ephesians","testament":"new"},{"name":"Philippians","testament":"new"},{"name":"Colossians","testament":"new"},{"name":"I Thessalonians","testament":"new"},{"name":"II Thessalonians","testament":"new"},{"name":"I Timothy","testament":"new"},{"name":"II Timothy","testament":"new"},{"name":"Titus","testament":"new"},{"name":"Philemon","testament":"new"},{"name":"Hebrews","testament":"new"},{"name":"James","testament":"new"},{"name":"I Peter","testament":"new"},{"name":"II Peter","testament":"new"},{"name":"I John","testament":"new"},{"name":"II John","testament":"new"},{"name":"III John","testament":"new"},{"name":"Jude","testament":"new"},{"name":"Revelation","testament":"new"}]
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"Paul, an apostle of Jesus Christ by the will of God, and Timotheus our brother,"},{"text":"To the saints and faithful brethren in Christ which are at Colosse: Grace be unto you, and peace, from God our Father and the Lord Jesus Christ."},{"text":"We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,"},{"text":"Since we heard of your faith in Christ Jesus, and of the love which ye have to all the saints,"},{"text":"For the hope which is laid up for you in heaven, whereof ye heard before in the word of the truth of the gospel;"},{"text":"Which is come unto you, as it is in all the world; and bringeth forth fruit, as it doth also in you, since the day ye heard of it, and knew the grace of God in truth:"},{"text":"As ye also learned of Epaphras our dear fellowservant, who is for you a faithful minister of Christ;"},{"text":"Who also declared unto us your love in the Spirit."},{"text":"For this cause we also, since the day we heard it, do not cease to pray for you, and to desire that ye might be filled with the knowledge of his will in all wisdom and spiritual understanding;"},{"text":"That ye might walk worthy of the Lord unto all pleasing, being fruitful in every good work, and increasing in the knowledge of God;"},{"text":"Strengthened with all might, according to his glorious power, unto all patience and longsuffering with joyfulness;"},{"text":"Giving thanks unto the Father, which hath made us meet to be partakers of the inheritance of the saints in light:"},{"text":"Who hath delivered us from the power of darkness, and hath translated us into the kingdom of his dear Son:"},{"text":"In whom we have redemption through his blood, even the forgiveness of sins:"},{"text":"Who is the image of the invisible God, the firstborn of every creature:"},{"text":"For by him were all things created, that are in heaven, and that are in earth, visible and invisible, whether they be thrones, or dominions, or principalities, or powers: all things were created by him, and for him:"},{"text":"And he is before all things, and by him all things consist."},{"text":"And he is the head of the body, the church: who is the beginning, the firstborn from the dead; that in all things he might have the preeminence."},{"text":"For it pleased the Father that in him should all fulness dwell;"},{"text":"And, having made peace through the blood of his cross, by him to reconcile all things unto himself; by him, I say, whether they be things in earth, or things in heaven."},{"text":"And you, that were sometime alienated and enemies in your mind by wicked works, yet now hath he reconciled"},{"text":"In the body of his flesh through death, to present you holy and unblameable and unreproveable in his sight:"},{"text":"If ye continue in the faith grounded and settled, and be not moved away from the hope of the gospel, which ye have heard, and which was preached to every creature which is under heaven; whereof I Paul am made a minister;"},{"text":"Who now rejoice in my sufferings for you, and fill up that which is behind of the afflictions of Christ in my flesh for his body's sake, which is the church:"},{"text":"Whereof I am made a minister, according to the dispensation of God which is given to me for you, to fulfil the word of God;"},{"text":"Even the mystery which hath been hid from ages and from generations, but now is made manifest to his saints:"},{"text":"To whom God would make known what is the riches of the glory of this mystery among the Gentiles; which is Christ in you, the hope of glory:"},{"text":"Whom we preach, warning every man, and teaching every man in all wisdom; that we may present every man perfect in Christ Jesus:"},{"text":"Whereunto I also labour, striving according to his working, which worketh in me mightily."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"For I would that ye knew what great conflict I have for you, and for them at Laodicea, and for as many as have not seen my face in the flesh;"},{"text":"That their hearts might be comforted, being knit together in love, and unto all riches of the full assurance of understanding, to the acknowledgement of the mystery of God, and of the Father, and of Christ;"},{"text":"In whom are hid all the treasures of wisdom and knowledge."},{"text":"And this I say, lest any man should beguile you with enticing words."},{"text":"For though I be absent in the flesh, yet am I with you in the spirit, joying and beholding your order, and the stedfastness of your faith in Christ."},{"text":"As ye have therefore received Christ Jesus the Lord, so walk ye in him:"},{"text":"Rooted and built up in him, and stablished in the faith, as ye have been taught, abounding therein with thanksgiving."},{"text":"Beware lest any man spoil you through philosophy and vain deceit, after the tradition of men, after the rudiments of the world, and not after Christ."},{"text":"For in him dwelleth all the fulness of the Godhead bodily."},{"text":"And ye are complete in him, which is the head of all principality and power:"},{"text":"In whom also ye are circumcised with the circumcision made without hands, in putting off the body of the sins of the flesh by the circumcision of Christ:"},{"text":"Buried with him in baptism, wherein also ye are risen with him through the faith of the operation of God, who hath raised him from the dead."},{"text":"And you, being dead in your sins and the uncircumcision of your flesh, hath he quickened together with him, having forgiven you all trespasses;"},{"text":"Blotting out the handwriting of ordinances that was against us, which was contrary to us, and took it out of the way, nailing it to his cross;"},{"text":"And having spoiled principalities and powers, he made a shew of them openly, triumphing over them in it."},{"text":"Let no man therefore judge you in meat, or in drink, or in respect of an holyday, or of the new moon, or of the sabbath days:"},{"text":"Which are a shadow of things to come; but the body is of Christ."},{"text":"Let no man beguile you of your reward in a voluntary humility and worshipping of angels, intruding into those things which he hath not seen, vainly puffed up by his fleshly mind,"},{"text":"And not holding the Head, from which all the body by joints and bands having nourishment ministered, and knit together, increaseth with the increase of God."},{"text":"Wherefore if ye be dead with Christ from the rudiments of the world, why, as though living in the world, are ye subject to ordinances,"},{"text":"(Touch not; taste not; handle not;"},{"text":"Which all are to perish with the using;) after the commandments and doctrines of men?"},{"text":"Which things have indeed a shew of wisdom in will worship, and humility, and neglecting of the body: not in any honour to the satisfying of the flesh."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"If ye then be risen with Christ, seek those things which are above, where Christ sitteth on the right hand of God."},{"text":"Set your affection on things above, not on things on the earth."},{"text":"For ye are dead, and your life is hid with Christ in God."},{"text":"When Christ, who is our life, shall appear, then shall ye also appear with him in glory."},{"text":"Mortify therefore your members which are upon the earth; fornication, uncleanness, inordinate affection, evil concupiscence, and covetousness, which is idolatry:"},{"text":"For which things' sake the wrath of God cometh on the children of disobedience:"},{"text":"In the which ye also walked some time, when ye lived in them."},{"text":"But now ye also put off all these; anger, wrath, malice, blasphemy, filthy communication out of your mouth."},{"text":"Lie not one to another, seeing that ye have put off the old man with his deeds;"},{"text":"And have put on the new man, which is renewed in knowledge after the image of him that created him:"},{"text":"Where there is neither Greek nor Jew, circumcision nor uncircumcision, Barbarian, Scythian, bond nor free: but Christ is all, and in all."},{"text":"Put on therefore, as the elect of God, holy and beloved, bowels of mercies, kindness, humbleness of mind, meekness, longsuffering;"},{"text":"Forbearing one another, and forgiving one another, if any man have a quarrel against any: even as Christ forgave you, so also do ye."},{"text":"And above all these things put on charity, which is the bond of perfectness."},{"text":"And let the peace of God rule in your hearts, to the which also ye are called in one body; and be ye thankful."},{"text":"Let the word of Christ dwell in you richly in all wisdom; teaching and admonishing one another in psalms and hymns and spiritual songs, singing with grace in your hearts to the Lord."},{"text":"And whatsoever ye do in word or deed, do all in the name of the Lord Jesus, giving thanks to God and the Father by him."},{"text":"Wives, submit yourselves unto your own husbands, as it is fit in the Lord."},{"text":"Husbands, love your wives, and be not bitter against them."},{"text":"Children, obey your parents in all things: for this is well pleasing unto the Lord."},{"text":"Fathers, provoke not your children to anger, lest they be discouraged."},{"text":"Servants, obey in all things your masters according to the flesh; not with eyeservice, as menpleasers; but in singleness of heart, fearing God;"},{"text":"And whatsoever ye do, do it heartily, as to the Lord, and not unto men;"},{"text":"Knowing that of the Lord ye shall receive the reward of the inheritance: for ye serve the Lord Christ."},{"text":"But he that doeth wrong shall receive for the wrong which he hath done: and there is no respect of persons."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"Masters, give unto your servants that which is just and equal; knowing that ye also have a Master in heaven."},{"text":"Continue in prayer, and watch in the same with thanksgiving;"},{"text":"Withal praying also for us, that God would open unto us a door of utterance, to speak the mystery of Christ, for which I am also in bonds:"},{"text":"That I may make it manifest, as I ought to speak."},{"text":"Walk in wisdom toward them that are without, redeeming the time."},{"text":"Let your speech be alway with grace, seasoned with salt, that ye may know how ye ought to answer every man."},{"text":"All my state shall Tychicus declare unto you, who is a beloved brother, and a faithful minister and fellowservant in the Lord:"},{"text":"Whom I have sent unto you for the same purpose, that he might know your estate, and comfort your hearts;"},{"text":"With Onesimus, a faithful and beloved brother, who is one of you. They shall make known unto you all things which are done here."},{"text":"Aristarchus my fellowprisoner saluteth you, and Marcus, sister's son to Barnabas, (touching whom ye received commandments: if he come unto you, receive him;)"},{"text":"And Jesus, which is called Justus, who are of the circumcision. These only are my fellowworkers unto the kingdom of God, which have been a comfort unto me."},{"text":"Epaphras, who is one of you, a servant of Christ, saluteth you, always labouring fervently for you in prayers, that ye may stand perfect and complete in all the will of God."},{"text":"For I bear him record, that he hath a great zeal for you, and them that are in Laodicea, and them in Hierapolis."},{"text":"Luke, the beloved physician, and Demas, greet you."},{"text":"Salute the brethren which are in Laodicea, and Nymphas, and the church which is in his house."},{"text":"And when this epistle is read among you, cause that it be read also in the church of the Laodiceans; and that ye likewise read the epistle from Laodicea."},{"text":"And say to Archippus, Take heed to the ministry which thou hast received in the Lord, that thou fulfil it."},{"text":"The salutation by the hand of me Paul. Remember my bonds. Grace be with you. Amen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"In the third year of the reign of Jehoiakim king of Judah came Nebuchadnezzar king of Babylon unto Jerusalem, and besieged it."},{"text":"And the Lord gave Jehoiakim king of Judah into his hand, with part of the vessels of the house of God: which he carried into the land of Shinar to the house of his god; and he brought the vessels into the treasure house of his god."},{"text":"And the king spake unto Ashpenaz the master of his eunuchs, that he should bring certain of the children of Israel, and of the king's seed, and of the princes;"},{"text":"Children in whom was no blemish, but well favoured, and skilful in all wisdom, and cunning in knowledge, and understanding science, and such as had ability in them to stand in the king's palace, and whom they might teach the learning and the tongue of the Chaldeans."},{"text":"And the king appointed them a daily provision of the king's meat, and of the wine which he drank: so nourishing them three years, that at the end thereof they might stand before the king."},{"text":"Now among these were of the children of Judah, Daniel, Hananiah, Mishael, and Azariah:"},{"text":"Unto whom the prince of the eunuchs gave names: for he gave unto Daniel the name of Belteshazzar; and to Hananiah, of Shadrach; and to Mishael, of Meshach; and to Azariah, of Abednego."},{"text":"But Daniel purposed in his heart that he would not defile himself with the portion of the king's meat, nor with the wine which he drank: therefore he requested of the prince of the eunuchs that he might not defile himself."},{"text":"Now God had brought Daniel into favour and tender love with the prince of the eunuchs."},{"text":"And the prince of the eunuchs said unto Daniel, I fear my lord the king, who hath appointed your meat and your drink: for why should he see your faces worse liking than the children which are of your sort? then shall ye make me endanger my head to the king."},{"text":"Then said Daniel to Melzar, whom the prince of the eunuchs had set over Daniel, Hananiah, Mishael, and Azariah,"},{"text":"Prove thy servants, I beseech thee, ten days; and let them give us pulse to eat, and water to drink."},{"text":"Then let our countenances be looked upon before thee, and the countenance of the children that eat of the portion of the king's meat: and as thou seest, deal with thy servants."},{"text":"So he consented to them in this matter, and proved them ten days."},{"text":"And at the end of ten days their countenances appeared fairer and fatter in flesh than all the children which did eat the portion of the king's meat."},{"text":"Thus Melzar took away the portion of their meat, and the wine that they should drink; and gave them pulse."},{"text":"As for these four children, God gave them knowledge and skill in all learning and wisdom: and Daniel had understanding in all visions and dreams."},{"text":"Now at the end of the days that the king had said he should bring them in, then the prince of the eunuchs brought them in before Nebuchadnezzar."},{"text":"And the king communed with them; and among them all was found none like Daniel, Hananiah, Mishael, and Azariah: therefore stood they before the king."},{"text":"And in all matters of wisdom and understanding, that the king enquired of them, he found them ten times better than all the magicians and astrologers that were in all his realm."},{"text":"And Daniel continued even unto the first year of king Cyrus."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"In the third year of Cyrus king of Persia a thing was revealed unto Daniel, whose name was called Belteshazzar; and the thing was true, but the time appointed was long: and he understood the thing, and had understanding of the vision."},{"text":"In those days I Daniel was mourning three full weeks."},{"text":"I ate no pleasant bread, neither came flesh nor wine in my mouth, neither did I anoint myself at all, till three whole weeks were fulfilled."},{"text":"And in the four and twentieth day of the first month, as I was by the side of the great river, which is Hiddekel;"},{"text":"Then I lifted up mine eyes, and looked, and behold a certain man clothed in linen, whose loins were girded with fine gold of Uphaz:"},{"text":"His body also was like the beryl, and his face as the appearance of lightning, and his eyes as lamps of fire, and his arms and his feet like in colour to polished brass, and the voice of his words like the voice of a multitude."},{"text":"And I Daniel alone saw the vision: for the men that were with me saw not the vision; but a great quaking fell upon them, so that they fled to hide themselves."},{"text":"Therefore I was left alone, and saw this great vision, and there remained no strength in me: for my comeliness was turned in me into corruption, and I retained no strength."},{"text":"Yet heard I the voice of his words: and when I heard the voice of his words, then was I in a deep sleep on my face, and my face toward the ground."},{"text":"And, behold, an hand touched me, which set me upon my knees and upon the palms of my hands."},{"text":"And he said unto me, O Daniel, a man greatly beloved, understand the words that I speak unto thee, and stand upright: for unto thee am I now sent."},{"text":"Then said he unto me, Fear not, Daniel: for from the first day that thou didst set thine heart to understand, and to chasten thyself before thy God, thy words were heard, and I am come for thy words."},{"text":"But the prince of the kingdom of Persia withstood me one and twenty days: but, lo, Michael, one of the chief princes, came to help me; and I remained there with the kings of Persia."},{"text":"Now I am come to make thee understand what shall befall thy people in the latter days: for yet the vision is for many days."},{"text":"And when he had spoken such words unto me, I set my face toward the ground, and I became dumb."},{"text":"And, behold, one like the similitude of the sons of men touched my lips: then I opened my mouth, and spake, and said unto him that stood before me, O my lord, by the vision my sorrows are turned upon me, and I have retained no strength."},{"text":"For how can the servant of this my lord talk with this my lord? for as for me, straightway there remained no strength in me, neither is there breath left in me."},{"text":"Then there came again and touched me one like the appearance of a man, and he strengthened me,"},{"text":"And said, O man greatly beloved, fear not: peace be unto thee, be strong, yea, be strong. And when he had spoken unto me, I was strengthened, and said, Let my lord speak; for thou hast strengthened me."},{"text":"Then said he, Knowest thou wherefore I come unto thee? and now will I return to fight with the prince of Persia: and when I am gone forth, lo, the prince of Grecia shall come."},{"text":"But I will shew thee that which is noted in the scripture of truth: and there is none that holdeth with me in these things, but Michael your prince."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"Also I in the first year of Darius the Mede, even I, stood to confirm and to strengthen him."},{"text":"And now will I shew thee the truth. Behold, there shall stand up yet three kings in Persia; and the fourth shall be far richer than they all: and by his strength through his riches he shall stir up all against the realm of Grecia."},{"text":"And a mighty king shall stand up, that shall rule with great dominion, and do according to his will."},{"text":"And when he shall stand up, his kingdom shall be broken, and shall be divided toward the four winds of heaven; and not to his posterity, nor according to his dominion which he ruled: for his kingdom shall be plucked up, even for others beside those."},{"text":"And the king of the south shall be strong, and one of his princes; and he shall be strong above him, and have dominion; his dominion shall be a great dominion."},{"text":"And in the end of years they shall join themselves together; for the king's daughter of the south shall come to the king of the north to make an agreement: but she shall not retain the power of the arm; neither shall he stand, nor his arm: but she shall be given up, and they that brought her, and he that begat her, and he that strengthened her in these times."},{"text":"But out of a branch of her roots shall one stand up in his estate, which shall come with an army, and shall enter into the fortress of the king of the north, and shall deal against them, and shall prevail:"},{"text":"And shall also carry captives into Egypt their gods, with their princes, and with their precious vessels of silver and of gold; and he shall continue more years than the king of the north."},{"text":"So the king of the south shall come into his kingdom, and shall return into his own land."},{"text":"But his sons shall be stirred up, and shall assemble a multitude of great forces: and one shall certainly come, and overflow, and pass through: then shall he return, and be stirred up, even to his fortress."},{"text":"And the king of the south shall be moved with choler, and shall come forth and fight with him, even with the king of the north: and he shall set forth a great multitude; but the multitude shall be given into his hand."},{"text":"And when he hath taken away the multitude, his heart shall be lifted up; and he shall cast down many ten thousands: but he shall not be strengthened by it."},{"text":"For the king of the north shall return, and shall set forth a multitude greater than the former, and shall certainly come after certain years with a great army and with much riches."},{"text":"And in those times there shall many stand up against the king of the south: also the robbers of thy people shall exalt themselves to establish the vision; but they shall fall."},{"text":"So the king of the north shall come, and cast up a mount, and take the most fenced cities: and the arms of the south shall not withstand, neither his chosen people, neither shall there be any strength to withstand."},{"text":"But he that cometh against him shall do according to his own will, and none shall stand before him: and he shall stand in the glorious land, which by his hand shall be consumed."},{"text":"He shall also set his face to enter with the strength of his whole kingdom, and upright ones with him; thus shall he do: and he shall give him the daughter of women, corrupting her: but she shall not stand on his side, neither be for him."},{"text":"After this shall he turn his face unto the isles, and shall take many: but a prince for his own behalf shall cause the reproach offered by him to cease; without his own reproach he shall cause it to turn upon him."},{"text":"Then he shall turn his face toward the fort of his own land: but he shall stumble and fall, and not be found."},{"text":"Then shall stand up in his estate a raiser of taxes in the glory of the kingdom: but within few days he shall be destroyed, neither in anger, nor in battle."},{"text":"And in his estate shall stand up a vile person, to whom they shall not give the honour of the kingdom: but he shall come in peaceably, and obtain the kingdom by flatteries."},{"text":"And with the arms of a flood shall they be overflown from before him, and shall be broken; yea, also the prince of the covenant."},{"text":"And after the league made with him he shall work deceitfully: for he shall come up, and shall become strong with a small people."},{"text":"He shall enter peaceably even upon the fattest places of the province; and he shall do that which his fathers have not done, nor his fathers' fathers; he shall scatter among them the prey, and spoil, and riches: yea, and he shall forecast his devices against the strong holds, even for a time."},{"text":"And he shall stir up his power and his courage against the king of the south with a great army; and the king of the south shall be stirred up to battle with a very great and mighty army; but he shall not stand: for they shall forecast devices against him."},{"text":"Yea, they that feed of the portion of his meat shall destroy him, and his army shall overflow: and many shall fall down slain."},{"text":"And both of these kings' hearts shall be to do mischief, and they shall speak lies at one table; but it shall not prosper: for yet the end shall be at the time appointed."},{"text":"Then shall he return into his land with great riches; and his heart shall be against the holy covenant; and he shall do exploits, and return to his own land."},{"text":"At the time appointed he shall return, and come toward the south; but it shall not be as the former, or as the latter."},{"text":"For the ships of Chittim shall come against him: therefore he shall be grieved, and return, and have indignation against the holy covenant: so shall he do; he shall even return, and have intelligence with them that forsake the holy covenant."},{"text":"And arms shall stand on his part, and they shall pollute the sanctuary of strength, and shall take away the daily sacrifice, and they shall place the abomination that maketh desolate."},{"text":"And such as do wickedly against the covenant shall he corrupt by flatteries: but the people that do know their God shall be strong, and do exploits."},{"text":"And they that understand among the people shall instruct many: yet they shall fall by the sword, and by flame, by captivity, and by spoil, many days."},{"text":"Now when they shall fall, they shall be holpen with a little help: but many shall cleave to them with flatteries."},{"text":"And some of them of understanding shall fall, to try them, and to purge, and to make them white, even to the time of the end: because it is yet for a time appointed."},{"text":"And the king shall do according to his will; and he shall exalt himself, and magnify himself above every god, and shall speak marvellous things against the God of gods, and shall prosper till the indignation be accomplished: for that that is determined shall be done."},{"text":"Neither shall he regard the God of his fathers, nor the desire of women, nor regard any god: for he shall magnify himself above all."},{"text":"But in his estate shall he honour the God of forces: and a god whom his fathers knew not shall he honour with gold, and silver, and with precious stones, and pleasant things."},{"text":"Thus shall he do in the most strong holds with a strange god, whom he shall acknowledge and increase with glory: and he shall cause them to rule over many, and shall divide the land for gain."},{"text":"And at the time of the end shall the king of the south push at him: and the king of the north shall come against him like a whirlwind, with chariots, and with horsemen, and with many ships; and he shall enter into the countries, and shall overflow and pass over."},{"text":"He shall enter also into the glorious land, and many countries shall be overthrown: but these shall escape out of his hand, even Edom, and Moab, and the chief of the children of Ammon."},{"text":"He shall stretch forth his hand also upon the countries: and the land of Egypt shall not escape."},{"text":"But he shall have power over the treasures of gold and of silver, and over all the precious things of Egypt: and the Libyans and the Ethiopians shall be at his steps."},{"text":"But tidings out of the east and out of the north shall trouble him: therefore he shall go forth with great fury to destroy, and utterly to make away many."},{"text":"And he shall plant the tabernacles of his palace between the seas in the glorious holy mountain; yet he shall come to his end, and none shall help him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book."},{"text":"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt."},{"text":"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever."},{"text":"But thou, O Daniel, shut up the words, and seal the book, even to the time of the end: many shall run to and fro, and knowledge shall be increased."},{"text":"Then I Daniel looked, and, behold, there stood other two, the one on this side of the bank of the river, and the other on that side of the bank of the river."},{"text":"And one said to the man clothed in linen, which was upon the waters of the river, How long shall it be to the end of these wonders?"},{"text":"And I heard the man clothed in linen, which was upon the waters of the river, when he held up his right hand and his left hand unto heaven, and sware by him that liveth for ever that it shall be for a time, times, and an half; and when he shall have accomplished to scatter the power of the holy people, all these things shall be finished."},{"text":"And I heard, but I understood not: then said I, O my Lord, what shall be the end of these things?"},{"text":"And he said, Go thy way, Daniel: for the words are closed up and sealed till the time of the end."},{"text":"Many shall be purified, and made white, and tried; but the wicked shall do wickedly: and none of the wicked shall understand; but the wise shall understand."},{"text":"And from the time that the daily sacrifice shall be taken away, and the abomination that maketh desolate set up, there shall be a thousand two hundred and ninety days."},{"text":"Blessed is he that waiteth, and cometh to the thousand three hundred and five and thirty days."},{"text":"But go thou thy way till the end be: for thou shalt rest, and stand in thy lot at the end of the days."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And in the second year of the reign of Nebuchadnezzar Nebuchadnezzar dreamed dreams, wherewith his spirit was troubled, and his sleep brake from him."},{"text":"Then the king commanded to call the magicians, and the astrologers, and the sorcerers, and the Chaldeans, for to shew the king his dreams. So they came and stood before the king."},{"text":"And the king said unto them, I have dreamed a dream, and my spirit was troubled to know the dream."},{"text":"Then spake the Chaldeans to the king in Syriack, O king, live for ever: tell thy servants the dream, and we will shew the interpretation."},{"text":"The king answered and said to the Chaldeans, The thing is gone from me: if ye will not make known unto me the dream, with the interpretation thereof, ye shall be cut in pieces, and your houses shall be made a dunghill."},{"text":"But if ye shew the dream, and the interpretation thereof, ye shall receive of me gifts and rewards and great honour: therefore shew me the dream, and the interpretation thereof."},{"text":"They answered again and said, Let the king tell his servants the dream, and we will shew the interpretation of it."},{"text":"The king answered and said, I know of certainty that ye would gain the time, because ye see the thing is gone from me."},{"text":"But if ye will not make known unto me the dream, there is but one decree for you: for ye have prepared lying and corrupt words to speak before me, till the time be changed: therefore tell me the dream, and I shall know that ye can shew me the interpretation thereof."},{"text":"The Chaldeans answered before the king, and said, There is not a man upon the earth that can shew the king's matter: therefore there is no king, lord, nor ruler, that asked such things at any magician, or astrologer, or Chaldean."},{"text":"And it is a rare thing that the king requireth, and there is none other that can shew it before the king, except the gods, whose dwelling is not with flesh."},{"text":"For this cause the king was angry and very furious, and commanded to destroy all the wise men of Babylon."},{"text":"And the decree went forth that the wise men should be slain; and they sought Daniel and his fellows to be slain."},{"text":"Then Daniel answered with counsel and wisdom to Arioch the captain of the king's guard, which was gone forth to slay the wise men of Babylon:"},{"text":"He answered and said to Arioch the king's captain, Why is the decree so hasty from the king? Then Arioch made the thing known to Daniel."},{"text":"Then Daniel went in, and desired of the king that he would give him time, and that he would shew the king the interpretation."},{"text":"Then Daniel went to his house, and made the thing known to Hananiah, Mishael, and Azariah, his companions:"},{"text":"That they would desire mercies of the God of heaven concerning this secret; that Daniel and his fellows should not perish with the rest of the wise men of Babylon."},{"text":"Then was the secret revealed unto Daniel in a night vision. Then Daniel blessed the God of heaven."},{"text":"Daniel answered and said, Blessed be the name of God for ever and ever: for wisdom and might are his:"},{"text":"And he changeth the times and the seasons: he removeth kings, and setteth up kings: he giveth wisdom unto the wise, and knowledge to them that know understanding:"},{"text":"He revealeth the deep and secret things: he knoweth what is in the darkness, and the light dwelleth with him."},{"text":"I thank thee, and praise thee, O thou God of my fathers, who hast given me wisdom and might, and hast made known unto me now what we desired of thee: for thou hast now made known unto us the king's matter."},{"text":"Therefore Daniel went in unto Arioch, whom the king had ordained to destroy the wise men of Babylon: he went and said thus unto him; Destroy not the wise men of Babylon: bring me in before the king, and I will shew unto the king the interpretation."},{"text":"Then Arioch brought in Daniel before the king in haste, and said thus unto him, I have found a man of the captives of Judah, that will make known unto the king the interpretation."},{"text":"The king answered and said to Daniel, whose name was Belteshazzar, Art thou able to make known unto me the dream which I have seen, and the interpretation thereof?"},{"text":"Daniel answered in the presence of the king, and said, The secret which the king hath demanded cannot the wise men, the astrologers, the magicians, the soothsayers, shew unto the king;"},{"text":"But there is a God in heaven that revealeth secrets, and maketh known to the king Nebuchadnezzar what shall be in the latter days. Thy dream, and the visions of thy head upon thy bed, are these;"},{"text":"As for thee, O king, thy thoughts came into thy mind upon thy bed, what should come to pass hereafter: and he that revealeth secrets maketh known to thee what shall come to pass."},{"text":"But as for me, this secret is not revealed to me for any wisdom that I have more than any living, but for their sakes that shall make known the interpretation to the king, and that thou mightest know the thoughts of thy heart."},{"text":"Thou, O king, sawest, and behold a great image. This great image, whose brightness was excellent, stood before thee; and the form thereof was terrible."},{"text":"This image's head was of fine gold, his breast and his arms of silver, his belly and his thighs of brass,"},{"text":"His legs of iron, his feet part of iron and part of clay."},{"text":"Thou sawest till that a stone was cut out without hands, which smote the image upon his feet that were of iron and clay, and brake them to pieces."},{"text":"Then was the iron, the clay, the brass, the silver, and the gold, broken to pieces together, and became like the chaff of the summer threshingfloors; and the wind carried them away, that no place was found for them: and the stone that smote the image became a great mountain, and filled the whole earth."},{"text":"This is the dream; and we will tell the interpretation thereof before the king."},{"text":"Thou, O king, art a king of kings: for the God of heaven hath given thee a kingdom, power, and strength, and glory."},{"text":"And wheresoever the children of men dwell, the beasts of the field and the fowls of the heaven hath he given into thine hand, and hath made thee ruler over them all. Thou art this head of gold."},{"text":"And after thee shall arise another kingdom inferior to thee, and another third kingdom of brass, which shall bear rule over all the earth."},{"text":"And the fourth kingdom shall be strong as iron: forasmuch as iron breaketh in pieces and subdueth all things: and as iron that breaketh all these, shall it break in pieces and bruise."},{"text":"And whereas thou sawest the feet and toes, part of potters' clay, and part of iron, the kingdom shall be divided; but there shall be in it of the strength of the iron, forasmuch as thou sawest the iron mixed with miry clay."},{"text":"And as the toes of the feet were part of iron, and part of clay, so the kingdom shall be partly strong, and partly broken."},{"text":"And whereas thou sawest iron mixed with miry clay, they shall mingle themselves with the seed of men: but they shall not cleave one to another, even as iron is not mixed with clay."},{"text":"And in the days of these kings shall the God of heaven set up a kingdom, which shall never be destroyed: and the kingdom shall not be left to other people, but it shall break in pieces and consume all these kingdoms, and it shall stand for ever."},{"text":"Forasmuch as thou sawest that the stone was cut out of the mountain without hands, and that it brake in pieces the iron, the brass, the clay, the silver, and the gold; the great God hath made known to the king what shall come to pass hereafter: and the dream is certain, and the interpretation thereof sure."},{"text":"Then the king Nebuchadnezzar fell upon his face, and worshipped Daniel, and commanded that they should offer an oblation and sweet odours unto him."},{"text":"The king answered unto Daniel, and said, Of a truth it is, that your God is a God of gods, and a Lord of kings, and a revealer of secrets, seeing thou couldest reveal this secret."},{"text":"Then the king made Daniel a great man, and gave him many great gifts, and made him ruler over the whole province of Babylon, and chief of the governors over all the wise men of Babylon."},{"text":"Then Daniel requested of the king, and he set Shadrach, Meshach, and Abednego, over the affairs of the province of Babylon: but Daniel sat in the gate of the king."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"Nebuchadnezzar the king made an image of gold, whose height was threescore cubits, and the breadth thereof six cubits: he set it up in the plain of Dura, in the province of Babylon."},{"text":"Then Nebuchadnezzar the king sent to gather together the princes, the governors, and the captains, the judges, the treasurers, the counsellors, the sheriffs, and all the rulers of the provinces, to come to the dedication of the image which Nebuchadnezzar the king had set up."},{"text":"Then the princes, the governors, and captains, the judges, the treasurers, the counsellors, the sheriffs, and all the rulers of the provinces, were gathered together unto the dedication of the image that Nebuchadnezzar the king had set up; and they stood before the image that Nebuchadnezzar had set up."},{"text":"Then an herald cried aloud, To you it is commanded, O people, nations, and languages,"},{"text":"That at what time ye hear the sound of the cornet, flute, harp, sackbut, psaltery, dulcimer, and all kinds of musick, ye fall down and worship the golden image that Nebuchadnezzar the king hath set up:"},{"text":"And whoso falleth not down and worshippeth shall the same hour be cast into the midst of a burning fiery furnace."},{"text":"Therefore at that time, when all the people heard the sound of the cornet, flute, harp, sackbut, psaltery, and all kinds of musick, all the people, the nations, and the languages, fell down and worshipped the golden image that Nebuchadnezzar the king had set up."},{"text":"Wherefore at that time certain Chaldeans came near, and accused the Jews."},{"text":"They spake and said to the king Nebuchadnezzar, O king, live for ever."},{"text":"Thou, O king, hast made a decree, that every man that shall hear the sound of the cornet, flute, harp, sackbut, psaltery, and dulcimer, and all kinds of musick, shall fall down and worship the golden image:"},{"text":"And whoso falleth not down and worshippeth, that he should be cast into the midst of a burning fiery furnace."},{"text":"There are certain Jews whom thou hast set over the affairs of the province of Babylon, Shadrach, Meshach, and Abednego; these men, O king, have not regarded thee: they serve not thy gods, nor worship the golden image which thou hast set up."},{"text":"Then Nebuchadnezzar in his rage and fury commanded to bring Shadrach, Meshach, and Abednego. Then they brought these men before the king."},{"text":"Nebuchadnezzar spake and said unto them, Is it true, O Shadrach, Meshach, and Abednego, do not ye serve my gods, nor worship the golden image which I have set up?"},{"text":"Now if ye be ready that at what time ye hear the sound of the cornet, flute, harp, sackbut, psaltery, and dulcimer, and all kinds of musick, ye fall down and worship the image which I have made; well: but if ye worship not, ye shall be cast the same hour into the midst of a burning fiery furnace; and who is that God that shall deliver you out of my hands?"},{"text":"Shadrach, Meshach, and Abednego, answered and said to the king, O Nebuchadnezzar, we are not careful to answer thee in this matter."},{"text":"If it be so, our God whom we serve is able to deliver us from the burning fiery furnace, and he will deliver us out of thine hand, O king."},{"text":"But if not, be it known unto thee, O king, that we will not serve thy gods, nor worship the golden image which thou hast set up."},{"text":"Then was Nebuchadnezzar full of fury, and the form of his visage was changed against Shadrach, Meshach, and Abednego: therefore he spake, and commanded that they should heat the furnace one seven times more than it was wont to be heated."},{"text":"And he commanded the most mighty men that were in his army to bind Shadrach, Meshach, and Abednego, and to cast them into the burning fiery furnace."},{"text":"Then these men were bound in their coats, their hosen, and their hats, and their other garments, and were cast into the midst of the burning fiery furnace."},{"text":"Therefore because the king's commandment was urgent, and the furnace exceeding hot, the flames of the fire slew those men that took up Shadrach, Meshach, and Abednego."},{"text":"And these three men, Shadrach, Meshach, and Abednego, fell down bound into the midst of the burning fiery furnace."},{"text":"Then Nebuchadnezzar the king was astonied, and rose up in haste, and spake, and said unto his counsellors, Did not we cast three men bound into the midst of the fire? They answered and said unto the king, True, O king."},{"text":"He answered and said, Lo, I see four men loose, walking in the midst of the fire, and they have no hurt; and the form of the fourth is like the Son of God."},{"text":"Then Nebuchadnezzar came near to the mouth of the burning fiery furnace, and spake, and said, Shadrach, Meshach, and Abednego, ye servants of the most high God, come forth, and come hither. Then Shadrach, Meshach, and Abednego, came forth of the midst of the fire."},{"text":"And the princes, governors, and captains, and the king's counsellors, being gathered together, saw these men, upon whose bodies the fire had no power, nor was an hair of their head singed, neither were their coats changed, nor the smell of fire had passed on them."},{"text":"Then Nebuchadnezzar spake, and said, Blessed be the God of Shadrach, Meshach, and Abednego, who hath sent his angel, and delivered his servants that trusted in him, and have changed the king's word, and yielded their bodies, that they might not serve nor worship any god, except their own God."},{"text":"Therefore I make a decree, That every people, nation, and language, which speak any thing amiss against the God of Shadrach, Meshach, and Abednego, shall be cut in pieces, and their houses shall be made a dunghill: because there is no other God that can deliver after this sort."},{"text":"Then the king promoted Shadrach, Meshach, and Abednego, in the province of Babylon."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"Nebuchadnezzar the king, unto all people, nations, and languages, that dwell in all the earth; Peace be multiplied unto you."},{"text":"I thought it good to shew the signs and wonders that the high God hath wrought toward me."},{"text":"How great are his signs! and how mighty are his wonders! his kingdom is an everlasting kingdom, and his dominion is from generation to generation."},{"text":"I Nebuchadnezzar was at rest in mine house, and flourishing in my palace:"},{"text":"I saw a dream which made me afraid, and the thoughts upon my bed and the visions of my head troubled me."},{"text":"Therefore made I a decree to bring in all the wise men of Babylon before me, that they might make known unto me the interpretation of the dream."},{"text":"Then came in the magicians, the astrologers, the Chaldeans, and the soothsayers: and I told the dream before them; but they did not make known unto me the interpretation thereof."},{"text":"But at the last Daniel came in before me, whose name was Belteshazzar, according to the name of my God, and in whom is the spirit of the holy gods: and before him I told the dream, saying,"},{"text":"O Belteshazzar, master of the magicians, because I know that the spirit of the holy gods is in thee, and no secret troubleth thee, tell me the visions of my dream that I have seen, and the interpretation thereof."},{"text":"Thus were the visions of mine head in my bed; I saw, and behold a tree in the midst of the earth, and the height thereof was great."},{"text":"The tree grew, and was strong, and the height thereof reached unto heaven, and the sight thereof to the end of all the earth:"},{"text":"The leaves thereof were fair, and the fruit thereof much, and in it was meat for all: the beasts of the field had shadow under it, and the fowls of the heaven dwelt in the boughs thereof, and all flesh was fed of it."},{"text":"I saw in the visions of my head upon my bed, and, behold, a watcher and an holy one came down from heaven;"},{"text":"He cried aloud, and said thus, Hew down the tree, and cut off his branches, shake off his leaves, and scatter his fruit: let the beasts get away from under it, and the fowls from his branches:"},{"text":"Nevertheless leave the stump of his roots in the earth, even with a band of iron and brass, in the tender grass of the field; and let it be wet with the dew of heaven, and let his portion be with the beasts in the grass of the earth:"},{"text":"Let his heart be changed from man's, and let a beast's heart be given unto him; and let seven times pass over him."},{"text":"This matter is by the decree of the watchers, and the demand by the word of the holy ones: to the intent that the living may know that the most High ruleth in the kingdom of men, and giveth it to whomsoever he will, and setteth up over it the basest of men."},{"text":"This dream I king Nebuchadnezzar have seen. Now thou, O Belteshazzar, declare the interpretation thereof, forasmuch as all the wise men of my kingdom are not able to make known unto me the interpretation: but thou art able; for the spirit of the holy gods is in thee."},{"text":"Then Daniel, whose name was Belteshazzar, was astonied for one hour, and his thoughts troubled him. The king spake, and said, Belteshazzar, let not the dream, or the interpretation thereof, trouble thee. Belteshazzar answered and said, My lord, the dream be to them that hate thee, and the interpretation thereof to thine enemies."},{"text":"The tree that thou sawest, which grew, and was strong, whose height reached unto the heaven, and the sight thereof to all the earth;"},{"text":"Whose leaves were fair, and the fruit thereof much, and in it was meat for all; under which the beasts of the field dwelt, and upon whose branches the fowls of the heaven had their habitation:"},{"text":"It is thou, O king, that art grown and become strong: for thy greatness is grown, and reacheth unto heaven, and thy dominion to the end of the earth."},{"text":"And whereas the king saw a watcher and an holy one coming down from heaven, and saying, Hew the tree down, and destroy it; yet leave the stump of the roots thereof in the earth, even with a band of iron and brass, in the tender grass of the field; and let it be wet with the dew of heaven, and let his portion be with the beasts of the field, till seven times pass over him;"},{"text":"This is the interpretation, O king, and this is the decree of the most High, which is come upon my lord the king:"},{"text":"That they shall drive thee from men, and thy dwelling shall be with the beasts of the field, and they shall make thee to eat grass as oxen, and they shall wet thee with the dew of heaven, and seven times shall pass over thee, till thou know that the most High ruleth in the kingdom of men, and giveth it to whomsoever he will."},{"text":"And whereas they commanded to leave the stump of the tree roots; thy kingdom shall be sure unto thee, after that thou shalt have known that the heavens do rule."},{"text":"Wherefore, O king, let my counsel be acceptable unto thee, and break off thy sins by righteousness, and thine iniquities by shewing mercy to the poor; if it may be a lengthening of thy tranquillity."},{"text":"All this came upon the king Nebuchadnezzar."},{"text":"At the end of twelve months he walked in the palace of the kingdom of Babylon."},{"text":"The king spake, and said, Is not this great Babylon, that I have built for the house of the kingdom by the might of my power, and for the honour of my majesty?"},{"text":"While the word was in the king's mouth, there fell a voice from heaven, saying, O king Nebuchadnezzar, to thee it is spoken; The kingdom is departed from thee."},{"text":"And they shall drive thee from men, and thy dwelling shall be with the beasts of the field: they shall make thee to eat grass as oxen, and seven times shall pass over thee, until thou know that the most High ruleth in the kingdom of men, and giveth it to whomsoever he will."},{"text":"The same hour was the thing fulfilled upon Nebuchadnezzar: and he was driven from men, and did eat grass as oxen, and his body was wet with the dew of heaven, till his hairs were grown like eagles' feathers, and his nails like birds' claws."},{"text":"And at the end of the days I Nebuchadnezzar lifted up mine eyes unto heaven, and mine understanding returned unto me, and I blessed the most High, and I praised and honoured him that liveth for ever, whose dominion is an everlasting dominion, and his kingdom is from generation to generation:"},{"text":"And all the inhabitants of the earth are reputed as nothing: and he doeth according to his will in the army of heaven, and among the inhabitants of the earth: and none can stay his hand, or say unto him, What doest thou?"},{"text":"At the same time my reason returned unto me; and for the glory of my kingdom, mine honour and brightness returned unto me; and my counsellors and my lords sought unto me; and I was established in my kingdom, and excellent majesty was added unto me."},{"text":"Now I Nebuchadnezzar praise and extol and honour the King of heaven, all whose works are truth, and his ways judgment: and those that walk in pride he is able to abase."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Belshazzar the king made a great feast to a thousand of his lords, and drank wine before the thousand."},{"text":"Belshazzar, whiles he tasted the wine, commanded to bring the golden and silver vessels which his father Nebuchadnezzar had taken out of the temple which was in Jerusalem; that the king, and his princes, his wives, and his concubines, might drink therein."},{"text":"Then they brought the golden vessels that were taken out of the temple of the house of God which was at Jerusalem; and the king, and his princes, his wives, and his concubines, drank in them."},{"text":"They drank wine, and praised the gods of gold, and of silver, of brass, of iron, of wood, and of stone."},{"text":"In the same hour came forth fingers of a man's hand, and wrote over against the candlestick upon the plaister of the wall of the king's palace: and the king saw the part of the hand that wrote."},{"text":"Then the king's countenance was changed, and his thoughts troubled him, so that the joints of his loins were loosed, and his knees smote one against another."},{"text":"The king cried aloud to bring in the astrologers, the Chaldeans, and the soothsayers. And the king spake, and said to the wise men of Babylon, Whosoever shall read this writing, and shew me the interpretation thereof, shall be clothed with scarlet, and have a chain of gold about his neck, and shall be the third ruler in the kingdom."},{"text":"Then came in all the king's wise men: but they could not read the writing, nor make known to the king the interpretation thereof."},{"text":"Then was king Belshazzar greatly troubled, and his countenance was changed in him, and his lords were astonied."},{"text":"Now the queen by reason of the words of the king and his lords came into the banquet house: and the queen spake and said, O king, live for ever: let not thy thoughts trouble thee, nor let thy countenance be changed:"},{"text":"There is a man in thy kingdom, in whom is the spirit of the holy gods; and in the days of thy father light and understanding and wisdom, like the wisdom of the gods, was found in him; whom the king Nebuchadnezzar thy father, the king, I say, thy father, made master of the magicians, astrologers, Chaldeans, and soothsayers;"},{"text":"Forasmuch as an excellent spirit, and knowledge, and understanding, interpreting of dreams, and shewing of hard sentences, and dissolving of doubts, were found in the same Daniel, whom the king named Belteshazzar: now let Daniel be called, and he will shew the interpretation."},{"text":"Then was Daniel brought in before the king. And the king spake and said unto Daniel, Art thou that Daniel, which art of the children of the captivity of Judah, whom the king my father brought out of Jewry?"},{"text":"I have even heard of thee, that the spirit of the gods is in thee, and that light and understanding and excellent wisdom is found in thee."},{"text":"And now the wise men, the astrologers, have been brought in before me, that they should read this writing, and make known unto me the interpretation thereof: but they could not shew the interpretation of the thing:"},{"text":"And I have heard of thee, that thou canst make interpretations, and dissolve doubts: now if thou canst read the writing, and make known to me the interpretation thereof, thou shalt be clothed with scarlet, and have a chain of gold about thy neck, and shalt be the third ruler in the kingdom."},{"text":"Then Daniel answered and said before the king, Let thy gifts be to thyself, and give thy rewards to another; yet I will read the writing unto the king, and make known to him the interpretation."},{"text":"O thou king, the most high God gave Nebuchadnezzar thy father a kingdom, and majesty, and glory, and honour:"},{"text":"And for the majesty that he gave him, all people, nations, and languages, trembled and feared before him: whom he would he slew; and whom he would he kept alive; and whom he would he set up; and whom he would he put down."},{"text":"But when his heart was lifted up, and his mind hardened in pride, he was deposed from his kingly throne, and they took his glory from him:"},{"text":"And he was driven from the sons of men; and his heart was made like the beasts, and his dwelling was with the wild asses: they fed him with grass like oxen, and his body was wet with the dew of heaven; till he knew that the most high God ruled in the kingdom of men, and that he appointeth over it whomsoever he will."},{"text":"And thou his son, O Belshazzar, hast not humbled thine heart, though thou knewest all this;"},{"text":"But hast lifted up thyself against the Lord of heaven; and they have brought the vessels of his house before thee, and thou, and thy lords, thy wives, and thy concubines, have drunk wine in them; and thou hast praised the gods of silver, and gold, of brass, iron, wood, and stone, which see not, nor hear, nor know: and the God in whose hand thy breath is, and whose are all thy ways, hast thou not glorified:"},{"text":"Then was the part of the hand sent from him; and this writing was written."},{"text":"And this is the writing that was written, MENE, MENE, TEKEL, UPHARSIN."},{"text":"This is the interpretation of the thing: MENE; God hath numbered thy kingdom, and finished it."},{"text":"TEKEL; Thou art weighed in the balances, and art found wanting."},{"text":"PERES; Thy kingdom is divided, and given to the Medes and Persians."},{"text":"Then commanded Belshazzar, and they clothed Daniel with scarlet, and put a chain of gold about his neck, and made a proclamation concerning him, that he should be the third ruler in the kingdom."},{"text":"In that night was Belshazzar the king of the Chaldeans slain."},{"text":"And Darius the Median took the kingdom, being about threescore and two years old."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"It pleased Darius to set over the kingdom an hundred and twenty princes, which should be over the whole kingdom;"},{"text":"And over these three presidents; of whom Daniel was first: that the princes might give accounts unto them, and the king should have no damage."},{"text":"Then this Daniel was preferred above the presidents and princes, because an excellent spirit was in him; and the king thought to set him over the whole realm."},{"text":"Then the presidents and princes sought to find occasion against Daniel concerning the kingdom; but they could find none occasion nor fault; forasmuch as he was faithful, neither was there any error or fault found in him."},{"text":"Then said these men, We shall not find any occasion against this Daniel, except we find it against him concerning the law of his God."},{"text":"Then these presidents and princes assembled together to the king, and said thus unto him, King Darius, live for ever."},{"text":"All the presidents of the kingdom, the governors, and the princes, the counsellors, and the captains, have consulted together to establish a royal statute, and to make a firm decree, that whosoever shall ask a petition of any God or man for thirty days, save of thee, O king, he shall be cast into the den of lions."},{"text":"Now, O king, establish the decree, and sign the writing, that it be not changed, according to the law of the Medes and Persians, which altereth not."},{"text":"Wherefore king Darius signed the writing and the decree."},{"text":"Now when Daniel knew that the writing was signed, he went into his house; and his windows being open in his chamber toward Jerusalem, he kneeled upon his knees three times a day, and prayed, and gave thanks before his God, as he did aforetime."},{"text":"Then these men assembled, and found Daniel praying and making supplication before his God."},{"text":"Then they came near, and spake before the king concerning the king's decree; Hast thou not signed a decree, that every man that shall ask a petition of any God or man within thirty days, save of thee, O king, shall be cast into the den of lions? The king answered and said, The thing is true, according to the law of the Medes and Persians, which altereth not."},{"text":"Then answered they and said before the king, That Daniel, which is of the children of the captivity of Judah, regardeth not thee, O king, nor the decree that thou hast signed, but maketh his petition three times a day."},{"text":"Then the king, when he heard these words, was sore displeased with himself, and set his heart on Daniel to deliver him: and he laboured till the going down of the sun to deliver him."},{"text":"Then these men assembled unto the king, and said unto the king, Know, O king, that the law of the Medes and Persians is, That no decree nor statute which the king establisheth may be changed."},{"text":"Then the king commanded, and they brought Daniel, and cast him into the den of lions. Now the king spake and said unto Daniel, Thy God whom thou servest continually, he will deliver thee."},{"text":"And a stone was brought, and laid upon the mouth of the den; and the king sealed it with his own signet, and with the signet of his lords; that the purpose might not be changed concerning Daniel."},{"text":"Then the king went to his palace, and passed the night fasting: neither were instruments of musick brought before him: and his sleep went from him."},{"text":"Then the king arose very early in the morning, and went in haste unto the den of lions."},{"text":"And when he came to the den, he cried with a lamentable voice unto Daniel: and the king spake and said to Daniel, O Daniel, servant of the living God, is thy God, whom thou servest continually, able to deliver thee from the lions?"},{"text":"Then said Daniel unto the king, O king, live for ever."},{"text":"My God hath sent his angel, and hath shut the lions' mouths, that they have not hurt me: forasmuch as before him innocency was found in me; and also before thee, O king, have I done no hurt."},{"text":"Then was the king exceedingly glad for him, and commanded that they should take Daniel up out of the den. So Daniel was taken up out of the den, and no manner of hurt was found upon him, because he believed in his God."},{"text":"And the king commanded, and they brought those men which had accused Daniel, and they cast them into the den of lions, them, their children, and their wives; and the lions had the mastery of them, and brake all their bones in pieces or ever they came at the bottom of the den."},{"text":"Then king Darius wrote unto all people, nations, and languages, that dwell in all the earth; Peace be multiplied unto you."},{"text":"I make a decree, That in every dominion of my kingdom men tremble and fear before the God of Daniel: for he is the living God, and stedfast for ever, and his kingdom that which shall not be destroyed, and his dominion shall be even unto the end."},{"text":"He delivereth and rescueth, and he worketh signs and wonders in heaven and in earth, who hath delivered Daniel from the power of the lions."},{"text":"So this Daniel prospered in the reign of Darius, and in the reign of Cyrus the Persian."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"In the first year of Belshazzar king of Babylon Daniel had a dream and visions of his head upon his bed: then he wrote the dream, and told the sum of the matters."},{"text":"Daniel spake and said, I saw in my vision by night, and, behold, the four winds of the heaven strove upon the great sea."},{"text":"And four great beasts came up from the sea, diverse one from another."},{"text":"The first was like a lion, and had eagle's wings: I beheld till the wings thereof were plucked, and it was lifted up from the earth, and made stand upon the feet as a man, and a man's heart was given to it."},{"text":"And behold another beast, a second, like to a bear, and it raised up itself on one side, and it had three ribs in the mouth of it between the teeth of it: and they said thus unto it, Arise, devour much flesh."},{"text":"After this I beheld, and lo another, like a leopard, which had upon the back of it four wings of a fowl; the beast had also four heads; and dominion was given to it."},{"text":"After this I saw in the night visions, and behold a fourth beast, dreadful and terrible, and strong exceedingly; and it had great iron teeth: it devoured and brake in pieces, and stamped the residue with the feet of it: and it was diverse from all the beasts that were before it; and it had ten horns."},{"text":"I considered the horns, and, behold, there came up among them another little horn, before whom there were three of the first horns plucked up by the roots: and, behold, in this horn were eyes like the eyes of man, and a mouth speaking great things."},{"text":"I beheld till the thrones were cast down, and the Ancient of days did sit, whose garment was white as snow, and the hair of his head like the pure wool: his throne was like the fiery flame, and his wheels as burning fire."},{"text":"A fiery stream issued and came forth from before him: thousand thousands ministered unto him, and ten thousand times ten thousand stood before him: the judgment was set, and the books were opened."},{"text":"I beheld then because of the voice of the great words which the horn spake: I beheld even till the beast was slain, and his body destroyed, and given to the burning flame."},{"text":"As concerning the rest of the beasts, they had their dominion taken away: yet their lives were prolonged for a season and time."},{"text":"I saw in the night visions, and, behold, one like the Son of man came with the clouds of heaven, and came to the Ancient of days, and they brought him near before him."},{"text":"And there was given him dominion, and glory, and a kingdom, that all people, nations, and languages, should serve him: his dominion is an everlasting dominion, which shall not pass away, and his kingdom that which shall not be destroyed."},{"text":"I Daniel was grieved in my spirit in the midst of my body, and the visions of my head troubled me."},{"text":"I came near unto one of them that stood by, and asked him the truth of all this. So he told me, and made me know the interpretation of the things."},{"text":"These great beasts, which are four, are four kings, which shall arise out of the earth."},{"text":"But the saints of the most High shall take the kingdom, and possess the kingdom for ever, even for ever and ever."},{"text":"Then I would know the truth of the fourth beast, which was diverse from all the others, exceeding dreadful, whose teeth were of iron, and his nails of brass; which devoured, brake in pieces, and stamped the residue with his feet;"},{"text":"And of the ten horns that were in his head, and of the other which came up, and before whom three fell; even of that horn that had eyes, and a mouth that spake very great things, whose look was more stout than his fellows."},{"text":"I beheld, and the same horn made war with the saints, and prevailed against them;"},{"text":"Until the Ancient of days came, and judgment was given to the saints of the most High; and the time came that the saints possessed the kingdom."},{"text":"Thus he said, The fourth beast shall be the fourth kingdom upon earth, which shall be diverse from all kingdoms, and shall devour the whole earth, and shall tread it down, and break it in pieces."},{"text":"And the ten horns out of this kingdom are ten kings that shall arise: and another shall rise after them; and he shall be diverse from the first, and he shall subdue three kings."},{"text":"And he shall speak great words against the most High, and shall wear out the saints of the most High, and think to change times and laws: and they shall be given into his hand until a time and times and the dividing of time."},{"text":"But the judgment shall sit, and they shall take away his dominion, to consume and to destroy it unto the end."},{"text":"And the kingdom and dominion, and the greatness of the kingdom under the whole heaven, shall be given to the people of the saints of the most High, whose kingdom is an everlasting kingdom, and all dominions shall serve and obey him."},{"text":"Hitherto is the end of the matter. As for me Daniel, my cogitations much troubled me, and my countenance changed in me: but I kept the matter in my heart."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"In the third year of the reign of king Belshazzar a vision appeared unto me, even unto me Daniel, after that which appeared unto me at the first."},{"text":"And I saw in a vision; and it came to pass, when I saw, that I was at Shushan in the palace, which is in the province of Elam; and I saw in a vision, and I was by the river of Ulai."},{"text":"Then I lifted up mine eyes, and saw, and, behold, there stood before the river a ram which had two horns: and the two horns were high; but one was higher than the other, and the higher came up last."},{"text":"I saw the ram pushing westward, and northward, and southward; so that no beasts might stand before him, neither was there any that could deliver out of his hand; but he did according to his will, and became great."},{"text":"And as I was considering, behold, an he goat came from the west on the face of the whole earth, and touched not the ground: and the goat had a notable horn between his eyes."},{"text":"And he came to the ram that had two horns, which I had seen standing before the river, and ran unto him in the fury of his power."},{"text":"And I saw him come close unto the ram, and he was moved with choler against him, and smote the ram, and brake his two horns: and there was no power in the ram to stand before him, but he cast him down to the ground, and stamped upon him: and there was none that could deliver the ram out of his hand."},{"text":"Therefore the he goat waxed very great: and when he was strong, the great horn was broken; and for it came up four notable ones toward the four winds of heaven."},{"text":"And out of one of them came forth a little horn, which waxed exceeding great, toward the south, and toward the east, and toward the pleasant land."},{"text":"And it waxed great, even to the host of heaven; and it cast down some of the host and of the stars to the ground, and stamped upon them."},{"text":"Yea, he magnified himself even to the prince of the host, and by him the daily sacrifice was taken away, and the place of the sanctuary was cast down."},{"text":"And an host was given him against the daily sacrifice by reason of transgression, and it cast down the truth to the ground; and it practised, and prospered."},{"text":"Then I heard one saint speaking, and another saint said unto that certain saint which spake, How long shall be the vision concerning the daily sacrifice, and the transgression of desolation, to give both the sanctuary and the host to be trodden under foot?"},{"text":"And he said unto me, Unto two thousand and three hundred days; then shall the sanctuary be cleansed."},{"text":"And it came to pass, when I, even I Daniel, had seen the vision, and sought for the meaning, then, behold, there stood before me as the appearance of a man."},{"text":"And I heard a man's voice between the banks of Ulai, which called, and said, Gabriel, make this man to understand the vision."},{"text":"So he came near where I stood: and when he came, I was afraid, and fell upon my face: but he said unto me, Understand, O son of man: for at the time of the end shall be the vision."},{"text":"Now as he was speaking with me, I was in a deep sleep on my face toward the ground: but he touched me, and set me upright."},{"text":"And he said, Behold, I will make thee know what shall be in the last end of the indignation: for at the time appointed the end shall be."},{"text":"The ram which thou sawest having two horns are the kings of Media and Persia."},{"text":"And the rough goat is the king of Grecia: and the great horn that is between his eyes is the first king."},{"text":"Now that being broken, whereas four stood up for it, four kingdoms shall stand up out of the nation, but not in his power."},{"text":"And in the latter time of their kingdom, when the transgressors are come to the full, a king of fierce countenance, and understanding dark sentences, shall stand up."},{"text":"And his power shall be mighty, but not by his own power: and he shall destroy wonderfully, and shall prosper, and practise, and shall destroy the mighty and the holy people."},{"text":"And through his policy also he shall cause craft to prosper in his hand; and he shall magnify himself in his heart, and by peace shall destroy many: he shall also stand up against the Prince of princes; but he shall be broken without hand."},{"text":"And the vision of the evening and the morning which was told is true: wherefore shut thou up the vision; for it shall be for many days."},{"text":"And I Daniel fainted, and was sick certain days; afterward I rose up, and did the king's business; and I was astonished at the vision, but none understood it."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"In the first year of Darius the son of Ahasuerus, of the seed of the Medes, which was made king over the realm of the Chaldeans;"},{"text":"In the first year of his reign I Daniel understood by books the number of the years, whereof the word of the LORD came to Jeremiah the prophet, that he would accomplish seventy years in the desolations of Jerusalem."},{"text":"And I set my face unto the Lord God, to seek by prayer and supplications, with fasting, and sackcloth, and ashes:"},{"text":"And I prayed unto the LORD my God, and made my confession, and said, O Lord, the great and dreadful God, keeping the covenant and mercy to them that love him, and to them that keep his commandments;"},{"text":"We have sinned, and have committed iniquity, and have done wickedly, and have rebelled, even by departing from thy precepts and from thy judgments:"},{"text":"Neither have we hearkened unto thy servants the prophets, which spake in thy name to our kings, our princes, and our fathers, and to all the people of the land."},{"text":"O LORD, righteousness belongeth unto thee, but unto us confusion of faces, as at this day; to the men of Judah, and to the inhabitants of Jerusalem, and unto all Israel, that are near, and that are far off, through all the countries whither thou hast driven them, because of their trespass that they have trespassed against thee."},{"text":"O Lord, to us belongeth confusion of face, to our kings, to our princes, and to our fathers, because we have sinned against thee."},{"text":"To the Lord our God belong mercies and forgivenesses, though we have rebelled against him;"},{"text":"Neither have we obeyed the voice of the LORD our God, to walk in his laws, which he set before us by his servants the prophets."},{"text":"Yea, all Israel have transgressed thy law, even by departing, that they might not obey thy voice; therefore the curse is poured upon us, and the oath that is written in the law of Moses the servant of God, because we have sinned against him."},{"text":"And he hath confirmed his words, which he spake against us, and against our judges that judged us, by bringing upon us a great evil: for under the whole heaven hath not been done as hath been done upon Jerusalem."},{"text":"As it is written in the law of Moses, all this evil is come upon us: yet made we not our prayer before the LORD our God, that we might turn from our iniquities, and understand thy truth."},{"text":"Therefore hath the LORD watched upon the evil, and brought it upon us: for the LORD our God is righteous in all his works which he doeth: for we obeyed not his voice."},{"text":"And now, O Lord our God, that hast brought thy people forth out of the land of Egypt with a mighty hand, and hast gotten thee renown, as at this day; we have sinned, we have done wickedly."},{"text":"O LORD, according to all thy righteousness, I beseech thee, let thine anger and thy fury be turned away from thy city Jerusalem, thy holy mountain: because for our sins, and for the iniquities of our fathers, Jerusalem and thy people are become a reproach to all that are about us."},{"text":"Now therefore, O our God, hear the prayer of thy servant, and his supplications, and cause thy face to shine upon thy sanctuary that is desolate, for the Lord's sake."},{"text":"O my God, incline thine ear, and hear; open thine eyes, and behold our desolations, and the city which is called by thy name: for we do not present our supplications before thee for our righteousnesses, but for thy great mercies."},{"text":"O Lord, hear; O Lord, forgive; O Lord, hearken and do; defer not, for thine own sake, O my God: for thy city and thy people are called by thy name."},{"text":"And whiles I was speaking, and praying, and confessing my sin and the sin of my people Israel, and presenting my supplication before the LORD my God for the holy mountain of my God;"},{"text":"Yea, whiles I was speaking in prayer, even the man Gabriel, whom I had seen in the vision at the beginning, being caused to fly swiftly, touched me about the time of the evening oblation."},{"text":"And he informed me, and talked with me, and said, O Daniel, I am now come forth to give thee skill and understanding."},{"text":"At the beginning of thy supplications the commandment came forth, and I am come to shew thee; for thou art greatly beloved: therefore understand the matter, and consider the vision."},{"text":"Seventy weeks are determined upon thy people and upon thy holy city, to finish the transgression, and to make an end of sins, and to make reconciliation for iniquity, and to bring in everlasting righteousness, and to seal up the vision and prophecy, and to anoint the most Holy."},{"text":"Know therefore and understand, that from the going forth of the commandment to restore and to build Jerusalem unto the Messiah the Prince shall be seven weeks, and threescore and two weeks: the street shall be built again, and the wall, even in troublous times."},{"text":"And after threescore and two weeks shall Messiah be cut off, but not for himself: and the people of the prince that shall come shall destroy the city and the sanctuary; and the end thereof shall be with a flood, and unto the end of the war desolations are determined."},{"text":"And he shall confirm the covenant with many for one week: and in the midst of the week he shall cause the sacrifice and the oblation to cease, and for the overspreading of abominations he shall make it desolate, even until the consummation, and that determined shall be poured upon the desolate."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"These be the words which Moses spake unto all Israel on this side Jordan in the wilderness, in the plain over against the Red sea, between Paran, and Tophel, and Laban, and Hazeroth, and Dizahab."},{"text":"(There are eleven days' journey from Horeb by the way of mount Seir unto Kadeshbarnea.)"},{"text":"And it came to pass in the fortieth year, in the eleventh month, on the first day of the month, that Moses spake unto the children of Israel, according unto all that the LORD had given him in commandment unto them;"},{"text":"After he had slain Sihon the king of the Amorites, which dwelt in Heshbon, and Og the king of Bashan, which dwelt at Astaroth in Edrei:"},{"text":"On this side Jordan, in the land of Moab, began Moses to declare this law, saying,"},{"text":"The LORD our God spake unto us in Horeb, saying, Ye have dwelt long enough in this mount:"},{"text":"Turn you, and take your journey, and go to the mount of the Amorites, and unto all the places nigh thereunto, in the plain, in the hills, and in the vale, and in the south, and by the sea side, to the land of the Canaanites, and unto Lebanon, unto the great river, the river Euphrates."},{"text":"Behold, I have set the land before you: go in and possess the land which the LORD sware unto your fathers, Abraham, Isaac, and Jacob, to give unto them and to their seed after them."},{"text":"And I spake unto you at that time, saying, I am not able to bear you myself alone:"},{"text":"The LORD your God hath multiplied you, and, behold, ye are this day as the stars of heaven for multitude."},{"text":"(The LORD God of your fathers make you a thousand times so many more as ye are, and bless you, as he hath promised you!)"},{"text":"How can I myself alone bear your cumbrance, and your burden, and your strife?"},{"text":"Take you wise men, and understanding, and known among your tribes, and I will make them rulers over you."},{"text":"And ye answered me, and said, The thing which thou hast spoken is good for us to do."},{"text":"So I took the chief of your tribes, wise men, and known, and made them heads over you, captains over thousands, and captains over hundreds, and captains over fifties, and captains over tens, and officers among your tribes."},{"text":"And I charged your judges at that time, saying, Hear the causes between your brethren, and judge righteously between every man and his brother, and the stranger that is with him."},{"text":"Ye shall not respect persons in judgment; but ye shall hear the small as well as the great; ye shall not be afraid of the face of man; for the judgment is God's: and the cause that is too hard for you, bring it unto me, and I will hear it."},{"text":"And I commanded you at that time all the things which ye should do."},{"text":"And when we departed from Horeb, we went through all that great and terrible wilderness, which ye saw by the way of the mountain of the Amorites, as the LORD our God commanded us; and we came to Kadeshbarnea."},{"text":"And I said unto you, Ye are come unto the mountain of the Amorites, which the LORD our God doth give unto us."},{"text":"Behold, the LORD thy God hath set the land before thee: go up and possess it, as the LORD God of thy fathers hath said unto thee; fear not, neither be discouraged."},{"text":"And ye came near unto me every one of you, and said, We will send men before us, and they shall search us out the land, and bring us word again by what way we must go up, and into what cities we shall come."},{"text":"And the saying pleased me well: and I took twelve men of you, one of a tribe:"},{"text":"And they turned and went up into the mountain, and came unto the valley of Eshcol, and searched it out."},{"text":"And they took of the fruit of the land in their hands, and brought it down unto us, and brought us word again, and said, It is a good land which the LORD our God doth give us."},{"text":"Notwithstanding ye would not go up, but rebelled against the commandment of the LORD your God:"},{"text":"And ye murmured in your tents, and said, Because the LORD hated us, he hath brought us forth out of the land of Egypt, to deliver us into the hand of the Amorites, to destroy us."},{"text":"Whither shall we go up? our brethren have discouraged our heart, saying, The people is greater and taller than we; the cities are great and walled up to heaven; and moreover we have seen the sons of the Anakims there."},{"text":"Then I said unto you, Dread not, neither be afraid of them."},{"text":"The LORD your God which goeth before you, he shall fight for you, according to all that he did for you in Egypt before your eyes;"},{"text":"And in the wilderness, where thou hast seen how that the LORD thy God bare thee, as a man doth bear his son, in all the way that ye went, until ye came into this place."},{"text":"Yet in this thing ye did not believe the LORD your God,"},{"text":"Who went in the way before you, to search you out a place to pitch your tents in, in fire by night, to shew you by what way ye should go, and in a cloud by day."},{"text":"And the LORD heard the voice of your words, and was wroth, and sware, saying,"},{"text":"Surely there shall not one of these men of this evil generation see that good land, which I sware to give unto your fathers."},{"text":"Save Caleb the son of Jephunneh; he shall see it, and to him will I give the land that he hath trodden upon, and to his children, because he hath wholly followed the LORD."},{"text":"Also the LORD was angry with me for your sakes, saying, Thou also shalt not go in thither."},{"text":"But Joshua the son of Nun, which standeth before thee, he shall go in thither: encourage him: for he shall cause Israel to inherit it."},{"text":"Moreover your little ones, which ye said should be a prey, and your children, which in that day had no knowledge between good and evil, they shall go in thither, and unto them will I give it, and they shall possess it."},{"text":"But as for you, turn you, and take your journey into the wilderness by the way of the Red sea."},{"text":"Then ye answered and said unto me, We have sinned against the LORD, we will go up and fight, according to all that the LORD our God commanded us."},{"text":"And the LORD said unto me, Say unto them. Go not up, neither fight; for I am not among you; lest ye be smitten before your enemies."},{"text":"So I spake unto you; and ye would not hear, but rebelled against the commandment of the LORD, and went presumptuously up into the hill."},{"text":"And the Amorites, which dwelt in that mountain, came out against you, and chased you, as bees do, and destroyed you in Seir, even unto Hormah."},{"text":"And ye returned and wept before the LORD; but the LORD would not hearken to your voice, nor give ear unto you."},{"text":"So ye abode in Kadesh many days, according unto the days that ye abode there."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"At that time the LORD said unto me, Hew thee two tables of stone like unto the first, and come up unto me into the mount, and make thee an ark of wood."},{"text":"And I will write on the tables the words that were in the first tables which thou brakest, and thou shalt put them in the ark."},{"text":"And I made an ark of shittim wood, and hewed two tables of stone like unto the first, and went up into the mount, having the two tables in mine hand."},{"text":"And he wrote on the tables, according to the first writing, the ten commandments, which the LORD spake unto you in the mount out of the midst of the fire in the day of the assembly: and the LORD gave them unto me."},{"text":"And I turned myself and came down from the mount, and put the tables in the ark which I had made; and there they be, as the LORD commanded me."},{"text":"And the children of Israel took their journey from Beeroth of the children of Jaakan to Mosera: there Aaron died, and there he was buried; and Eleazar his son ministered in the priest's office in his stead."},{"text":"From thence they journeyed unto Gudgodah; and from Gudgodah to Jotbath, a land of rivers of waters."},{"text":"At that time the LORD separated the tribe of Levi, to bear the ark of the covenant of the LORD, to stand before the LORD to minister unto him, and to bless in his name, unto this day."},{"text":"Wherefore Levi hath no part nor inheritance with his brethren; the LORD is his inheritance, according as the LORD thy God promised him."},{"text":"And I stayed in the mount, according to the first time, forty days and forty nights; and the LORD hearkened unto me at that time also, and the LORD would not destroy thee."},{"text":"And the LORD said unto me, Arise, take thy journey before the people, that they may go in and possess the land, which I sware unto their fathers to give unto them."},{"text":"And now, Israel, what doth the LORD thy God require of thee, but to fear the LORD thy God, to walk in all his ways, and to love him, and to serve the LORD thy God with all thy heart and with all thy soul,"},{"text":"To keep the commandments of the LORD, and his statutes, which I command thee this day for thy good?"},{"text":"Behold, the heaven and the heaven of heavens is the LORD's thy God, the earth also, with all that therein is."},{"text":"Only the LORD had a delight in thy fathers to love them, and he chose their seed after them, even you above all people, as it is this day."},{"text":"Circumcise therefore the foreskin of your heart, and be no more stiffnecked."},{"text":"For the LORD your God is God of gods, and Lord of lords, a great God, a mighty, and a terrible, which regardeth not persons, nor taketh reward:"},{"text":"He doth execute the judgment of the fatherless and widow, and loveth the stranger, in giving him food and raiment."},{"text":"Love ye therefore the stranger: for ye were strangers in the land of Egypt."},{"text":"Thou shalt fear the LORD thy God; him shalt thou serve, and to him shalt thou cleave, and swear by his name."},{"text":"He is thy praise, and he is thy God, that hath done for thee these great and terrible things, which thine eyes have seen."},{"text":"Thy fathers went down into Egypt with threescore and ten persons; and now the LORD thy God hath made thee as the stars of heaven for multitude."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"Therefore thou shalt love the LORD thy God, and keep his charge, and his statutes, and his judgments, and his commandments, alway."},{"text":"And know ye this day: for I speak not with your children which have not known, and which have not seen the chastisement of the LORD your God, his greatness, his mighty hand, and his stretched out arm,"},{"text":"And his miracles, and his acts, which he did in the midst of Egypt unto Pharaoh the king of Egypt, and unto all his land;"},{"text":"And what he did unto the army of Egypt, unto their horses, and to their chariots; how he made the water of the Red sea to overflow them as they pursued after you, and how the LORD hath destroyed them unto this day;"},{"text":"And what he did unto you in the wilderness, until ye came into this place;"},{"text":"And what he did unto Dathan and Abiram, the sons of Eliab, the son of Reuben: how the earth opened her mouth, and swallowed them up, and their households, and their tents, and all the substance that was in their possession, in the midst of all Israel:"},{"text":"But your eyes have seen all the great acts of the LORD which he did."},{"text":"Therefore shall ye keep all the commandments which I command you this day, that ye may be strong, and go in and possess the land, whither ye go to possess it;"},{"text":"And that ye may prolong your days in the land, which the LORD sware unto your fathers to give unto them and to their seed, a land that floweth with milk and honey."},{"text":"For the land, whither thou goest in to possess it, is not as the land of Egypt, from whence ye came out, where thou sowedst thy seed, and wateredst it with thy foot, as a garden of herbs:"},{"text":"But the land, whither ye go to possess it, is a land of hills and valleys, and drinketh water of the rain of heaven:"},{"text":"A land which the LORD thy God careth for: the eyes of the LORD thy God are always upon it, from the beginning of the year even unto the end of the year."},{"text":"And it shall come to pass, if ye shall hearken diligently unto my commandments which I command you this day, to love the LORD your God, and to serve him with all your heart and with all your soul,"},{"text":"That I will give you the rain of your land in his due season, the first rain and the latter rain, that thou mayest gather in thy corn, and thy wine, and thine oil."},{"text":"And I will send grass in thy fields for thy cattle, that thou mayest eat and be full."},{"text":"Take heed to yourselves, that your heart be not deceived, and ye turn aside, and serve other gods, and worship them;"},{"text":"And then the LORD's wrath be kindled against you, and he shut up the heaven, that there be no rain, and that the land yield not her fruit; and lest ye perish quickly from off the good land which the LORD giveth you."},{"text":"Therefore shall ye lay up these my words in your heart and in your soul, and bind them for a sign upon your hand, that they may be as frontlets between your eyes."},{"text":"And ye shall teach them your children, speaking of them when thou sittest in thine house, and when thou walkest by the way, when thou liest down, and when thou risest up."},{"text":"And thou shalt write them upon the door posts of thine house, and upon thy gates:"},{"text":"That your days may be multiplied, and the days of your children, in the land which the LORD sware unto your fathers to give them, as the days of heaven upon the earth."},{"text":"For if ye shall diligently keep all these commandments which I command you, to do them, to love the LORD your God, to walk in all his ways, and to cleave unto him;"},{"text":"Then will the LORD drive out all these nations from before you, and ye shall possess greater nations and mightier than yourselves."},{"text":"Every place whereon the soles of your feet shall tread shall be yours: from the wilderness and Lebanon, from the river, the river Euphrates, even unto the uttermost sea shall your coast be."},{"text":"There shall no man be able to stand before you: for the LORD your God shall lay the fear of you and the dread of you upon all the land that ye shall tread upon, as he hath said unto you."},{"text":"Behold, I set before you this day a blessing and a curse;"},{"text":"A blessing, if ye obey the commandments of the LORD your God, which I command you this day:"},{"text":"And a curse, if ye will not obey the commandments of the LORD your God, but turn aside out of the way which I command you this day, to go after other gods, which ye have not known."},{"text":"And it shall come to pass, when the LORD thy God hath brought thee in unto the land whither thou goest to possess it, that thou shalt put the blessing upon mount Gerizim, and the curse upon mount Ebal."},{"text":"Are they not on the other side Jordan, by the way where the sun goeth down, in the land of the Canaanites, which dwell in the champaign over against Gilgal, beside the plains of Moreh?"},{"text":"For ye shall pass over Jordan to go in to possess the land which the LORD your God giveth you, and ye shall possess it, and dwell therein."},{"text":"And ye shall observe to do all the statutes and judgments which I set before you this day."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"These are the statutes and judgments, which ye shall observe to do in the land, which the LORD God of thy fathers giveth thee to possess it, all the days that ye live upon the earth."},{"text":"Ye shall utterly destroy all the places, wherein the nations which ye shall possess served their gods, upon the high mountains, and upon the hills, and under every green tree:"},{"text":"And ye shall overthrow their altars, and break their pillars, and burn their groves with fire; and ye shall hew down the graven images of their gods, and destroy the names of them out of that place."},{"text":"Ye shall not do so unto the LORD your God."},{"text":"But unto the place which the LORD your God shall choose out of all your tribes to put his name there, even unto his habitation shall ye seek, and thither thou shalt come:"},{"text":"And thither ye shall bring your burnt offerings, and your sacrifices, and your tithes, and heave offerings of your hand, and your vows, and your freewill offerings, and the firstlings of your herds and of your flocks:"},{"text":"And there ye shall eat before the LORD your God, and ye shall rejoice in all that ye put your hand unto, ye and your households, wherein the LORD thy God hath blessed thee."},{"text":"Ye shall not do after all the things that we do here this day, every man whatsoever is right in his own eyes."},{"text":"For ye are not as yet come to the rest and to the inheritance, which the LORD your God giveth you."},{"text":"But when ye go over Jordan, and dwell in the land which the LORD your God giveth you to inherit, and when he giveth you rest from all your enemies round about, so that ye dwell in safety;"},{"text":"Then there shall be a place which the LORD your God shall choose to cause his name to dwell there; thither shall ye bring all that I command you; your burnt offerings, and your sacrifices, your tithes, and the heave offering of your hand, and all your choice vows which ye vow unto the LORD:"},{"text":"And ye shall rejoice before the LORD your God, ye, and your sons, and your daughters, and your menservants, and your maidservants, and the Levite that is within your gates; forasmuch as he hath no part nor inheritance with you."},{"text":"Take heed to thyself that thou offer not thy burnt offerings in every place that thou seest:"},{"text":"But in the place which the LORD shall choose in one of thy tribes, there thou shalt offer thy burnt offerings, and there thou shalt do all that I command thee."},{"text":"Notwithstanding thou mayest kill and eat flesh in all thy gates, whatsoever thy soul lusteth after, according to the blessing of the LORD thy God which he hath given thee: the unclean and the clean may eat thereof, as of the roebuck, and as of the hart."},{"text":"Only ye shall not eat the blood; ye shall pour it upon the earth as water."},{"text":"Thou mayest not eat within thy gates the tithe of thy corn, or of thy wine, or of thy oil, or the firstlings of thy herds or of thy flock, nor any of thy vows which thou vowest, nor thy freewill offerings, or heave offering of thine hand:"},{"text":"But thou must eat them before the LORD thy God in the place which the LORD thy God shall choose, thou, and thy son, and thy daughter, and thy manservant, and thy maidservant, and the Levite that is within thy gates: and thou shalt rejoice before the LORD thy God in all that thou puttest thine hands unto."},{"text":"Take heed to thyself that thou forsake not the Levite as long as thou livest upon the earth."},{"text":"When the LORD thy God shall enlarge thy border, as he hath promised thee, and thou shalt say, I will eat flesh, because thy soul longeth to eat flesh; thou mayest eat flesh, whatsoever thy soul lusteth after."},{"text":"If the place which the LORD thy God hath chosen to put his name there be too far from thee, then thou shalt kill of thy herd and of thy flock, which the LORD hath given thee, as I have commanded thee, and thou shalt eat in thy gates whatsoever thy soul lusteth after."},{"text":"Even as the roebuck and the hart is eaten, so thou shalt eat them: the unclean and the clean shall eat of them alike."},{"text":"Only be sure that thou eat not the blood: for the blood is the life; and thou mayest not eat the life with the flesh."},{"text":"Thou shalt not eat it; thou shalt pour it upon the earth as water."},{"text":"Thou shalt not eat it; that it may go well with thee, and with thy children after thee, when thou shalt do that which is right in the sight of the LORD."},{"text":"Only thy holy things which thou hast, and thy vows, thou shalt take, and go unto the place which the LORD shall choose:"},{"text":"And thou shalt offer thy burnt offerings, the flesh and the blood, upon the altar of the LORD thy God: and the blood of thy sacrifices shall be poured out upon the altar of the LORD thy God, and thou shalt eat the flesh."},{"text":"Observe and hear all these words which I command thee, that it may go well with thee, and with thy children after thee for ever, when thou doest that which is good and right in the sight of the LORD thy God."},{"text":"When the LORD thy God shall cut off the nations from before thee, whither thou goest to possess them, and thou succeedest them, and dwellest in their land;"},{"text":"Take heed to thyself that thou be not snared by following them, after that they be destroyed from before thee; and that thou enquire not after their gods, saying, How did these nations serve their gods? even so will I do likewise."},{"text":"Thou shalt not do so unto the LORD thy God: for every abomination to the LORD, which he hateth, have they done unto their gods; for even their sons and their daughters they have burnt in the fire to their gods."},{"text":"What thing soever I command you, observe to do it: thou shalt not add thereto, nor diminish from it."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"If there arise among you a prophet, or a dreamer of dreams, and giveth thee a sign or a wonder,"},{"text":"And the sign or the wonder come to pass, whereof he spake unto thee, saying, Let us go after other gods, which thou hast not known, and let us serve them;"},{"text":"Thou shalt not hearken unto the words of that prophet, or that dreamer of dreams: for the LORD your God proveth you, to know whether ye love the LORD your God with all your heart and with all your soul."},{"text":"Ye shall walk after the LORD your God, and fear him, and keep his commandments, and obey his voice, and ye shall serve him, and cleave unto him."},{"text":"And that prophet, or that dreamer of dreams, shall be put to death; because he hath spoken to turn you away from the LORD your God, which brought you out of the land of Egypt, and redeemed you out of the house of bondage, to thrust thee out of the way which the LORD thy God commanded thee to walk in. So shalt thou put the evil away from the midst of thee."},{"text":"If thy brother, the son of thy mother, or thy son, or thy daughter, or the wife of thy bosom, or thy friend, which is as thine own soul, entice thee secretly, saying, Let us go and serve other gods, which thou hast not known, thou, nor thy fathers;"},{"text":"Namely, of the gods of the people which are round about you, nigh unto thee, or far off from thee, from the one end of the earth even unto the other end of the earth;"},{"text":"Thou shalt not consent unto him, nor hearken unto him; neither shall thine eye pity him, neither shalt thou spare, neither shalt thou conceal him:"},{"text":"But thou shalt surely kill him; thine hand shall be first upon him to put him to death, and afterwards the hand of all the people."},{"text":"And thou shalt stone him with stones, that he die; because he hath sought to thrust thee away from the LORD thy God, which brought thee out of the land of Egypt, from the house of bondage."},{"text":"And all Israel shall hear, and fear, and shall do no more any such wickedness as this is among you."},{"text":"If thou shalt hear say in one of thy cities, which the LORD thy God hath given thee to dwell there, saying,"},{"text":"Certain men, the children of Belial, are gone out from among you, and have withdrawn the inhabitants of their city, saying, Let us go and serve other gods, which ye have not known;"},{"text":"Then shalt thou enquire, and make search, and ask diligently; and, behold, if it be truth, and the thing certain, that such abomination is wrought among you;"},{"text":"Thou shalt surely smite the inhabitants of that city with the edge of the sword, destroying it utterly, and all that is therein, and the cattle thereof, with the edge of the sword."},{"text":"And thou shalt gather all the spoil of it into the midst of the street thereof, and shalt burn with fire the city, and all the spoil thereof every whit, for the LORD thy God: and it shall be an heap for ever; it shall not be built again."},{"text":"And there shall cleave nought of the cursed thing to thine hand: that the LORD may turn from the fierceness of his anger, and shew thee mercy, and have compassion upon thee, and multiply thee, as he hath sworn unto thy fathers;"},{"text":"When thou shalt hearken to the voice of the LORD thy God, to keep all his commandments which I command thee this day, to do that which is right in the eyes of the LORD thy God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"Ye are the children of the LORD your God: ye shall not cut yourselves, nor make any baldness between your eyes for the dead."},{"text":"For thou art an holy people unto the LORD thy God, and the LORD hath chosen thee to be a peculiar people unto himself, above all the nations that are upon the earth."},{"text":"Thou shalt not eat any abominable thing."},{"text":"These are the beasts which ye shall eat: the ox, the sheep, and the goat,"},{"text":"The hart, and the roebuck, and the fallow deer, and the wild goat, and the pygarg, and the wild ox, and the chamois."},{"text":"And every beast that parteth the hoof, and cleaveth the cleft into two claws, and cheweth the cud among the beasts, that ye shall eat."},{"text":"Nevertheless these ye shall not eat of them that chew the cud, or of them that divide the cloven hoof; as the camel, and the hare, and the coney: for they chew the cud, but divide not the hoof; therefore they are unclean unto you."},{"text":"And the swine, because it divideth the hoof, yet cheweth not the cud, it is unclean unto you: ye shall not eat of their flesh, nor touch their dead carcase."},{"text":"These ye shall eat of all that are in the waters: all that have fins and scales shall ye eat:"},{"text":"And whatsoever hath not fins and scales ye may not eat; it is unclean unto you."},{"text":"Of all clean birds ye shall eat."},{"text":"But these are they of which ye shall not eat: the eagle, and the ossifrage, and the ospray,"},{"text":"And the glede, and the kite, and the vulture after his kind,"},{"text":"And every raven after his kind,"},{"text":"And the owl, and the night hawk, and the cuckow, and the hawk after his kind,"},{"text":"The little owl, and the great owl, and the swan,"},{"text":"And the pelican, and the gier eagle, and the cormorant,"},{"text":"And the stork, and the heron after her kind, and the lapwing, and the bat."},{"text":"And every creeping thing that flieth is unclean unto you: they shall not be eaten."},{"text":"But of all clean fowls ye may eat."},{"text":"Ye shall not eat of anything that dieth of itself: thou shalt give it unto the stranger that is in thy gates, that he may eat it; or thou mayest sell it unto an alien: for thou art an holy people unto the LORD thy God."},{"text":"Thou shalt truly tithe all the increase of thy seed, that the field bringeth forth year by year."},{"text":"And thou shalt eat before the LORD thy God, in the place which he shall choose to place his name there, the tithe of thy corn, of thy wine, and of thine oil, and the firstlings of thy herds and of thy flocks; that thou mayest learn to fear the LORD thy God always."},{"text":"And if the way be too long for thee, so that thou art not able to carry it; or if the place be too far from thee, which the LORD thy God shall choose to set his name there, when the LORD thy God hath blessed thee:"},{"text":"Then shalt thou turn it into money, and bind up the money in thine hand, and shalt go unto the place which the LORD thy God shall choose:"},{"text":"And thou shalt bestow that money for whatsoever thy soul lusteth after, for oxen, or for sheep, or for wine, or for strong drink, or for whatsoever thy soul desireth: and thou shalt eat there before the LORD thy God, and thou shalt rejoice, thou, and thine household,"},{"text":"And the Levite that is within thy gates; thou shalt not forsake him; for he hath no part nor inheritance with thee."},{"text":"At the end of three years thou shalt bring forth all the tithe of thine increase the same year, and shalt lay it up within thy gates:"},{"text":"And the Levite, (because he hath no part nor inheritance with thee,) and the stranger, and the fatherless, and the widow, which are within thy gates, shall come, and shall eat and be satisfied; that the LORD thy God may bless thee in all the work of thine hand which thou doest."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"At the end of every seven years thou shalt make a release."},{"text":"And this is the manner of the release: Every creditor that lendeth ought unto his neighbour shall release it; he shall not exact it of his neighbour, or of his brother; because it is called the LORD's release."},{"text":"Of a foreigner thou mayest exact it again: but that which is thine with thy brother thine hand shall release;"},{"text":"Save when there shall be no poor among you; for the LORD shall greatly bless thee in the land which the LORD thy God giveth thee for an inheritance to possess it:"},{"text":"Only if thou carefully hearken unto the voice of the LORD thy God, to observe to do all these commandments which I command thee this day."},{"text":"For the LORD thy God blesseth thee, as he promised thee: and thou shalt lend unto many nations, but thou shalt not borrow; and thou shalt reign over many nations, but they shall not reign over thee."},{"text":"If there be among you a poor man of one of thy brethren within any of thy gates in thy land which the LORD thy God giveth thee, thou shalt not harden thine heart, nor shut thine hand from thy poor brother:"},{"text":"But thou shalt open thine hand wide unto him, and shalt surely lend him sufficient for his need, in that which he wanteth."},{"text":"Beware that there be not a thought in thy wicked heart, saying, The seventh year, the year of release, is at hand; and thine eye be evil against thy poor brother, and thou givest him nought; and he cry unto the LORD against thee, and it be sin unto thee."},{"text":"Thou shalt surely give him, and thine heart shall not be grieved when thou givest unto him: because that for this thing the LORD thy God shall bless thee in all thy works, and in all that thou puttest thine hand unto."},{"text":"For the poor shall never cease out of the land: therefore I command thee, saying, Thou shalt open thine hand wide unto thy brother, to thy poor, and to thy needy, in thy land."},{"text":"And if thy brother, an Hebrew man, or an Hebrew woman, be sold unto thee, and serve thee six years; then in the seventh year thou shalt let him go free from thee."},{"text":"And when thou sendest him out free from thee, thou shalt not let him go away empty:"},{"text":"Thou shalt furnish him liberally out of thy flock, and out of thy floor, and out of thy winepress: of that wherewith the LORD thy God hath blessed thee thou shalt give unto him."},{"text":"And thou shalt remember that thou wast a bondman in the land of Egypt, and the LORD thy God redeemed thee: therefore I command thee this thing to day."},{"text":"And it shall be, if he say unto thee, I will not go away from thee; because he loveth thee and thine house, because he is well with thee;"},{"text":"Then thou shalt take an aul, and thrust it through his ear unto the door, and he shall be thy servant for ever. And also unto thy maidservant thou shalt do likewise."},{"text":"It shall not seem hard unto thee, when thou sendest him away free from thee; for he hath been worth a double hired servant to thee, in serving thee six years: and the LORD thy God shall bless thee in all that thou doest."},{"text":"All the firstling males that come of thy herd and of thy flock thou shalt sanctify unto the LORD thy God: thou shalt do no work with the firstling of thy bullock, nor shear the firstling of thy sheep."},{"text":"Thou shalt eat it before the LORD thy God year by year in the place which the LORD shall choose, thou and thy household."},{"text":"And if there be any blemish therein, as if it be lame, or blind, or have any ill blemish, thou shalt not sacrifice it unto the LORD thy God."},{"text":"Thou shalt eat it within thy gates: the unclean and the clean person shall eat it alike, as the roebuck, and as the hart."},{"text":"Only thou shalt not eat the blood thereof; thou shalt pour it upon the ground as water."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"Observe the month of Abib, and keep the passover unto the LORD thy God: for in the month of Abib the LORD thy God brought thee forth out of Egypt by night."},{"text":"Thou shalt therefore sacrifice the passover unto the LORD thy God, of the flock and the herd, in the place which the LORD shall choose to place his name there."},{"text":"Thou shalt eat no leavened bread with it; seven days shalt thou eat unleavened bread therewith, even the bread of affliction; for thou camest forth out of the land of Egypt in haste: that thou mayest remember the day when thou camest forth out of the land of Egypt all the days of thy life."},{"text":"And there shall be no leavened bread seen with thee in all thy coast seven days; neither shall there any thing of the flesh, which thou sacrificedst the first day at even, remain all night until the morning."},{"text":"Thou mayest not sacrifice the passover within any of thy gates, which the LORD thy God giveth thee:"},{"text":"But at the place which the LORD thy God shall choose to place his name in, there thou shalt sacrifice the passover at even, at the going down of the sun, at the season that thou camest forth out of Egypt."},{"text":"And thou shalt roast and eat it in the place which the LORD thy God shall choose: and thou shalt turn in the morning, and go unto thy tents."},{"text":"Six days thou shalt eat unleavened bread: and on the seventh day shall be a solemn assembly to the LORD thy God: thou shalt do no work therein."},{"text":"Seven weeks shalt thou number unto thee: begin to number the seven weeks from such time as thou beginnest to put the sickle to the corn."},{"text":"And thou shalt keep the feast of weeks unto the LORD thy God with a tribute of a freewill offering of thine hand, which thou shalt give unto the LORD thy God, according as the LORD thy God hath blessed thee:"},{"text":"And thou shalt rejoice before the LORD thy God, thou, and thy son, and thy daughter, and thy manservant, and thy maidservant, and the Levite that is within thy gates, and the stranger, and the fatherless, and the widow, that are among you, in the place which the LORD thy God hath chosen to place his name there."},{"text":"And thou shalt remember that thou wast a bondman in Egypt: and thou shalt observe and do these statutes."},{"text":"Thou shalt observe the feast of tabernacles seven days, after that thou hast gathered in thy corn and thy wine:"},{"text":"And thou shalt rejoice in thy feast, thou, and thy son, and thy daughter, and thy manservant, and thy maidservant, and the Levite, the stranger, and the fatherless, and the widow, that are within thy gates."},{"text":"Seven days shalt thou keep a solemn feast unto the LORD thy God in the place which the LORD shall choose: because the LORD thy God shall bless thee in all thine increase, and in all the works of thine hands, therefore thou shalt surely rejoice."},{"text":"Three times in a year shall all thy males appear before the LORD thy God in the place which he shall choose; in the feast of unleavened bread, and in the feast of weeks, and in the feast of tabernacles: and they shall not appear before the LORD empty:"},{"text":"Every man shall give as he is able, according to the blessing of the LORD thy God which he hath given thee."},{"text":"Judges and officers shalt thou make thee in all thy gates, which the LORD thy God giveth thee, throughout thy tribes: and they shall judge the people with just judgment."},{"text":"Thou shalt not wrest judgment; thou shalt not respect persons, neither take a gift: for a gift doth blind the eyes of the wise, and pervert the words of the righteous."},{"text":"That which is altogether just shalt thou follow, that thou mayest live, and inherit the land which the LORD thy God giveth thee."},{"text":"Thou shalt not plant thee a grove of any trees near unto the altar of the LORD thy God, which thou shalt make thee."},{"text":"Neither shalt thou set thee up any image; which the LORD thy God hateth."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"Thou shalt not sacrifice unto the LORD thy God any bullock, or sheep, wherein is blemish, or any evilfavouredness: for that is an abomination unto the LORD thy God."},{"text":"If there be found among you, within any of thy gates which the LORD thy God giveth thee, man or woman, that hath wrought wickedness in the sight of the LORD thy God, in transgressing his covenant,"},{"text":"And hath gone and served other gods, and worshipped them, either the sun, or moon, or any of the host of heaven, which I have not commanded;"},{"text":"And it be told thee, and thou hast heard of it, and enquired diligently, and, behold, it be true, and the thing certain, that such abomination is wrought in Israel:"},{"text":"Then shalt thou bring forth that man or that woman, which have committed that wicked thing, unto thy gates, even that man or that woman, and shalt stone them with stones, till they die."},{"text":"At the mouth of two witnesses, or three witnesses, shall he that is worthy of death be put to death; but at the mouth of one witness he shall not be put to death."},{"text":"The hands of the witnesses shall be first upon him to put him to death, and afterward the hands of all the people. So thou shalt put the evil away from among you."},{"text":"If there arise a matter too hard for thee in judgment, between blood and blood, between plea and plea, and between stroke and stroke, being matters of controversy within thy gates: then shalt thou arise, and get thee up into the place which the LORD thy God shall choose;"},{"text":"And thou shalt come unto the priests the Levites, and unto the judge that shall be in those days, and enquire; and they shall shew thee the sentence of judgment:"},{"text":"And thou shalt do according to the sentence, which they of that place which the LORD shall choose shall shew thee; and thou shalt observe to do according to all that they inform thee:"},{"text":"According to the sentence of the law which they shall teach thee, and according to the judgment which they shall tell thee, thou shalt do: thou shalt not decline from the sentence which they shall shew thee, to the right hand, nor to the left."},{"text":"And the man that will do presumptuously, and will not hearken unto the priest that standeth to minister there before the LORD thy God, or unto the judge, even that man shall die: and thou shalt put away the evil from Israel."},{"text":"And all the people shall hear, and fear, and do no more presumptuously."},{"text":"When thou art come unto the land which the LORD thy God giveth thee, and shalt possess it, and shalt dwell therein, and shalt say, I will set a king over me, like as all the nations that are about me;"},{"text":"Thou shalt in any wise set him king over thee, whom the LORD thy God shall choose: one from among thy brethren shalt thou set king over thee: thou mayest not set a stranger over thee, which is not thy brother."},{"text":"But he shall not multiply horses to himself, nor cause the people to return to Egypt, to the end that he should multiply horses: forasmuch as the LORD hath said unto you, Ye shall henceforth return no more that way."},{"text":"Neither shall he multiply wives to himself, that his heart turn not away: neither shall he greatly multiply to himself silver and gold."},{"text":"And it shall be, when he sitteth upon the throne of his kingdom, that he shall write him a copy of this law in a book out of that which is before the priests the Levites:"},{"text":"And it shall be with him, and he shall read therein all the days of his life: that he may learn to fear the LORD his God, to keep all the words of this law and these statutes, to do them:"},{"text":"That his heart be not lifted up above his brethren, and that he turn not aside from the commandment, to the right hand, or to the left: to the end that he may prolong his days in his kingdom, he, and his children, in the midst of Israel."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"The priests the Levites, and all the tribe of Levi, shall have no part nor inheritance with Israel: they shall eat the offerings of the LORD made by fire, and his inheritance."},{"text":"Therefore shall they have no inheritance among their brethren: the LORD is their inheritance, as he hath said unto them."},{"text":"And this shall be the priest's due from the people, from them that offer a sacrifice, whether it be ox or sheep; and they shall give unto the priest the shoulder, and the two cheeks, and the maw."},{"text":"The firstfruit also of thy corn, of thy wine, and of thine oil, and the first of the fleece of thy sheep, shalt thou give him."},{"text":"For the LORD thy God hath chosen him out of all thy tribes, to stand to minister in the name of the LORD, him and his sons for ever."},{"text":"And if a Levite come from any of thy gates out of all Israel, where he sojourned, and come with all the desire of his mind unto the place which the LORD shall choose;"},{"text":"Then he shall minister in the name of the LORD his God, as all his brethren the Levites do, which stand there before the LORD."},{"text":"They shall have like portions to eat, beside that which cometh of the sale of his patrimony."},{"text":"When thou art come into the land which the LORD thy God giveth thee, thou shalt not learn to do after the abominations of those nations."},{"text":"There shall not be found among you any one that maketh his son or his daughter to pass through the fire, or that useth divination, or an observer of times, or an enchanter, or a witch."},{"text":"Or a charmer, or a consulter with familiar spirits, or a wizard, or a necromancer."},{"text":"For all that do these things are an abomination unto the LORD: and because of these abominations the LORD thy God doth drive them out from before thee."},{"text":"Thou shalt be perfect with the LORD thy God."},{"text":"For these nations, which thou shalt possess, hearkened unto observers of times, and unto diviners: but as for thee, the LORD thy God hath not suffered thee so to do."},{"text":"The LORD thy God will raise up unto thee a Prophet from the midst of thee, of thy brethren, like unto me; unto him ye shall hearken;"},{"text":"According to all that thou desiredst of the LORD thy God in Horeb in the day of the assembly, saying, Let me not hear again the voice of the LORD my God, neither let me see this great fire any more, that I die not."},{"text":"And the LORD said unto me, They have well spoken that which they have spoken."},{"text":"I will raise them up a Prophet from among their brethren, like unto thee, and will put my words in his mouth; and he shall speak unto them all that I shall command him."},{"text":"And it shall come to pass, that whosoever will not hearken unto my words which he shall speak in my name, I will require it of him."},{"text":"But the prophet, which shall presume to speak a word in my name, which I have not commanded him to speak, or that shall speak in the name of other gods, even that prophet shall die."},{"text":"And if thou say in thine heart, How shall we know the word which the LORD hath not spoken?"},{"text":"When a prophet speaketh in the name of the LORD, if the thing follow not, nor come to pass, that is the thing which the LORD hath not spoken, but the prophet hath spoken it presumptuously: thou shalt not be afraid of him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"When the LORD thy God hath cut off the nations, whose land the LORD thy God giveth thee, and thou succeedest them, and dwellest in their cities, and in their houses;"},{"text":"Thou shalt separate three cities for thee in the midst of thy land, which the LORD thy God giveth thee to possess it."},{"text":"Thou shalt prepare thee a way, and divide the coasts of thy land, which the LORD thy God giveth thee to inherit, into three parts, that every slayer may flee thither."},{"text":"And this is the case of the slayer, which shall flee thither, that he may live: Whoso killeth his neighbour ignorantly, whom he hated not in time past;"},{"text":"As when a man goeth into the wood with his neighbour to hew wood, and his hand fetcheth a stroke with the axe to cut down the tree, and the head slippeth from the helve, and lighteth upon his neighbour, that he die; he shall flee unto one of those cities, and live:"},{"text":"Lest the avenger of the blood pursue the slayer, while his heart is hot, and overtake him, because the way is long, and slay him; whereas he was not worthy of death, inasmuch as he hated him not in time past."},{"text":"Wherefore I command thee, saying, Thou shalt separate three cities for thee."},{"text":"And if the LORD thy God enlarge thy coast, as he hath sworn unto thy fathers, and give thee all the land which he promised to give unto thy fathers;"},{"text":"If thou shalt keep all these commandments to do them, which I command thee this day, to love the LORD thy God, and to walk ever in his ways; then shalt thou add three cities more for thee, beside these three:"},{"text":"That innocent blood be not shed in thy land, which the LORD thy God giveth thee for an inheritance, and so blood be upon thee."},{"text":"But if any man hate his neighbour, and lie in wait for him, and rise up against him, and smite him mortally that he die, and fleeth into one of these cities:"},{"text":"Then the elders of his city shall send and fetch him thence, and deliver him into the hand of the avenger of blood, that he may die."},{"text":"Thine eye shall not pity him, but thou shalt put away the guilt of innocent blood from Israel, that it may go well with thee."},{"text":"Thou shalt not remove thy neighbour's landmark, which they of old time have set in thine inheritance, which thou shalt inherit in the land that the LORD thy God giveth thee to possess it."},{"text":"One witness shall not rise up against a man for any iniquity, or for any sin, in any sin that he sinneth: at the mouth of two witnesses, or at the mouth of three witnesses, shall the matter be established."},{"text":"If a false witness rise up against any man to testify against him that which is wrong;"},{"text":"Then both the men, between whom the controversy is, shall stand before the LORD, before the priests and the judges, which shall be in those days;"},{"text":"And the judges shall make diligent inquisition: and, behold, if the witness be a false witness, and hath testified falsely against his brother;"},{"text":"Then shall ye do unto him, as he had thought to have done unto his brother: so shalt thou put the evil away from among you."},{"text":"And those which remain shall hear, and fear, and shall henceforth commit no more any such evil among you."},{"text":"And thine eye shall not pity; but life shall go for life, eye for eye, tooth for tooth, hand for hand, foot for foot."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"Then we turned, and took our journey into the wilderness by the way of the Red sea, as the LORD spake unto me: and we compassed mount Seir many days."},{"text":"And the LORD spake unto me, saying,"},{"text":"Ye have compassed this mountain long enough: turn you northward."},{"text":"And command thou the people, saying, Ye are to pass through the coast of your brethren the children of Esau, which dwell in Seir; and they shall be afraid of you: take ye good heed unto yourselves therefore:"},{"text":"Meddle not with them; for I will not give you of their land, no, not so much as a foot breadth; because I have given mount Seir unto Esau for a possession."},{"text":"Ye shall buy meat of them for money, that ye may eat; and ye shall also buy water of them for money, that ye may drink."},{"text":"For the LORD thy God hath blessed thee in all the works of thy hand: he knoweth thy walking through this great wilderness: these forty years the LORD thy God hath been with thee; thou hast lacked nothing."},{"text":"And when we passed by from our brethren the children of Esau, which dwelt in Seir, through the way of the plain from Elath, and from Eziongaber, we turned and passed by the way of the wilderness of Moab."},{"text":"And the LORD said unto me, Distress not the Moabites, neither contend with them in battle: for I will not give thee of their land for a possession; because I have given Ar unto the children of Lot for a possession."},{"text":"The Emims dwelt therein in times past, a people great, and many, and tall, as the Anakims;"},{"text":"Which also were accounted giants, as the Anakims; but the Moabites called them Emims."},{"text":"The Horims also dwelt in Seir beforetime; but the children of Esau succeeded them, when they had destroyed them from before them, and dwelt in their stead; as Israel did unto the land of his possession, which the LORD gave unto them."},{"text":"Now rise up, said I, and get you over the brook Zered. And we went over the brook Zered."},{"text":"And the space in which we came from Kadeshbarnea, until we were come over the brook Zered, was thirty and eight years; until all the generation of the men of war were wasted out from among the host, as the LORD sware unto them."},{"text":"For indeed the hand of the LORD was against them, to destroy them from among the host, until they were consumed."},{"text":"So it came to pass, when all the men of war were consumed and dead from among the people,"},{"text":"That the LORD spake unto me, saying,"},{"text":"Thou art to pass over through Ar, the coast of Moab, this day:"},{"text":"And when thou comest nigh over against the children of Ammon, distress them not, nor meddle with them: for I will not give thee of the land of the children of Ammon any possession; because I have given it unto the children of Lot for a possession."},{"text":"(That also was accounted a land of giants: giants dwelt therein in old time; and the Ammonites call them Zamzummims;"},{"text":"A people great, and many, and tall, as the Anakims; but the LORD destroyed them before them; and they succeeded them, and dwelt in their stead:"},{"text":"As he did to the children of Esau, which dwelt in Seir, when he destroyed the Horims from before them; and they succeeded them, and dwelt in their stead even unto this day:"},{"text":"And the Avims which dwelt in Hazerim, even unto Azzah, the Caphtorims, which came forth out of Caphtor, destroyed them, and dwelt in their stead.)"},{"text":"Rise ye up, take your journey, and pass over the river Arnon: behold, I have given into thine hand Sihon the Amorite, king of Heshbon, and his land: begin to possess it, and contend with him in battle."},{"text":"This day will I begin to put the dread of thee and the fear of thee upon the nations that are under the whole heaven, who shall hear report of thee, and shall tremble, and be in anguish because of thee."},{"text":"And I sent messengers out of the wilderness of Kedemoth unto Sihon king of Heshbon with words of peace, saying,"},{"text":"Let me pass through thy land: I will go along by the high way, I will neither turn unto the right hand nor to the left."},{"text":"Thou shalt sell me meat for money, that I may eat; and give me water for money, that I may drink: only I will pass through on my feet;"},{"text":"(As the children of Esau which dwell in Seir, and the Moabites which dwell in Ar, did unto me;) until I shall pass over Jordan into the land which the LORD our God giveth us."},{"text":"But Sihon king of Heshbon would not let us pass by him: for the LORD thy God hardened his spirit, and made his heart obstinate, that he might deliver him into thy hand, as appeareth this day."},{"text":"And the LORD said unto me, Behold, I have begun to give Sihon and his land before thee: begin to possess, that thou mayest inherit his land."},{"text":"Then Sihon came out against us, he and all his people, to fight at Jahaz."},{"text":"And the LORD our God delivered him before us; and we smote him, and his sons, and all his people."},{"text":"And we took all his cities at that time, and utterly destroyed the men, and the women, and the little ones, of every city, we left none to remain:"},{"text":"Only the cattle we took for a prey unto ourselves, and the spoil of the cities which we took."},{"text":"From Aroer, which is by the brink of the river of Arnon, and from the city that is by the river, even unto Gilead, there was not one city too strong for us: the LORD our God delivered all unto us:"},{"text":"Only unto the land of the children of Ammon thou camest not, nor unto any place of the river Jabbok, nor unto the cities in the mountains, nor unto whatsoever the LORD our God forbad us."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"When thou goest out to battle against thine enemies, and seest horses, and chariots, and a people more than thou, be not afraid of them: for the LORD thy God is with thee, which brought thee up out of the land of Egypt."},{"text":"And it shall be, when ye are come nigh unto the battle, that the priest shall approach and speak unto the people,"},{"text":"And shall say unto them, Hear, O Israel, ye approach this day unto battle against your enemies: let not your hearts faint, fear not, and do not tremble, neither be ye terrified because of them;"},{"text":"For the LORD your God is he that goeth with you, to fight for you against your enemies, to save you."},{"text":"And the officers shall speak unto the people, saying, What man is there that hath built a new house, and hath not dedicated it? let him go and return to his house, lest he die in the battle, and another man dedicate it."},{"text":"And what man is he that hath planted a vineyard, and hath not yet eaten of it? let him also go and return unto his house, lest he die in the battle, and another man eat of it."},{"text":"And what man is there that hath betrothed a wife, and hath not taken her? let him go and return unto his house, lest he die in the battle, and another man take her."},{"text":"And the officers shall speak further unto the people, and they shall say, What man is there that is fearful and fainthearted? let him go and return unto his house, lest his brethren's heart faint as well as his heart."},{"text":"And it shall be, when the officers have made an end of speaking unto the people that they shall make captains of the armies to lead the people."},{"text":"When thou comest nigh unto a city to fight against it, then proclaim peace unto it."},{"text":"And it shall be, if it make thee answer of peace, and open unto thee, then it shall be, that all the people that is found therein shall be tributaries unto thee, and they shall serve thee."},{"text":"And if it will make no peace with thee, but will make war against thee, then thou shalt besiege it:"},{"text":"And when the LORD thy God hath delivered it into thine hands, thou shalt smite every male thereof with the edge of the sword:"},{"text":"But the women, and the little ones, and the cattle, and all that is in the city, even all the spoil thereof, shalt thou take unto thyself; and thou shalt eat the spoil of thine enemies, which the LORD thy God hath given thee."},{"text":"Thus shalt thou do unto all the cities which are very far off from thee, which are not of the cities of these nations."},{"text":"But of the cities of these people, which the LORD thy God doth give thee for an inheritance, thou shalt save alive nothing that breatheth:"},{"text":"But thou shalt utterly destroy them; namely, the Hittites, and the Amorites, the Canaanites, and the Perizzites, the Hivites, and the Jebusites; as the LORD thy God hath commanded thee:"},{"text":"That they teach you not to do after all their abominations, which they have done unto their gods; so should ye sin against the LORD your God."},{"text":"When thou shalt besiege a city a long time, in making war against it to take it, thou shalt not destroy the trees thereof by forcing an axe against them: for thou mayest eat of them, and thou shalt not cut them down (for the tree of the field is man's life) to employ them in the siege:"},{"text":"Only the trees which thou knowest that they be not trees for meat, thou shalt destroy and cut them down; and thou shalt build bulwarks against the city that maketh war with thee, until it be subdued."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"If one be found slain in the land which the LORD thy God giveth thee to possess it, lying in the field, and it be not known who hath slain him:"},{"text":"Then thy elders and thy judges shall come forth, and they shall measure unto the cities which are round about him that is slain:"},{"text":"And it shall be, that the city which is next unto the slain man, even the elders of that city shall take an heifer, which hath not been wrought with, and which hath not drawn in the yoke;"},{"text":"And the elders of that city shall bring down the heifer unto a rough valley, which is neither eared nor sown, and shall strike off the heifer's neck there in the valley:"},{"text":"And the priests the sons of Levi shall come near; for them the LORD thy God hath chosen to minister unto him, and to bless in the name of the LORD; and by their word shall every controversy and every stroke be tried:"},{"text":"And all the elders of that city, that are next unto the slain man, shall wash their hands over the heifer that is beheaded in the valley:"},{"text":"And they shall answer and say, Our hands have not shed this blood, neither have our eyes seen it."},{"text":"Be merciful, O LORD, unto thy people Israel, whom thou hast redeemed, and lay not innocent blood unto thy people of Israel's charge. And the blood shall be forgiven them."},{"text":"So shalt thou put away the guilt of innocent blood from among you, when thou shalt do that which is right in the sight of the LORD."},{"text":"When thou goest forth to war against thine enemies, and the LORD thy God hath delivered them into thine hands, and thou hast taken them captive,"},{"text":"And seest among the captives a beautiful woman, and hast a desire unto her, that thou wouldest have her to thy wife;"},{"text":"Then thou shalt bring her home to thine house, and she shall shave her head, and pare her nails;"},{"text":"And she shall put the raiment of her captivity from off her, and shall remain in thine house, and bewail her father and her mother a full month: and after that thou shalt go in unto her, and be her husband, and she shall be thy wife."},{"text":"And it shall be, if thou have no delight in her, then thou shalt let her go whither she will; but thou shalt not sell her at all for money, thou shalt not make merchandise of her, because thou hast humbled her."},{"text":"If a man have two wives, one beloved, and another hated, and they have born him children, both the beloved and the hated; and if the firstborn son be hers that was hated:"},{"text":"Then it shall be, when he maketh his sons to inherit that which he hath, that he may not make the son of the beloved firstborn before the son of the hated, which is indeed the firstborn:"},{"text":"But he shall acknowledge the son of the hated for the firstborn, by giving him a double portion of all that he hath: for he is the beginning of his strength; the right of the firstborn is his."},{"text":"If a man have a stubborn and rebellious son, which will not obey the voice of his father, or the voice of his mother, and that, when they have chastened him, will not hearken unto them:"},{"text":"Then shall his father and his mother lay hold on him, and bring him out unto the elders of his city, and unto the gate of his place;"},{"text":"And they shall say unto the elders of his city, This our son is stubborn and rebellious, he will not obey our voice; he is a glutton, and a drunkard."},{"text":"And all the men of his city shall stone him with stones, that he die: so shalt thou put evil away from among you; and all Israel shall hear, and fear."},{"text":"And if a man have committed a sin worthy of death, and he be to be put to death, and thou hang him on a tree:"},{"text":"His body shall not remain all night upon the tree, but thou shalt in any wise bury him that day; (for he that is hanged is accursed of God;) that thy land be not defiled, which the LORD thy God giveth thee for an inheritance."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":22,"verses":[{"text":"Thou shalt not see thy brother's ox or his sheep go astray, and hide thyself from them: thou shalt in any case bring them again unto thy brother."},{"text":"And if thy brother be not nigh unto thee, or if thou know him not, then thou shalt bring it unto thine own house, and it shall be with thee until thy brother seek after it, and thou shalt restore it to him again."},{"text":"In like manner shalt thou do with his ass; and so shalt thou do with his raiment; and with all lost thing of thy brother's, which he hath lost, and thou hast found, shalt thou do likewise: thou mayest not hide thyself."},{"text":"Thou shalt not see thy brother's ass or his ox fall down by the way, and hide thyself from them: thou shalt surely help him to lift them up again."},{"text":"The woman shall not wear that which pertaineth unto a man, neither shall a man put on a woman's garment: for all that do so are abomination unto the LORD thy God."},{"text":"If a bird's nest chance to be before thee in the way in any tree, or on the ground, whether they be young ones, or eggs, and the dam sitting upon the young, or upon the eggs, thou shalt not take the dam with the young:"},{"text":"But thou shalt in any wise let the dam go, and take the young to thee; that it may be well with thee, and that thou mayest prolong thy days."},{"text":"When thou buildest a new house, then thou shalt make a battlement for thy roof, that thou bring not blood upon thine house, if any man fall from thence."},{"text":"Thou shalt not sow thy vineyard with divers seeds: lest the fruit of thy seed which thou hast sown, and the fruit of thy vineyard, be defiled."},{"text":"Thou shalt not plow with an ox and an ass together."},{"text":"Thou shalt not wear a garment of divers sorts, as of woollen and linen together."},{"text":"Thou shalt make thee fringes upon the four quarters of thy vesture, wherewith thou coverest thyself."},{"text":"If any man take a wife, and go in unto her, and hate her,"},{"text":"And give occasions of speech against her, and bring up an evil name upon her, and say, I took this woman, and when I came to her, I found her not a maid:"},{"text":"Then shall the father of the damsel, and her mother, take and bring forth the tokens of the damsel's virginity unto the elders of the city in the gate:"},{"text":"And the damsel's father shall say unto the elders, I gave my daughter unto this man to wife, and he hateth her;"},{"text":"And, lo, he hath given occasions of speech against her, saying, I found not thy daughter a maid; and yet these are the tokens of my daughter's virginity. And they shall spread the cloth before the elders of the city."},{"text":"And the elders of that city shall take that man and chastise him;"},{"text":"And they shall amerce him in an hundred shekels of silver, and give them unto the father of the damsel, because he hath brought up an evil name upon a virgin of Israel: and she shall be his wife; he may not put her away all his days."},{"text":"But if this thing be true, and the tokens of virginity be not found for the damsel:"},{"text":"Then they shall bring out the damsel to the door of her father's house, and the men of her city shall stone her with stones that she die: because she hath wrought folly in Israel, to play the whore in her father's house: so shalt thou put evil away from among you."},{"text":"If a man be found lying with a woman married to an husband, then they shall both of them die, both the man that lay with the woman, and the woman: so shalt thou put away evil from Israel."},{"text":"If a damsel that is a virgin be betrothed unto an husband, and a man find her in the city, and lie with her;"},{"text":"Then ye shall bring them both out unto the gate of that city, and ye shall stone them with stones that they die; the damsel, because she cried not, being in the city; and the man, because he hath humbled his neighbour's wife: so thou shalt put away evil from among you."},{"text":"But if a man find a betrothed damsel in the field, and the man force her, and lie with her: then the man only that lay with her shall die."},{"text":"But unto the damsel thou shalt do nothing; there is in the damsel no sin worthy of death: for as when a man riseth against his neighbour, and slayeth him, even so is this matter:"},{"text":"For he found her in the field, and the betrothed damsel cried, and there was none to save her."},{"text":"If a man find a damsel that is a virgin, which is not betrothed, and lay hold on her, and lie with her, and they be found;"},{"text":"Then the man that lay with her shall give unto the damsel's father fifty shekels of silver, and she shall be his wife; because he hath humbled her, he may not put her away all his days."},{"text":"A man shall not take his father's wife, nor discover his father's skirt."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":23,"verses":[{"text":"He that is wounded in the stones, or hath his privy member cut off, shall not enter into the congregation of the LORD."},{"text":"A bastard shall not enter into the congregation of the LORD; even to his tenth generation shall he not enter into the congregation of the LORD."},{"text":"An Ammonite or Moabite shall not enter into the congregation of the LORD; even to their tenth generation shall they not enter into the congregation of the LORD for ever:"},{"text":"Because they met you not with bread and with water in the way, when ye came forth out of Egypt; and because they hired against thee Balaam the son of Beor of Pethor of Mesopotamia, to curse thee."},{"text":"Nevertheless the LORD thy God would not hearken unto Balaam; but the LORD thy God turned the curse into a blessing unto thee, because the LORD thy God loved thee."},{"text":"Thou shalt not seek their peace nor their prosperity all thy days for ever."},{"text":"Thou shalt not abhor an Edomite; for he is thy brother: thou shalt not abhor an Egyptian; because thou wast a stranger in his land."},{"text":"The children that are begotten of them shall enter into the congregation of the LORD in their third generation."},{"text":"When the host goeth forth against thine enemies, then keep thee from every wicked thing."},{"text":"If there be among you any man, that is not clean by reason of uncleanness that chanceth him by night, then shall he go abroad out of the camp, he shall not come within the camp:"},{"text":"But it shall be, when evening cometh on, he shall wash himself with water: and when the sun is down, he shall come into the camp again."},{"text":"Thou shalt have a place also without the camp, whither thou shalt go forth abroad:"},{"text":"And thou shalt have a paddle upon thy weapon; and it shall be, when thou wilt ease thyself abroad, thou shalt dig therewith, and shalt turn back and cover that which cometh from thee:"},{"text":"For the LORD thy God walketh in the midst of thy camp, to deliver thee, and to give up thine enemies before thee; therefore shall thy camp be holy: that he see no unclean thing in thee, and turn away from thee."},{"text":"Thou shalt not deliver unto his master the servant which is escaped from his master unto thee:"},{"text":"He shall dwell with thee, even among you, in that place which he shall choose in one of thy gates, where it liketh him best: thou shalt not oppress him."},{"text":"There shall be no whore of the daughters of Israel, nor a sodomite of the sons of Israel."},{"text":"Thou shalt not bring the hire of a whore, or the price of a dog, into the house of the LORD thy God for any vow: for even both these are abomination unto the LORD thy God."},{"text":"Thou shalt not lend upon usury to thy brother; usury of money, usury of victuals, usury of any thing that is lent upon usury:"},{"text":"Unto a stranger thou mayest lend upon usury; but unto thy brother thou shalt not lend upon usury: that the LORD thy God may bless thee in all that thou settest thine hand to in the land whither thou goest to possess it."},{"text":"When thou shalt vow a vow unto the LORD thy God, thou shalt not slack to pay it: for the LORD thy God will surely require it of thee; and it would be sin in thee."},{"text":"But if thou shalt forbear to vow, it shall be no sin in thee."},{"text":"That which is gone out of thy lips thou shalt keep and perform; even a freewill offering, according as thou hast vowed unto the LORD thy God, which thou hast promised with thy mouth."},{"text":"When thou comest into thy neighbour's vineyard, then thou mayest eat grapes thy fill at thine own pleasure; but thou shalt not put any in thy vessel."},{"text":"When thou comest into the standing corn of thy neighbour, then thou mayest pluck the ears with thine hand; but thou shalt not move a sickle unto thy neighbour's standing corn."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":24,"verses":[{"text":"When a man hath taken a wife, and married her, and it come to pass that she find no favour in his eyes, because he hath found some uncleanness in her: then let him write her a bill of divorcement, and give it in her hand, and send her out of his house."},{"text":"And when she is departed out of his house, she may go and be another man's wife."},{"text":"And if the latter husband hate her, and write her a bill of divorcement, and giveth it in her hand, and sendeth her out of his house; or if the latter husband die, which took her to be his wife;"},{"text":"Her former husband, which sent her away, may not take her again to be his wife, after that she is defiled; for that is abomination before the LORD: and thou shalt not cause the land to sin, which the LORD thy God giveth thee for an inheritance."},{"text":"When a man hath taken a new wife, he shall not go out to war, neither shall he be charged with any business: but he shall be free at home one year, and shall cheer up his wife which he hath taken."},{"text":"No man shall take the nether or the upper millstone to pledge: for he taketh a man's life to pledge."},{"text":"If a man be found stealing any of his brethren of the children of Israel, and maketh merchandise of him, or selleth him; then that thief shall die; and thou shalt put evil away from among you."},{"text":"Take heed in the plague of leprosy, that thou observe diligently, and do according to all that the priests the Levites shall teach you: as I commanded them, so ye shall observe to do."},{"text":"Remember what the LORD thy God did unto Miriam by the way, after that ye were come forth out of Egypt."},{"text":"When thou dost lend thy brother any thing, thou shalt not go into his house to fetch his pledge."},{"text":"Thou shalt stand abroad, and the man to whom thou dost lend shall bring out the pledge abroad unto thee."},{"text":"And if the man be poor, thou shalt not sleep with his pledge:"},{"text":"In any case thou shalt deliver him the pledge again when the sun goeth down, that he may sleep in his own raiment, and bless thee: and it shall be righteousness unto thee before the LORD thy God."},{"text":"Thou shalt not oppress an hired servant that is poor and needy, whether he be of thy brethren, or of thy strangers that are in thy land within thy gates:"},{"text":"At his day thou shalt give him his hire, neither shall the sun go down upon it; for he is poor, and setteth his heart upon it: lest he cry against thee unto the LORD, and it be sin unto thee."},{"text":"The fathers shall not be put to death for the children, neither shall the children be put to death for the fathers: every man shall be put to death for his own sin."},{"text":"Thou shalt not pervert the judgment of the stranger, nor of the fatherless; nor take a widow's raiment to pledge:"},{"text":"But thou shalt remember that thou wast a bondman in Egypt, and the LORD thy God redeemed thee thence: therefore I command thee to do this thing."},{"text":"When thou cuttest down thine harvest in thy field, and hast forgot a sheaf in the field, thou shalt not go again to fetch it: it shall be for the stranger, for the fatherless, and for the widow: that the LORD thy God may bless thee in all the work of thine hands."},{"text":"When thou beatest thine olive tree, thou shalt not go over the boughs again: it shall be for the stranger, for the fatherless, and for the widow."},{"text":"When thou gatherest the grapes of thy vineyard, thou shalt not glean it afterward: it shall be for the stranger, for the fatherless, and for the widow."},{"text":"And thou shalt remember that thou wast a bondman in the land of Egypt: therefore I command thee to do this thing."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":25,"verses":[{"text":"If there be a controversy between men, and they come unto judgment, that the judges may judge them; then they shall justify the righteous, and condemn the wicked."},{"text":"And it shall be, if the wicked man be worthy to be beaten, that the judge shall cause him to lie down, and to be beaten before his face, according to his fault, by a certain number."},{"text":"Forty stripes he may give him, and not exceed: lest, if he should exceed, and beat him above these with many stripes, then thy brother should seem vile unto thee."},{"text":"Thou shalt not muzzle the ox when he treadeth out the corn."},{"text":"If brethren dwell together, and one of them die, and have no child, the wife of the dead shall not marry without unto a stranger: her husband's brother shall go in unto her, and take her to him to wife, and perform the duty of an husband's brother unto her."},{"text":"And it shall be, that the firstborn which she beareth shall succeed in the name of his brother which is dead, that his name be not put out of Israel."},{"text":"And if the man like not to take his brother's wife, then let his brother's wife go up to the gate unto the elders, and say, My husband's brother refuseth to raise up unto his brother a name in Israel, he will not perform the duty of my husband's brother."},{"text":"Then the elders of his city shall call him, and speak unto him: and if he stand to it, and say, I like not to take her;"},{"text":"Then shall his brother's wife come unto him in the presence of the elders, and loose his shoe from off his foot, and spit in his face, and shall answer and say, So shall it be done unto that man that will not build up his brother's house."},{"text":"And his name shall be called in Israel, The house of him that hath his shoe loosed."},{"text":"When men strive together one with another, and the wife of the one draweth near for to deliver her husband out of the hand of him that smiteth him, and putteth forth her hand, and taketh him by the secrets:"},{"text":"Then thou shalt cut off her hand, thine eye shall not pity her."},{"text":"Thou shalt not have in thy bag divers weights, a great and a small."},{"text":"Thou shalt not have in thine house divers measures, a great and a small."},{"text":"But thou shalt have a perfect and just weight, a perfect and just measure shalt thou have: that thy days may be lengthened in the land which the LORD thy God giveth thee."},{"text":"For all that do such things, and all that do unrighteously, are an abomination unto the LORD thy God."},{"text":"Remember what Amalek did unto thee by the way, when ye were come forth out of Egypt;"},{"text":"How he met thee by the way, and smote the hindmost of thee, even all that were feeble behind thee, when thou wast faint and weary; and he feared not God."},{"text":"Therefore it shall be, when the LORD thy God hath given thee rest from all thine enemies round about, in the land which the LORD thy God giveth thee for an inheritance to possess it, that thou shalt blot out the remembrance of Amalek from under heaven; thou shalt not forget it."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":26,"verses":[{"text":"And it shall be, when thou art come in unto the land which the LORD thy God giveth thee for an inheritance, and possessest it, and dwellest therein;"},{"text":"That thou shalt take of the first of all the fruit of the earth, which thou shalt bring of thy land that the LORD thy God giveth thee, and shalt put it in a basket, and shalt go unto the place which the LORD thy God shall choose to place his name there."},{"text":"And thou shalt go unto the priest that shall be in those days, and say unto him, I profess this day unto the LORD thy God, that I am come unto the country which the LORD sware unto our fathers for to give us."},{"text":"And the priest shall take the basket out of thine hand, and set it down before the altar of the LORD thy God."},{"text":"And thou shalt speak and say before the LORD thy God, A Syrian ready to perish was my father, and he went down into Egypt, and sojourned there with a few, and became there a nation, great, mighty, and populous:"},{"text":"And the Egyptians evil entreated us, and afflicted us, and laid upon us hard bondage:"},{"text":"And when we cried unto the LORD God of our fathers, the LORD heard our voice, and looked on our affliction, and our labour, and our oppression:"},{"text":"And the LORD brought us forth out of Egypt with a mighty hand, and with an outstretched arm, and with great terribleness, and with signs, and with wonders:"},{"text":"And he hath brought us into this place, and hath given us this land, even a land that floweth with milk and honey."},{"text":"And now, behold, I have brought the firstfruits of the land, which thou, O LORD, hast given me. And thou shalt set it before the LORD thy God, and worship before the LORD thy God:"},{"text":"And thou shalt rejoice in every good thing which the LORD thy God hath given unto thee, and unto thine house, thou, and the Levite, and the stranger that is among you."},{"text":"When thou hast made an end of tithing all the tithes of thine increase the third year, which is the year of tithing, and hast given it unto the Levite, the stranger, the fatherless, and the widow, that they may eat within thy gates, and be filled;"},{"text":"Then thou shalt say before the LORD thy God, I have brought away the hallowed things out of mine house, and also have given them unto the Levite, and unto the stranger, to the fatherless, and to the widow, according to all thy commandments which thou hast commanded me: I have not transgressed thy commandments, neither have I forgotten them."},{"text":"I have not eaten thereof in my mourning, neither have I taken away ought thereof for any unclean use, nor given ought thereof for the dead: but I have hearkened to the voice of the LORD my God, and have done according to all that thou hast commanded me."},{"text":"Look down from thy holy habitation, from heaven, and bless thy people Israel, and the land which thou hast given us, as thou swarest unto our fathers, a land that floweth with milk and honey."},{"text":"This day the LORD thy God hath commanded thee to do these statutes and judgments: thou shalt therefore keep and do them with all thine heart, and with all thy soul."},{"text":"Thou hast avouched the LORD this day to be thy God, and to walk in his ways, and to keep his statutes, and his commandments, and his judgments, and to hearken unto his voice:"},{"text":"And the LORD hath avouched thee this day to be his peculiar people, as he hath promised thee, and that thou shouldest keep all his commandments;"},{"text":"And to make thee high above all nations which he hath made, in praise, and in name, and in honour; and that thou mayest be an holy people unto the LORD thy God, as he hath spoken."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":27,"verses":[{"text":"And Moses with the elders of Israel commanded the people, saying, Keep all the commandments which I command you this day."},{"text":"And it shall be on the day when ye shall pass over Jordan unto the land which the LORD thy God giveth thee, that thou shalt set thee up great stones, and plaister them with plaister:"},{"text":"And thou shalt write upon them all the words of this law, when thou art passed over, that thou mayest go in unto the land which the LORD thy God giveth thee, a land that floweth with milk and honey; as the LORD God of thy fathers hath promised thee."},{"text":"Therefore it shall be when ye be gone over Jordan, that ye shall set up these stones, which I command you this day, in mount Ebal, and thou shalt plaister them with plaister."},{"text":"And there shalt thou build an altar unto the LORD thy God, an altar of stones: thou shalt not lift up any iron tool upon them."},{"text":"Thou shalt build the altar of the LORD thy God of whole stones: and thou shalt offer burnt offerings thereon unto the LORD thy God:"},{"text":"And thou shalt offer peace offerings, and shalt eat there, and rejoice before the LORD thy God."},{"text":"And thou shalt write upon the stones all the words of this law very plainly."},{"text":"And Moses and the priests the Levites spake unto all Israel, saying, Take heed, and hearken, O Israel; this day thou art become the people of the LORD thy God."},{"text":"Thou shalt therefore obey the voice of the LORD thy God, and do his commandments and his statutes, which I command thee this day."},{"text":"And Moses charged the people the same day, saying,"},{"text":"These shall stand upon mount Gerizim to bless the people, when ye are come over Jordan; Simeon, and Levi, and Judah, and Issachar, and Joseph, and Benjamin:"},{"text":"And these shall stand upon mount Ebal to curse; Reuben, Gad, and Asher, and Zebulun, Dan, and Naphtali."},{"text":"And the Levites shall speak, and say unto all the men of Israel with a loud voice,"},{"text":"Cursed be the man that maketh any graven or molten image, an abomination unto the LORD, the work of the hands of the craftsman, and putteth it in a secret place. And all the people shall answer and say, Amen."},{"text":"Cursed be he that setteth light by his father or his mother. And all the people shall say, Amen."},{"text":"Cursed be he that removeth his neighbour's landmark. And all the people shall say, Amen."},{"text":"Cursed be he that maketh the blind to wander out of the way. And all the people shall say, Amen."},{"text":"Cursed be he that perverteth the judgment of the stranger, fatherless, and widow. And all the people shall say, Amen."},{"text":"Cursed be he that lieth with his father's wife; because he uncovereth his father's skirt. And all the people shall say, Amen."},{"text":"Cursed be he that lieth with any manner of beast. And all the people shall say, Amen."},{"text":"Cursed be he that lieth with his sister, the daughter of his father, or the daughter of his mother. And all the people shall say, Amen."},{"text":"Cursed be he that lieth with his mother in law. And all the people shall say, Amen."},{"text":"Cursed be he that smiteth his neighbour secretly. And all the people shall say, Amen."},{"text":"Cursed be he that taketh reward to slay an innocent person. And all the people shall say, Amen."},{"text":"Cursed be he that confirmeth not all the words of this law to do them. And all the people shall say, Amen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":28,"verses":[{"text":"And it shall come to pass, if thou shalt hearken diligently unto the voice of the LORD thy God, to observe and to do all his commandments which I command thee this day, that the LORD thy God will set thee on high above all nations of the earth:"},{"text":"And all these blessings shall come on thee, and overtake thee, if thou shalt hearken unto the voice of the LORD thy God."},{"text":"Blessed shalt thou be in the city, and blessed shalt thou be in the field."},{"text":"Blessed shall be the fruit of thy body, and the fruit of thy ground, and the fruit of thy cattle, the increase of thy kine, and the flocks of thy sheep."},{"text":"Blessed shall be thy basket and thy store."},{"text":"Blessed shalt thou be when thou comest in, and blessed shalt thou be when thou goest out."},{"text":"The LORD shall cause thine enemies that rise up against thee to be smitten before thy face: they shall come out against thee one way, and flee before thee seven ways."},{"text":"The LORD shall command the blessing upon thee in thy storehouses, and in all that thou settest thine hand unto; and he shall bless thee in the land which the LORD thy God giveth thee."},{"text":"The LORD shall establish thee an holy people unto himself, as he hath sworn unto thee, if thou shalt keep the commandments of the LORD thy God, and walk in his ways."},{"text":"And all people of the earth shall see that thou art called by the name of the LORD; and they shall be afraid of thee."},{"text":"And the LORD shall make thee plenteous in goods, in the fruit of thy body, and in the fruit of thy cattle, and in the fruit of thy ground, in the land which the LORD sware unto thy fathers to give thee."},{"text":"The LORD shall open unto thee his good treasure, the heaven to give the rain unto thy land in his season, and to bless all the work of thine hand: and thou shalt lend unto many nations, and thou shalt not borrow."},{"text":"And the LORD shall make thee the head, and not the tail; and thou shalt be above only, and thou shalt not be beneath; if that thou hearken unto the commandments of the LORD thy God, which I command thee this day, to observe and to do them:"},{"text":"And thou shalt not go aside from any of the words which I command thee this day, to the right hand, or to the left, to go after other gods to serve them."},{"text":"But it shall come to pass, if thou wilt not hearken unto the voice of the LORD thy God, to observe to do all his commandments and his statutes which I command thee this day; that all these curses shall come upon thee, and overtake thee:"},{"text":"Cursed shalt thou be in the city, and cursed shalt thou be in the field."},{"text":"Cursed shall be thy basket and thy store."},{"text":"Cursed shall be the fruit of thy body, and the fruit of thy land, the increase of thy kine, and the flocks of thy sheep."},{"text":"Cursed shalt thou be when thou comest in, and cursed shalt thou be when thou goest out."},{"text":"The LORD shall send upon thee cursing, vexation, and rebuke, in all that thou settest thine hand unto for to do, until thou be destroyed, and until thou perish quickly; because of the wickedness of thy doings, whereby thou hast forsaken me."},{"text":"The LORD shall make the pestilence cleave unto thee, until he have consumed thee from off the land, whither thou goest to possess it."},{"text":"The LORD shall smite thee with a consumption, and with a fever, and with an inflammation, and with an extreme burning, and with the sword, and with blasting, and with mildew; and they shall pursue thee until thou perish."},{"text":"And thy heaven that is over thy head shall be brass, and the earth that is under thee shall be iron."},{"text":"The LORD shall make the rain of thy land powder and dust: from heaven shall it come down upon thee, until thou be destroyed."},{"text":"The LORD shall cause thee to be smitten before thine enemies: thou shalt go out one way against them, and flee seven ways before them: and shalt be removed into all the kingdoms of the earth."},{"text":"And thy carcase shall be meat unto all fowls of the air, and unto the beasts of the earth, and no man shall fray them away."},{"text":"The LORD will smite thee with the botch of Egypt, and with the emerods, and with the scab, and with the itch, whereof thou canst not be healed."},{"text":"The LORD shall smite thee with madness, and blindness, and astonishment of heart:"},{"text":"And thou shalt grope at noonday, as the blind gropeth in darkness, and thou shalt not prosper in thy ways: and thou shalt be only oppressed and spoiled evermore, and no man shall save thee."},{"text":"Thou shalt betroth a wife, and another man shall lie with her: thou shalt build an house, and thou shalt not dwell therein: thou shalt plant a vineyard, and shalt not gather the grapes thereof."},{"text":"Thine ox shall be slain before thine eyes, and thou shalt not eat thereof: thine ass shall be violently taken away from before thy face, and shall not be restored to thee: thy sheep shall be given unto thine enemies, and thou shalt have none to rescue them."},{"text":"Thy sons and thy daughters shall be given unto another people, and thine eyes shall look, and fail with longing for them all the day long; and there shall be no might in thine hand."},{"text":"The fruit of thy land, and all thy labours, shall a nation which thou knowest not eat up; and thou shalt be only oppressed and crushed alway:"},{"text":"So that thou shalt be mad for the sight of thine eyes which thou shalt see."},{"text":"The LORD shall smite thee in the knees, and in the legs, with a sore botch that cannot be healed, from the sole of thy foot unto the top of thy head."},{"text":"The LORD shall bring thee, and thy king which thou shalt set over thee, unto a nation which neither thou nor thy fathers have known; and there shalt thou serve other gods, wood and stone."},{"text":"And thou shalt become an astonishment, a proverb, and a byword, among all nations whither the LORD shall lead thee."},{"text":"Thou shalt carry much seed out into the field, and shalt gather but little in; for the locust shall consume it."},{"text":"Thou shalt plant vineyards, and dress them, but shalt neither drink of the wine, nor gather the grapes; for the worms shall eat them."},{"text":"Thou shalt have olive trees throughout all thy coasts, but thou shalt not anoint thyself with the oil; for thine olive shall cast his fruit."},{"text":"Thou shalt beget sons and daughters, but thou shalt not enjoy them; for they shall go into captivity."},{"text":"All thy trees and fruit of thy land shall the locust consume."},{"text":"The stranger that is within thee shall get up above thee very high; and thou shalt come down very low."},{"text":"He shall lend to thee, and thou shalt not lend to him: he shall be the head, and thou shalt be the tail."},{"text":"Moreover all these curses shall come upon thee, and shall pursue thee, and overtake thee, till thou be destroyed; because thou hearkenedst not unto the voice of the LORD thy God, to keep his commandments and his statutes which he commanded thee:"},{"text":"And they shall be upon thee for a sign and for a wonder, and upon thy seed for ever."},{"text":"Because thou servedst not the LORD thy God with joyfulness, and with gladness of heart, for the abundance of all things;"},{"text":"Therefore shalt thou serve thine enemies which the LORD shall send against thee, in hunger, and in thirst, and in nakedness, and in want of all things: and he shall put a yoke of iron upon thy neck, until he have destroyed thee."},{"text":"The LORD shall bring a nation against thee from far, from the end of the earth, as swift as the eagle flieth; a nation whose tongue thou shalt not understand;"},{"text":"A nation of fierce countenance, which shall not regard the person of the old, nor shew favour to the young:"},{"text":"And he shall eat the fruit of thy cattle, and the fruit of thy land, until thou be destroyed: which also shall not leave thee either corn, wine, or oil, or the increase of thy kine, or flocks of thy sheep, until he have destroyed thee."},{"text":"And he shall besiege thee in all thy gates, until thy high and fenced walls come down, wherein thou trustedst, throughout all thy land: and he shall besiege thee in all thy gates throughout all thy land, which the LORD thy God hath given thee."},{"text":"And thou shalt eat the fruit of thine own body, the flesh of thy sons and of thy daughters, which the LORD thy God hath given thee, in the siege, and in the straitness, wherewith thine enemies shall distress thee:"},{"text":"So that the man that is tender among you, and very delicate, his eye shall be evil toward his brother, and toward the wife of his bosom, and toward the remnant of his children which he shall leave:"},{"text":"So that he will not give to any of them of the flesh of his children whom he shall eat: because he hath nothing left him in the siege, and in the straitness, wherewith thine enemies shall distress thee in all thy gates."},{"text":"The tender and delicate woman among you, which would not adventure to set the sole of her foot upon the ground for delicateness and tenderness, her eye shall be evil toward the husband of her bosom, and toward her son, and toward her daughter,"},{"text":"And toward her young one that cometh out from between her feet, and toward her children which she shall bear: for she shall eat them for want of all things secretly in the siege and straitness, wherewith thine enemy shall distress thee in thy gates."},{"text":"If thou wilt not observe to do all the words of this law that are written in this book, that thou mayest fear this glorious and fearful name, THE LORD THY GOD;"},{"text":"Then the LORD will make thy plagues wonderful, and the plagues of thy seed, even great plagues, and of long continuance, and sore sicknesses, and of long continuance."},{"text":"Moreover he will bring upon thee all the diseases of Egypt, which thou wast afraid of; and they shall cleave unto thee."},{"text":"Also every sickness, and every plague, which is not written in the book of this law, them will the LORD bring upon thee, until thou be destroyed."},{"text":"And ye shall be left few in number, whereas ye were as the stars of heaven for multitude; because thou wouldest not obey the voice of the LORD thy God."},{"text":"And it shall come to pass, that as the LORD rejoiced over you to do you good, and to multiply you; so the LORD will rejoice over you to destroy you, and to bring you to nought; and ye shall be plucked from off the land whither thou goest to possess it."},{"text":"And the LORD shall scatter thee among all people, from the one end of the earth even unto the other; and there thou shalt serve other gods, which neither thou nor thy fathers have known, even wood and stone."},{"text":"And among these nations shalt thou find no ease, neither shall the sole of thy foot have rest: but the LORD shall give thee there a trembling heart, and failing of eyes, and sorrow of mind:"},{"text":"And thy life shall hang in doubt before thee; and thou shalt fear day and night, and shalt have none assurance of thy life:"},{"text":"In the morning thou shalt say, Would God it were even! and at even thou shalt say, Would God it were morning! for the fear of thine heart wherewith thou shalt fear, and for the sight of thine eyes which thou shalt see."},{"text":"And the LORD shall bring thee into Egypt again with ships, by the way whereof I spake unto thee, Thou shalt see it no more again: and there ye shall be sold unto your enemies for bondmen and bondwomen, and no man shall buy you."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":29,"verses":[{"text":"These are the words of the covenant, which the LORD commanded Moses to make with the children of Israel in the land of Moab, beside the covenant which he made with them in Horeb."},{"text":"And Moses called unto all Israel, and said unto them, Ye have seen all that the LORD did before your eyes in the land of Egypt unto Pharaoh, and unto all his servants, and unto all his land;"},{"text":"The great temptations which thine eyes have seen, the signs, and those great miracles:"},{"text":"Yet the LORD hath not given you an heart to perceive, and eyes to see, and ears to hear, unto this day."},{"text":"And I have led you forty years in the wilderness: your clothes are not waxen old upon you, and thy shoe is not waxen old upon thy foot."},{"text":"Ye have not eaten bread, neither have ye drunk wine or strong drink: that ye might know that I am the LORD your God."},{"text":"And when ye came unto this place, Sihon the king of Heshbon, and Og the king of Bashan, came out against us unto battle, and we smote them:"},{"text":"And we took their land, and gave it for an inheritance unto the Reubenites, and to the Gadites, and to the half tribe of Manasseh."},{"text":"Keep therefore the words of this covenant, and do them, that ye may prosper in all that ye do."},{"text":"Ye stand this day all of you before the LORD your God; your captains of your tribes, your elders, and your officers, with all the men of Israel,"},{"text":"Your little ones, your wives, and thy stranger that is in thy camp, from the hewer of thy wood unto the drawer of thy water:"},{"text":"That thou shouldest enter into covenant with the LORD thy God, and into his oath, which the LORD thy God maketh with thee this day:"},{"text":"That he may establish thee to day for a people unto himself, and that he may be unto thee a God, as he hath said unto thee, and as he hath sworn unto thy fathers, to Abraham, to Isaac, and to Jacob."},{"text":"Neither with you only do I make this covenant and this oath;"},{"text":"But with him that standeth here with us this day before the LORD our God, and also with him that is not here with us this day:"},{"text":"(For ye know how we have dwelt in the land of Egypt; and how we came through the nations which ye passed by;"},{"text":"And ye have seen their abominations, and their idols, wood and stone, silver and gold, which were among them:)"},{"text":"Lest there should be among you man, or woman, or family, or tribe, whose heart turneth away this day from the LORD our God, to go and serve the gods of these nations; lest there should be among you a root that beareth gall and wormwood;"},{"text":"And it come to pass, when he heareth the words of this curse, that he bless himself in his heart, saying, I shall have peace, though I walk in the imagination of mine heart, to add drunkenness to thirst:"},{"text":"The LORD will not spare him, but then the anger of the LORD and his jealousy shall smoke against that man, and all the curses that are written in this book shall lie upon him, and the LORD shall blot out his name from under heaven."},{"text":"And the LORD shall separate him unto evil out of all the tribes of Israel, according to all the curses of the covenant that are written in this book of the law:"},{"text":"So that the generation to come of your children that shall rise up after you, and the stranger that shall come from a far land, shall say, when they see the plagues of that land, and the sicknesses which the LORD hath laid upon it;"},{"text":"And that the whole land thereof is brimstone, and salt, and burning, that it is not sown, nor beareth, nor any grass groweth therein, like the overthrow of Sodom, and Gomorrah, Admah, and Zeboim, which the LORD overthrew in his anger, and in his wrath:"},{"text":"Even all nations shall say, Wherefore hath the LORD done thus unto this land? what meaneth the heat of this great anger?"},{"text":"Then men shall say, Because they have forsaken the covenant of the LORD God of their fathers, which he made with them when he brought them forth out of the land of Egypt:"},{"text":"For they went and served other gods, and worshipped them, gods whom they knew not, and whom he had not given unto them:"},{"text":"And the anger of the LORD was kindled against this land, to bring upon it all the curses that are written in this book:"},{"text":"And the LORD rooted them out of their land in anger, and in wrath, and in great indignation, and cast them into another land, as it is this day."},{"text":"The secret things belong unto the LORD our God: but those things which are revealed belong unto us and to our children for ever, that we may do all the words of this law."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"Then we turned, and went up the way to Bashan: and Og the king of Bashan came out against us, he and all his people, to battle at Edrei."},{"text":"And the LORD said unto me, Fear him not: for I will deliver him, and all his people, and his land, into thy hand; and thou shalt do unto him as thou didst unto Sihon king of the Amorites, which dwelt at Heshbon."},{"text":"So the LORD our God delivered into our hands Og also, the king of Bashan, and all his people: and we smote him until none was left to him remaining."},{"text":"And we took all his cities at that time, there was not a city which we took not from them, threescore cities, all the region of Argob, the kingdom of Og in Bashan."},{"text":"All these cities were fenced with high walls, gates, and bars; beside unwalled towns a great many."},{"text":"And we utterly destroyed them, as we did unto Sihon king of Heshbon, utterly destroying the men, women, and children, of every city."},{"text":"But all the cattle, and the spoil of the cities, we took for a prey to ourselves."},{"text":"And we took at that time out of the hand of the two kings of the Amorites the land that was on this side Jordan, from the river of Arnon unto mount Hermon;"},{"text":"(Which Hermon the Sidonians call Sirion; and the Amorites call it Shenir;)"},{"text":"All the cities of the plain, and all Gilead, and all Bashan, unto Salchah and Edrei, cities of the kingdom of Og in Bashan."},{"text":"For only Og king of Bashan remained of the remnant of giants; behold his bedstead was a bedstead of iron; is it not in Rabbath of the children of Ammon? nine cubits was the length thereof, and four cubits the breadth of it, after the cubit of a man."},{"text":"And this land, which we possessed at that time, from Aroer, which is by the river Arnon, and half mount Gilead, and the cities thereof, gave I unto the Reubenites and to the Gadites."},{"text":"And the rest of Gilead, and all Bashan, being the kingdom of Og, gave I unto the half tribe of Manasseh; all the region of Argob, with all Bashan, which was called the land of giants."},{"text":"Jair the son of Manasseh took all the country of Argob unto the coasts of Geshuri and Maachathi; and called them after his own name, Bashanhavothjair, unto this day."},{"text":"And I gave Gilead unto Machir."},{"text":"And unto the Reubenites and unto the Gadites I gave from Gilead even unto the river Arnon half the valley, and the border even unto the river Jabbok, which is the border of the children of Ammon;"},{"text":"The plain also, and Jordan, and the coast thereof, from Chinnereth even unto the sea of the plain, even the salt sea, under Ashdothpisgah eastward."},{"text":"And I commanded you at that time, saying, The LORD your God hath given you this land to possess it: ye shall pass over armed before your brethren the children of Israel, all that are meet for the war."},{"text":"But your wives, and your little ones, and your cattle, (for I know that ye have much cattle,) shall abide in your cities which I have given you;"},{"text":"Until the LORD have given rest unto your brethren, as well as unto you, and until they also possess the land which the LORD your God hath given them beyond Jordan: and then shall ye return every man unto his possession, which I have given you."},{"text":"And I commanded Joshua at that time, saying, Thine eyes have seen all that the LORD your God hath done unto these two kings: so shall the LORD do unto all the kingdoms whither thou passest."},{"text":"Ye shall not fear them: for the LORD your God he shall fight for you."},{"text":"And I besought the LORD at that time, saying,"},{"text":"O Lord GOD, thou hast begun to shew thy servant thy greatness, and thy mighty hand: for what God is there in heaven or in earth, that can do according to thy works, and according to thy might?"},{"text":"I pray thee, let me go over, and see the good land that is beyond Jordan, that goodly mountain, and Lebanon."},{"text":"But the LORD was wroth with me for your sakes, and would not hear me: and the LORD said unto me, Let it suffice thee; speak no more unto me of this matter."},{"text":"Get thee up into the top of Pisgah, and lift up thine eyes westward, and northward, and southward, and eastward, and behold it with thine eyes: for thou shalt not go over this Jordan."},{"text":"But charge Joshua, and encourage him, and strengthen him: for he shall go over before this people, and he shall cause them to inherit the land which thou shalt see."},{"text":"So we abode in the valley over against Bethpeor."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":30,"verses":[{"text":"And it shall come to pass, when all these things are come upon thee, the blessing and the curse, which I have set before thee, and thou shalt call them to mind among all the nations, whither the LORD thy God hath driven thee,"},{"text":"And shalt return unto the LORD thy God, and shalt obey his voice according to all that I command thee this day, thou and thy children, with all thine heart, and with all thy soul;"},{"text":"That then the LORD thy God will turn thy captivity, and have compassion upon thee, and will return and gather thee from all the nations, whither the LORD thy God hath scattered thee."},{"text":"If any of thine be driven out unto the outmost parts of heaven, from thence will the LORD thy God gather thee, and from thence will he fetch thee:"},{"text":"And the LORD thy God will bring thee into the land which thy fathers possessed, and thou shalt possess it; and he will do thee good, and multiply thee above thy fathers."},{"text":"And the LORD thy God will circumcise thine heart, and the heart of thy seed, to love the LORD thy God with all thine heart, and with all thy soul, that thou mayest live."},{"text":"And the LORD thy God will put all these curses upon thine enemies, and on them that hate thee, which persecuted thee."},{"text":"And thou shalt return and obey the voice of the LORD, and do all his commandments which I command thee this day."},{"text":"And the LORD thy God will make thee plenteous in every work of thine hand, in the fruit of thy body, and in the fruit of thy cattle, and in the fruit of thy land, for good: for the LORD will again rejoice over thee for good, as he rejoiced over thy fathers:"},{"text":"If thou shalt hearken unto the voice of the LORD thy God, to keep his commandments and his statutes which are written in this book of the law, and if thou turn unto the LORD thy God with all thine heart, and with all thy soul."},{"text":"For this commandment which I command thee this day, it is not hidden from thee, neither is it far off."},{"text":"It is not in heaven, that thou shouldest say, Who shall go up for us to heaven, and bring it unto us, that we may hear it, and do it?"},{"text":"Neither is it beyond the sea, that thou shouldest say, Who shall go over the sea for us, and bring it unto us, that we may hear it, and do it?"},{"text":"But the word is very nigh unto thee, in thy mouth, and in thy heart, that thou mayest do it."},{"text":"See, I have set before thee this day life and good, and death and evil;"},{"text":"In that I command thee this day to love the LORD thy God, to walk in his ways, and to keep his commandments and his statutes and his judgments, that thou mayest live and multiply: and the LORD thy God shall bless thee in the land whither thou goest to possess it."},{"text":"But if thine heart turn away, so that thou wilt not hear, but shalt be drawn away, and worship other gods, and serve them;"},{"text":"I denounce unto you this day, that ye shall surely perish, and that ye shall not prolong your days upon the land, whither thou passest over Jordan to go to possess it."},{"text":"I call heaven and earth to record this day against you, that I have set before you life and death, blessing and cursing: therefore choose life, that both thou and thy seed may live:"},{"text":"That thou mayest love the LORD thy God, and that thou mayest obey his voice, and that thou mayest cleave unto him: for he is thy life, and the length of thy days: that thou mayest dwell in the land which the LORD sware unto thy fathers, to Abraham, to Isaac, and to Jacob, to give them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":31,"verses":[{"text":"And Moses went and spake these words unto all Israel."},{"text":"And he said unto them, I am an hundred and twenty years old this day; I can no more go out and come in: also the LORD hath said unto me, Thou shalt not go over this Jordan."},{"text":"The LORD thy God, he will go over before thee, and he will destroy these nations from before thee, and thou shalt possess them: and Joshua, he shall go over before thee, as the LORD hath said."},{"text":"And the LORD shall do unto them as he did to Sihon and to Og, kings of the Amorites, and unto the land of them, whom he destroyed."},{"text":"And the LORD shall give them up before your face, that ye may do unto them according unto all the commandments which I have commanded you."},{"text":"Be strong and of a good courage, fear not, nor be afraid of them: for the LORD thy God, he it is that doth go with thee; he will not fail thee, nor forsake thee."},{"text":"And Moses called unto Joshua, and said unto him in the sight of all Israel, Be strong and of a good courage: for thou must go with this people unto the land which the LORD hath sworn unto their fathers to give them; and thou shalt cause them to inherit it."},{"text":"And the LORD, he it is that doth go before thee; he will be with thee, he will not fail thee, neither forsake thee: fear not, neither be dismayed."},{"text":"And Moses wrote this law, and delivered it unto the priests the sons of Levi, which bare the ark of the covenant of the LORD, and unto all the elders of Israel."},{"text":"And Moses commanded them, saying, At the end of every seven years, in the solemnity of the year of release, in the feast of tabernacles,"},{"text":"When all Israel is come to appear before the LORD thy God in the place which he shall choose, thou shalt read this law before all Israel in their hearing."},{"text":"Gather the people together, men and women, and children, and thy stranger that is within thy gates, that they may hear, and that they may learn, and fear the LORD your God, and observe to do all the words of this law:"},{"text":"And that their children, which have not known any thing, may hear, and learn to fear the LORD your God, as long as ye live in the land whither ye go over Jordan to possess it."},{"text":"And the LORD said unto Moses, Behold, thy days approach that thou must die: call Joshua, and present yourselves in the tabernacle of the congregation, that I may give him a charge. And Moses and Joshua went, and presented themselves in the tabernacle of the congregation."},{"text":"And the LORD appeared in the tabernacle in a pillar of a cloud: and the pillar of the cloud stood over the door of the tabernacle."},{"text":"And the LORD said unto Moses, Behold, thou shalt sleep with thy fathers; and this people will rise up, and go a whoring after the gods of the strangers of the land, whither they go to be among them, and will forsake me, and break my covenant which I have made with them."},{"text":"Then my anger shall be kindled against them in that day, and I will forsake them, and I will hide my face from them, and they shall be devoured, and many evils and troubles shall befall them; so that they will say in that day, Are not these evils come upon us, because our God is not among us?"},{"text":"And I will surely hide my face in that day for all the evils which they shall have wrought, in that they are turned unto other gods."},{"text":"Now therefore write ye this song for you, and teach it the children of Israel: put it in their mouths, that this song may be a witness for me against the children of Israel."},{"text":"For when I shall have brought them into the land which I sware unto their fathers, that floweth with milk and honey; and they shall have eaten and filled themselves, and waxen fat; then will they turn unto other gods, and serve them, and provoke me, and break my covenant."},{"text":"And it shall come to pass, when many evils and troubles are befallen them, that this song shall testify against them as a witness; for it shall not be forgotten out of the mouths of their seed: for I know their imagination which they go about, even now, before I have brought them into the land which I sware."},{"text":"Moses therefore wrote this song the same day, and taught it the children of Israel."},{"text":"And he gave Joshua the son of Nun a charge, and said, Be strong and of a good courage: for thou shalt bring the children of Israel into the land which I sware unto them: and I will be with thee."},{"text":"And it came to pass, when Moses had made an end of writing the words of this law in a book, until they were finished,"},{"text":"That Moses commanded the Levites, which bare the ark of the covenant of the LORD, saying,"},{"text":"Take this book of the law, and put it in the side of the ark of the covenant of the LORD your God, that it may be there for a witness against thee."},{"text":"For I know thy rebellion, and thy stiff neck: behold, while I am yet alive with you this day, ye have been rebellious against the LORD; and how much more after my death?"},{"text":"Gather unto me all the elders of your tribes, and your officers, that I may speak these words in their ears, and call heaven and earth to record against them."},{"text":"For I know that after my death ye will utterly corrupt yourselves, and turn aside from the way which I have commanded you; and evil will befall you in the latter days; because ye will do evil in the sight of the LORD, to provoke him to anger through the work of your hands."},{"text":"And Moses spake in the ears of all the congregation of Israel the words of this song, until they were ended."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":32,"verses":[{"text":"Give ear, O ye heavens, and I will speak; and hear, O earth, the words of my mouth."},{"text":"My doctrine shall drop as the rain, my speech shall distil as the dew, as the small rain upon the tender herb, and as the showers upon the grass:"},{"text":"Because I will publish the name of the LORD: ascribe ye greatness unto our God."},{"text":"He is the Rock, his work is perfect: for all his ways are judgment: a God of truth and without iniquity, just and right is he."},{"text":"They have corrupted themselves, their spot is not the spot of his children: they are a perverse and crooked generation."},{"text":"Do ye thus requite the LORD, O foolish people and unwise? is not he thy father that hath bought thee? hath he not made thee, and established thee?"},{"text":"Remember the days of old, consider the years of many generations: ask thy father, and he will shew thee; thy elders, and they will tell thee."},{"text":"When the Most High divided to the nations their inheritance, when he separated the sons of Adam, he set the bounds of the people according to the number of the children of Israel."},{"text":"For the LORD's portion is his people; Jacob is the lot of his inheritance."},{"text":"He found him in a desert land, and in the waste howling wilderness; he led him about, he instructed him, he kept him as the apple of his eye."},{"text":"As an eagle stirreth up her nest, fluttereth over her young, spreadeth abroad her wings, taketh them, beareth them on her wings:"},{"text":"So the LORD alone did lead him, and there was no strange god with him."},{"text":"He made him ride on the high places of the earth, that he might eat the increase of the fields; and he made him to suck honey out of the rock, and oil out of the flinty rock;"},{"text":"Butter of kine, and milk of sheep, with fat of lambs, and rams of the breed of Bashan, and goats, with the fat of kidneys of wheat; and thou didst drink the pure blood of the grape."},{"text":"But Jeshurun waxed fat, and kicked: thou art waxen fat, thou art grown thick, thou art covered with fatness; then he forsook God which made him, and lightly esteemed the Rock of his salvation."},{"text":"They provoked him to jealousy with strange gods, with abominations provoked they him to anger."},{"text":"They sacrificed unto devils, not to God; to gods whom they knew not, to new gods that came newly up, whom your fathers feared not."},{"text":"Of the Rock that begat thee thou art unmindful, and hast forgotten God that formed thee."},{"text":"And when the LORD saw it, he abhorred them, because of the provoking of his sons, and of his daughters."},{"text":"And he said, I will hide my face from them, I will see what their end shall be: for they are a very froward generation, children in whom is no faith."},{"text":"They have moved me to jealousy with that which is not God; they have provoked me to anger with their vanities: and I will move them to jealousy with those which are not a people; I will provoke them to anger with a foolish nation."},{"text":"For a fire is kindled in mine anger, and shall burn unto the lowest hell, and shall consume the earth with her increase, and set on fire the foundations of the mountains."},{"text":"I will heap mischiefs upon them; I will spend mine arrows upon them."},{"text":"They shall be burnt with hunger, and devoured with burning heat, and with bitter destruction: I will also send the teeth of beasts upon them, with the poison of serpents of the dust."},{"text":"The sword without, and terror within, shall destroy both the young man and the virgin, the suckling also with the man of gray hairs."},{"text":"I said, I would scatter them into corners, I would make the remembrance of them to cease from among men:"},{"text":"Were it not that I feared the wrath of the enemy, lest their adversaries should behave themselves strangely, and lest they should say, Our hand is high, and the LORD hath not done all this."},{"text":"For they are a nation void of counsel, neither is there any understanding in them."},{"text":"O that they were wise, that they understood this, that they would consider their latter end!"},{"text":"How should one chase a thousand, and two put ten thousand to flight, except their Rock had sold them, and the LORD had shut them up?"},{"text":"For their rock is not as our Rock, even our enemies themselves being judges."},{"text":"For their vine is of the vine of Sodom, and of the fields of Gomorrah: their grapes are grapes of gall, their clusters are bitter:"},{"text":"Their wine is the poison of dragons, and the cruel venom of asps."},{"text":"Is not this laid up in store with me, and sealed up among my treasures?"},{"text":"To me belongeth vengeance and recompence; their foot shall slide in due time: for the day of their calamity is at hand, and the things that shall come upon them make haste."},{"text":"For the LORD shall judge his people, and repent himself for his servants, when he seeth that their power is gone, and there is none shut up, or left."},{"text":"And he shall say, Where are their gods, their rock in whom they trusted,"},{"text":"Which did eat the fat of their sacrifices, and drank the wine of their drink offerings? let them rise up and help you, and be your protection."},{"text":"See now that I, even I, am he, and there is no god with me: I kill, and I make alive; I wound, and I heal: neither is there any that can deliver out of my hand."},{"text":"For I lift up my hand to heaven, and say, I live for ever."},{"text":"If I whet my glittering sword, and mine hand take hold on judgment; I will render vengeance to mine enemies, and will reward them that hate me."},{"text":"I will make mine arrows drunk with blood, and my sword shall devour flesh; and that with the blood of the slain and of the captives, from the beginning of revenges upon the enemy."},{"text":"Rejoice, O ye nations, with his people: for he will avenge the blood of his servants, and will render vengeance to his adversaries, and will be merciful unto his land, and to his people."},{"text":"And Moses came and spake all the words of this song in the ears of the people, he, and Hoshea the son of Nun."},{"text":"And Moses made an end of speaking all these words to all Israel:"},{"text":"And he said unto them, Set your hearts unto all the words which I testify among you this day, which ye shall command your children to observe to do, all the words of this law."},{"text":"For it is not a vain thing for you; because it is your life: and through this thing ye shall prolong your days in the land, whither ye go over Jordan to possess it."},{"text":"And the LORD spake unto Moses that selfsame day, saying,"},{"text":"Get thee up into this mountain Abarim, unto mount Nebo, which is in the land of Moab, that is over against Jericho; and behold the land of Canaan, which I give unto the children of Israel for a possession:"},{"text":"And die in the mount whither thou goest up, and be gathered unto thy people; as Aaron thy brother died in mount Hor, and was gathered unto his people:"},{"text":"Because ye trespassed against me among the children of Israel at the waters of MeribahKadesh, in the wilderness of Zin; because ye sanctified me not in the midst of the children of Israel."},{"text":"Yet thou shalt see the land before thee; but thou shalt not go thither unto the land which I give the children of Israel."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":33,"verses":[{"text":"And this is the blessing, wherewith Moses the man of God blessed the children of Israel before his death."},{"text":"And he said, The LORD came from Sinai, and rose up from Seir unto them; he shined forth from mount Paran, and he came with ten thousands of saints: from his right hand went a fiery law for them."},{"text":"Yea, he loved the people; all his saints are in thy hand: and they sat down at thy feet; every one shall receive of thy words."},{"text":"Moses commanded us a law, even the inheritance of the congregation of Jacob."},{"text":"And he was king in Jeshurun, when the heads of the people and the tribes of Israel were gathered together."},{"text":"Let Reuben live, and not die; and let not his men be few."},{"text":"And this is the blessing of Judah: and he said, Hear, LORD, the voice of Judah, and bring him unto his people: let his hands be sufficient for him; and be thou an help to him from his enemies."},{"text":"And of Levi he said, Let thy Thummim and thy Urim be with thy holy one, whom thou didst prove at Massah, and with whom thou didst strive at the waters of Meribah;"},{"text":"Who said unto his father and to his mother, I have not seen him; neither did he acknowledge his brethren, nor knew his own children: for they have observed thy word, and kept thy covenant."},{"text":"They shall teach Jacob thy judgments, and Israel thy law: they shall put incense before thee, and whole burnt sacrifice upon thine altar."},{"text":"Bless, LORD, his substance, and accept the work of his hands; smite through the loins of them that rise against him, and of them that hate him, that they rise not again."},{"text":"And of Benjamin he said, The beloved of the LORD shall dwell in safety by him; and the Lord shall cover him all the day long, and he shall dwell between his shoulders."},{"text":"And of Joseph he said, Blessed of the LORD be his land, for the precious things of heaven, for the dew, and for the deep that coucheth beneath,"},{"text":"And for the precious fruits brought forth by the sun, and for the precious things put forth by the moon,"},{"text":"And for the chief things of the ancient mountains, and for the precious things of the lasting hills,"},{"text":"And for the precious things of the earth and fulness thereof, and for the good will of him that dwelt in the bush: let the blessing come upon the head of Joseph, and upon the top of the head of him that was separated from his brethren."},{"text":"His glory is like the firstling of his bullock, and his horns are like the horns of unicorns: with them he shall push the people together to the ends of the earth: and they are the ten thousands of Ephraim, and they are the thousands of Manasseh."},{"text":"And of Zebulun he said, Rejoice, Zebulun, in thy going out; and, Issachar, in thy tents."},{"text":"They shall call the people unto the mountain; there they shall offer sacrifices of righteousness: for they shall suck of the abundance of the seas, and of treasures hid in the sand."},{"text":"And of Gad he said, Blessed be he that enlargeth Gad: he dwelleth as a lion, and teareth the arm with the crown of the head."},{"text":"And he provided the first part for himself, because there, in a portion of the lawgiver, was he seated; and he came with the heads of the people, he executed the justice of the LORD, and his judgments with Israel."},{"text":"And of Dan he said, Dan is a lion's whelp: he shall leap from Bashan."},{"text":"And of Naphtali he said, O Naphtali, satisfied with favour, and full with the blessing of the LORD: possess thou the west and the south."},{"text":"And of Asher he said, Let Asher be blessed with children; let him be acceptable to his brethren, and let him dip his foot in oil."},{"text":"Thy shoes shall be iron and brass; and as thy days, so shall thy strength be."},{"text":"There is none like unto the God of Jeshurun, who rideth upon the heaven in thy help, and in his excellency on the sky."},{"text":"The eternal God is thy refuge, and underneath are the everlasting arms: and he shall thrust out the enemy from before thee; and shall say, Destroy them."},{"text":"Israel then shall dwell in safety alone: the fountain of Jacob shall be upon a land of corn and wine; also his heavens shall drop down dew."},{"text":"Happy art thou, O Israel: who is like unto thee, O people saved by the LORD, the shield of thy help, and who is the sword of thy excellency! and thine enemies shall be found liars unto thee; and thou shalt tread upon their high places."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":34,"verses":[{"text":"And Moses went up from the plains of Moab unto the mountain of Nebo, to the top of Pisgah, that is over against Jericho. And the LORD shewed him all the land of Gilead, unto Dan,"},{"text":"And all Naphtali, and the land of Ephraim, and Manasseh, and all the land of Judah, unto the utmost sea,"},{"text":"And the south, and the plain of the valley of Jericho, the city of palm trees, unto Zoar."},{"text":"And the LORD said unto him, This is the land which I sware unto Abraham, unto Isaac, and unto Jacob, saying, I will give it unto thy seed: I have caused thee to see it with thine eyes, but thou shalt not go over thither."},{"text":"So Moses the servant of the LORD died there in the land of Moab, according to the word of the LORD."},{"text":"And he buried him in a valley in the land of Moab, over against Bethpeor: but no man knoweth of his sepulchre unto this day."},{"text":"And Moses was an hundred and twenty years old when he died: his eye was not dim, nor his natural force abated."},{"text":"And the children of Israel wept for Moses in the plains of Moab thirty days: so the days of weeping and mourning for Moses were ended."},{"text":"And Joshua the son of Nun was full of the spirit of wisdom; for Moses had laid his hands upon him: and the children of Israel hearkened unto him, and did as the LORD commanded Moses."},{"text":"And there arose not a prophet since in Israel like unto Moses, whom the LORD knew face to face,"},{"text":"In all the signs and the wonders, which the LORD sent him to do in the land of Egypt to Pharaoh, and to all his servants, and to all his land,"},{"text":"And in all that mighty hand, and in all the great terror which Moses shewed in the sight of all Israel."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"Now therefore hearken, O Israel, unto the statutes and unto the judgments, which I teach you, for to do them, that ye may live, and go in and possess the land which the LORD God of your fathers giveth you."},{"text":"Ye shall not add unto the word which I command you, neither shall ye diminish ought from it, that ye may keep the commandments of the LORD your God which I command you."},{"text":"Your eyes have seen what the LORD did because of Baalpeor: for all the men that followed Baalpeor, the LORD thy God hath destroyed them from among you."},{"text":"But ye that did cleave unto the LORD your God are alive every one of you this day."},{"text":"Behold, I have taught you statutes and judgments, even as the LORD my God commanded me, that ye should do so in the land whither ye go to possess it."},{"text":"Keep therefore and do them; for this is your wisdom and your understanding in the sight of the nations, which shall hear all these statutes, and say, Surely this great nation is a wise and understanding people."},{"text":"For what nation is there so great, who hath God so nigh unto them, as the LORD our God is in all things that we call upon him for?"},{"text":"And what nation is there so great, that hath statutes and judgments so righteous as all this law, which I set before you this day?"},{"text":"Only take heed to thyself, and keep thy soul diligently, lest thou forget the things which thine eyes have seen, and lest they depart from thy heart all the days of thy life: but teach them thy sons, and thy sons' sons;"},{"text":"Specially the day that thou stoodest before the LORD thy God in Horeb, when the LORD said unto me, Gather me the people together, and I will make them hear my words, that they may learn to fear me all the days that they shall live upon the earth, and that they may teach their children."},{"text":"And ye came near and stood under the mountain; and the mountain burned with fire unto the midst of heaven, with darkness, clouds, and thick darkness."},{"text":"And the LORD spake unto you out of the midst of the fire: ye heard the voice of the words, but saw no similitude; only ye heard a voice."},{"text":"And he declared unto you his covenant, which he commanded you to perform, even ten commandments; and he wrote them upon two tables of stone."},{"text":"And the LORD commanded me at that time to teach you statutes and judgments, that ye might do them in the land whither ye go over to possess it."},{"text":"Take ye therefore good heed unto yourselves; for ye saw no manner of similitude on the day that the LORD spake unto you in Horeb out of the midst of the fire:"},{"text":"Lest ye corrupt yourselves, and make you a graven image, the similitude of any figure, the likeness of male or female,"},{"text":"The likeness of any beast that is on the earth, the likeness of any winged fowl that flieth in the air,"},{"text":"The likeness of any thing that creepeth on the ground, the likeness of any fish that is in the waters beneath the earth:"},{"text":"And lest thou lift up thine eyes unto heaven, and when thou seest the sun, and the moon, and the stars, even all the host of heaven, shouldest be driven to worship them, and serve them, which the LORD thy God hath divided unto all nations under the whole heaven."},{"text":"But the LORD hath taken you, and brought you forth out of the iron furnace, even out of Egypt, to be unto him a people of inheritance, as ye are this day."},{"text":"Furthermore the LORD was angry with me for your sakes, and sware that I should not go over Jordan, and that I should not go in unto that good land, which the LORD thy God giveth thee for an inheritance:"},{"text":"But I must die in this land, I must not go over Jordan: but ye shall go over, and possess that good land."},{"text":"Take heed unto yourselves, lest ye forget the covenant of the LORD your God, which he made with you, and make you a graven image, or the likeness of any thing, which the LORD thy God hath forbidden thee."},{"text":"For the LORD thy God is a consuming fire, even a jealous God."},{"text":"When thou shalt beget children, and children's children, and ye shall have remained long in the land, and shall corrupt yourselves, and make a graven image, or the likeness of any thing, and shall do evil in the sight of the LORD thy God, to provoke him to anger:"},{"text":"I call heaven and earth to witness against you this day, that ye shall soon utterly perish from off the land whereunto ye go over Jordan to possess it; ye shall not prolong your days upon it, but shall utterly be destroyed."},{"text":"And the LORD shall scatter you among the nations, and ye shall be left few in number among the heathen, whither the LORD shall lead you."},{"text":"And there ye shall serve gods, the work of men's hands, wood and stone, which neither see, nor hear, nor eat, nor smell."},{"text":"But if from thence thou shalt seek the LORD thy God, thou shalt find him, if thou seek him with all thy heart and with all thy soul."},{"text":"When thou art in tribulation, and all these things are come upon thee, even in the latter days, if thou turn to the LORD thy God, and shalt be obedient unto his voice;"},{"text":"(For the LORD thy God is a merciful God;) he will not forsake thee, neither destroy thee, nor forget the covenant of thy fathers which he sware unto them."},{"text":"For ask now of the days that are past, which were before thee, since the day that God created man upon the earth, and ask from the one side of heaven unto the other, whether there hath been any such thing as this great thing is, or hath been heard like it?"},{"text":"Did ever people hear the voice of God speaking out of the midst of the fire, as thou hast heard, and live?"},{"text":"Or hath God assayed to go and take him a nation from the midst of another nation, by temptations, by signs, and by wonders, and by war, and by a mighty hand, and by a stretched out arm, and by great terrors, according to all that the LORD your God did for you in Egypt before your eyes?"},{"text":"Unto thee it was shewed, that thou mightest know that the LORD he is God; there is none else beside him."},{"text":"Out of heaven he made thee to hear his voice, that he might instruct thee: and upon earth he shewed thee his great fire; and thou heardest his words out of the midst of the fire."},{"text":"And because he loved thy fathers, therefore he chose their seed after them, and brought thee out in his sight with his mighty power out of Egypt;"},{"text":"To drive out nations from before thee greater and mightier than thou art, to bring thee in, to give thee their land for an inheritance, as it is this day."},{"text":"Know therefore this day, and consider it in thine heart, that the LORD he is God in heaven above, and upon the earth beneath: there is none else."},{"text":"Thou shalt keep therefore his statutes, and his commandments, which I command thee this day, that it may go well with thee, and with thy children after thee, and that thou mayest prolong thy days upon the earth, which the LORD thy God giveth thee, for ever."},{"text":"Then Moses severed three cities on this side Jordan toward the sunrising;"},{"text":"That the slayer might flee thither, which should kill his neighbour unawares, and hated him not in times past; and that fleeing unto one of these cities he might live:"},{"text":"Namely, Bezer in the wilderness, in the plain country, of the Reubenites; and Ramoth in Gilead, of the Gadites; and Golan in Bashan, of the Manassites."},{"text":"And this is the law which Moses set before the children of Israel:"},{"text":"These are the testimonies, and the statutes, and the judgments, which Moses spake unto the children of Israel, after they came forth out of Egypt."},{"text":"On this side Jordan, in the valley over against Bethpeor, in the land of Sihon king of the Amorites, who dwelt at Heshbon, whom Moses and the children of Israel smote, after they were come forth out of Egypt:"},{"text":"And they possessed his land, and the land of Og king of Bashan, two kings of the Amorites, which were on this side Jordan toward the sunrising;"},{"text":"From Aroer, which is by the bank of the river Arnon, even unto mount Sion, which is Hermon,"},{"text":"And all the plain on this side Jordan eastward, even unto the sea of the plain, under the springs of Pisgah."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"And Moses called all Israel, and said unto them, Hear, O Israel, the statutes and judgments which I speak in your ears this day, that ye may learn them, and keep, and do them."},{"text":"The LORD our God made a covenant with us in Horeb."},{"text":"The LORD made not this covenant with our fathers, but with us, even us, who are all of us here alive this day."},{"text":"The LORD talked with you face to face in the mount out of the midst of the fire,"},{"text":"(I stood between the LORD and you at that time, to shew you the word of the LORD: for ye were afraid by reason of the fire, and went not up into the mount;) saying,"},{"text":"I am the LORD thy God, which brought thee out of the land of Egypt, from the house of bondage."},{"text":"Thou shalt have none other gods before me."},{"text":"Thou shalt not make thee any graven image, or any likeness of any thing that is in heaven above, or that is in the earth beneath, or that is in the waters beneath the earth:"},{"text":"Thou shalt not bow down thyself unto them, nor serve them: for I the LORD thy God am a jealous God, visiting the iniquity of the fathers upon the children unto the third and fourth generation of them that hate me,"},{"text":"And shewing mercy unto thousands of them that love me and keep my commandments."},{"text":"Thou shalt not take the name of the LORD thy God in vain: for the LORD will not hold him guiltless that taketh his name in vain."},{"text":"Keep the sabbath day to sanctify it, as the LORD thy God hath commanded thee."},{"text":"Six days thou shalt labour, and do all thy work:"},{"text":"But the seventh day is the sabbath of the LORD thy God: in it thou shalt not do any work, thou, nor thy son, nor thy daughter, nor thy manservant, nor thy maidservant, nor thine ox, nor thine ass, nor any of thy cattle, nor thy stranger that is within thy gates; that thy manservant and thy maidservant may rest as well as thou."},{"text":"And remember that thou wast a servant in the land of Egypt, and that the LORD thy God brought thee out thence through a mighty hand and by a stretched out arm: therefore the LORD thy God commanded thee to keep the sabbath day."},{"text":"Honour thy father and thy mother, as the LORD thy God hath commanded thee; that thy days may be prolonged, and that it may go well with thee, in the land which the LORD thy God giveth thee."},{"text":"Thou shalt not kill."},{"text":"Neither shalt thou commit adultery."},{"text":"Neither shalt thou steal."},{"text":"Neither shalt thou bear false witness against thy neighbour."},{"text":"Neither shalt thou desire thy neighbour's wife, neither shalt thou covet thy neighbour's house, his field, or his manservant, or his maidservant, his ox, or his ass, or any thing that is thy neighbour's."},{"text":"These words the LORD spake unto all your assembly in the mount out of the midst of the fire, of the cloud, and of the thick darkness, with a great voice: and he added no more. And he wrote them in two tables of stone, and delivered them unto me."},{"text":"And it came to pass, when ye heard the voice out of the midst of the darkness, (for the mountain did burn with fire,) that ye came near unto me, even all the heads of your tribes, and your elders;"},{"text":"And ye said, Behold, the LORD our God hath shewed us his glory and his greatness, and we have heard his voice out of the midst of the fire: we have seen this day that God doth talk with man, and he liveth."},{"text":"Now therefore why should we die? for this great fire will consume us: if we hear the voice of the LORD our God any more, then we shall die."},{"text":"For who is there of all flesh, that hath heard the voice of the living God speaking out of the midst of the fire, as we have, and lived?"},{"text":"Go thou near, and hear all that the LORD our God shall say: and speak thou unto us all that the LORD our God shall speak unto thee; and we will hear it, and do it."},{"text":"And the LORD heard the voice of your words, when ye spake unto me; and the LORD said unto me, I have heard the voice of the words of this people, which they have spoken unto thee: they have well said all that they have spoken."},{"text":"O that there were such an heart in them, that they would fear me, and keep all my commandments always, that it might be well with them, and with their children for ever!"},{"text":"Go say to them, Get you into your tents again."},{"text":"But as for thee, stand thou here by me, and I will speak unto thee all the commandments, and the statutes, and the judgments, which thou shalt teach them, that they may do them in the land which I give them to possess it."},{"text":"Ye shall observe to do therefore as the LORD your God hath commanded you: ye shall not turn aside to the right hand or to the left."},{"text":"Ye shall walk in all the ways which the LORD your God hath commanded you, that ye may live, and that it may be well with you, and that ye may prolong your days in the land which ye shall possess."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"Now these are the commandments, the statutes, and the judgments, which the LORD your God commanded to teach you, that ye might do them in the land whither ye go to possess it:"},{"text":"That thou mightest fear the LORD thy God, to keep all his statutes and his commandments, which I command thee, thou, and thy son, and thy son's son, all the days of thy life; and that thy days may be prolonged."},{"text":"Hear therefore, O Israel, and observe to do it; that it may be well with thee, and that ye may increase mightily, as the LORD God of thy fathers hath promised thee, in the land that floweth with milk and honey."},{"text":"Hear, O Israel: The LORD our God is one LORD:"},{"text":"And thou shalt love the LORD thy God with all thine heart, and with all thy soul, and with all thy might."},{"text":"And these words, which I command thee this day, shall be in thine heart:"},{"text":"And thou shalt teach them diligently unto thy children, and shalt talk of them when thou sittest in thine house, and when thou walkest by the way, and when thou liest down, and when thou risest up."},{"text":"And thou shalt bind them for a sign upon thine hand, and they shall be as frontlets between thine eyes."},{"text":"And thou shalt write them upon the posts of thy house, and on thy gates."},{"text":"And it shall be, when the LORD thy God shall have brought thee into the land which he sware unto thy fathers, to Abraham, to Isaac, and to Jacob, to give thee great and goodly cities, which thou buildedst not,"},{"text":"And houses full of all good things, which thou filledst not, and wells digged, which thou diggedst not, vineyards and olive trees, which thou plantedst not; when thou shalt have eaten and be full;"},{"text":"Then beware lest thou forget the LORD, which brought thee forth out of the land of Egypt, from the house of bondage."},{"text":"Thou shalt fear the LORD thy God, and serve him, and shalt swear by his name."},{"text":"Ye shall not go after other gods, of the gods of the people which are round about you;"},{"text":"(For the LORD thy God is a jealous God among you) lest the anger of the LORD thy God be kindled against thee, and destroy thee from off the face of the earth."},{"text":"Ye shall not tempt the LORD your God, as ye tempted him in Massah."},{"text":"Ye shall diligently keep the commandments of the LORD your God, and his testimonies, and his statutes, which he hath commanded thee."},{"text":"And thou shalt do that which is right and good in the sight of the LORD: that it may be well with thee, and that thou mayest go in and possess the good land which the LORD sware unto thy fathers."},{"text":"To cast out all thine enemies from before thee, as the LORD hath spoken."},{"text":"And when thy son asketh thee in time to come, saying, What mean the testimonies, and the statutes, and the judgments, which the LORD our God hath commanded you?"},{"text":"Then thou shalt say unto thy son, We were Pharaoh's bondmen in Egypt; and the LORD brought us out of Egypt with a mighty hand:"},{"text":"And the LORD shewed signs and wonders, great and sore, upon Egypt, upon Pharaoh, and upon all his household, before our eyes:"},{"text":"And he brought us out from thence, that he might bring us in, to give us the land which he sware unto our fathers."},{"text":"And the LORD commanded us to do all these statutes, to fear the LORD our God, for our good always, that he might preserve us alive, as it is at this day."},{"text":"And it shall be our righteousness, if we observe to do all these commandments before the LORD our God, as he hath commanded us."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"When the LORD thy God shall bring thee into the land whither thou goest to possess it, and hath cast out many nations before thee, the Hittites, and the Girgashites, and the Amorites, and the Canaanites, and the Perizzites, and the Hivites, and the Jebusites, seven nations greater and mightier than thou;"},{"text":"And when the LORD thy God shall deliver them before thee; thou shalt smite them, and utterly destroy them; thou shalt make no covenant with them, nor shew mercy unto them:"},{"text":"Neither shalt thou make marriages with them; thy daughter thou shalt not give unto his son, nor his daughter shalt thou take unto thy son."},{"text":"For they will turn away thy son from following me, that they may serve other gods: so will the anger of the LORD be kindled against you, and destroy thee suddenly."},{"text":"But thus shall ye deal with them; ye shall destroy their altars, and break down their images, and cut down their groves, and burn their graven images with fire."},{"text":"For thou art an holy people unto the LORD thy God: the LORD thy God hath chosen thee to be a special people unto himself, above all people that are upon the face of the earth."},{"text":"The LORD did not set his love upon you, nor choose you, because ye were more in number than any people; for ye were the fewest of all people:"},{"text":"But because the LORD loved you, and because he would keep the oath which he had sworn unto your fathers, hath the LORD brought you out with a mighty hand, and redeemed you out of the house of bondmen, from the hand of Pharaoh king of Egypt."},{"text":"Know therefore that the LORD thy God, he is God, the faithful God, which keepeth covenant and mercy with them that love him and keep his commandments to a thousand generations;"},{"text":"And repayeth them that hate him to their face, to destroy them: he will not be slack to him that hateth him, he will repay him to his face."},{"text":"Thou shalt therefore keep the commandments, and the statutes, and the judgments, which I command thee this day, to do them."},{"text":"Wherefore it shall come to pass, if ye hearken to these judgments, and keep, and do them, that the LORD thy God shall keep unto thee the covenant and the mercy which he sware unto thy fathers:"},{"text":"And he will love thee, and bless thee, and multiply thee: he will also bless the fruit of thy womb, and the fruit of thy land, thy corn, and thy wine, and thine oil, the increase of thy kine, and the flocks of thy sheep, in the land which he sware unto thy fathers to give thee."},{"text":"Thou shalt be blessed above all people: there shall not be male or female barren among you, or among your cattle."},{"text":"And the LORD will take away from thee all sickness, and will put none of the evil diseases of Egypt, which thou knowest, upon thee; but will lay them upon all them that hate thee."},{"text":"And thou shalt consume all the people which the LORD thy God shall deliver thee; thine eye shall have no pity upon them: neither shalt thou serve their gods; for that will be a snare unto thee."},{"text":"If thou shalt say in thine heart, These nations are more than I; how can I dispossess them?"},{"text":"Thou shalt not be afraid of them: but shalt well remember what the LORD thy God did unto Pharaoh, and unto all Egypt;"},{"text":"The great temptations which thine eyes saw, and the signs, and the wonders, and the mighty hand, and the stretched out arm, whereby the LORD thy God brought thee out: so shall the LORD thy God do unto all the people of whom thou art afraid."},{"text":"Moreover the LORD thy God will send the hornet among them, until they that are left, and hide themselves from thee, be destroyed."},{"text":"Thou shalt not be affrighted at them: for the LORD thy God is among you, a mighty God and terrible."},{"text":"And the LORD thy God will put out those nations before thee by little and little: thou mayest not consume them at once, lest the beasts of the field increase upon thee."},{"text":"But the LORD thy God shall deliver them unto thee, and shall destroy them with a mighty destruction, until they be destroyed."},{"text":"And he shall deliver their kings into thine hand, and thou shalt destroy their name from under heaven: there shall no man be able to stand before thee, until thou have destroyed them."},{"text":"The graven images of their gods shall ye burn with fire: thou shalt not desire the silver or gold that is on them, nor take it unto thee, lest thou be snared therin: for it is an abomination to the LORD thy God."},{"text":"Neither shalt thou bring an abomination into thine house, lest thou be a cursed thing like it: but thou shalt utterly detest it, and thou shalt utterly abhor it; for it is a cursed thing."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"All the commandments which I command thee this day shall ye observe to do, that ye may live, and multiply, and go in and possess the land which the LORD sware unto your fathers."},{"text":"And thou shalt remember all the way which the LORD thy God led thee these forty years in the wilderness, to humble thee, and to prove thee, to know what was in thine heart, whether thou wouldest keep his commandments, or no."},{"text":"And he humbled thee, and suffered thee to hunger, and fed thee with manna, which thou knewest not, neither did thy fathers know; that he might make thee know that man doth not live by bread only, but by every word that proceedeth out of the mouth of the LORD doth man live."},{"text":"Thy raiment waxed not old upon thee, neither did thy foot swell, these forty years."},{"text":"Thou shalt also consider in thine heart, that, as a man chasteneth his son, so the LORD thy God chasteneth thee."},{"text":"Therefore thou shalt keep the commandments of the LORD thy God, to walk in his ways, and to fear him."},{"text":"For the LORD thy God bringeth thee into a good land, a land of brooks of water, of fountains and depths that spring out of valleys and hills;"},{"text":"A land of wheat, and barley, and vines, and fig trees, and pomegranates; a land of oil olive, and honey;"},{"text":"A land wherein thou shalt eat bread without scarceness, thou shalt not lack any thing in it; a land whose stones are iron, and out of whose hills thou mayest dig brass."},{"text":"When thou hast eaten and art full, then thou shalt bless the LORD thy God for the good land which he hath given thee."},{"text":"Beware that thou forget not the LORD thy God, in not keeping his commandments, and his judgments, and his statutes, which I command thee this day:"},{"text":"Lest when thou hast eaten and art full, and hast built goodly houses, and dwelt therein;"},{"text":"And when thy herds and thy flocks multiply, and thy silver and thy gold is multiplied, and all that thou hast is multiplied;"},{"text":"Then thine heart be lifted up, and thou forget the LORD thy God, which brought thee forth out of the land of Egypt, from the house of bondage;"},{"text":"Who led thee through that great and terrible wilderness, wherein were fiery serpents, and scorpions, and drought, where there was no water; who brought thee forth water out of the rock of flint;"},{"text":"Who fed thee in the wilderness with manna, which thy fathers knew not, that he might humble thee, and that he might prove thee, to do thee good at thy latter end;"},{"text":"And thou say in thine heart, My power and the might of mine hand hath gotten me this wealth."},{"text":"But thou shalt remember the LORD thy God: for it is he that giveth thee power to get wealth, that he may establish his covenant which he sware unto thy fathers, as it is this day."},{"text":"And it shall be, if thou do at all forget the LORD thy God, and walk after other gods, and serve them, and worship them, I testify against you this day that ye shall surely perish."},{"text":"As the nations which the LORD destroyeth before your face, so shall ye perish; because ye would not be obedient unto the voice of the LORD your God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"Hear, O Israel: Thou art to pass over Jordan this day, to go in to possess nations greater and mightier than thyself, cities great and fenced up to heaven,"},{"text":"A people great and tall, the children of the Anakims, whom thou knowest, and of whom thou hast heard say, Who can stand before the children of Anak!"},{"text":"Understand therefore this day, that the LORD thy God is he which goeth over before thee; as a consuming fire he shall destroy them, and he shall bring them down before thy face: so shalt thou drive them out, and destroy them quickly, as the LORD hath said unto thee."},{"text":"Speak not thou in thine heart, after that the LORD thy God hath cast them out from before thee, saying, For my righteousness the LORD hath brought me in to possess this land: but for the wickedness of these nations the LORD doth drive them out from before thee."},{"text":"Not for thy righteousness, or for the uprightness of thine heart, dost thou go to possess their land: but for the wickedness of these nations the LORD thy God doth drive them out from before thee, and that he may perform the word which the LORD sware unto thy fathers, Abraham, Isaac, and Jacob."},{"text":"Understand therefore, that the LORD thy God giveth thee not this good land to possess it for thy righteousness; for thou art a stiffnecked people."},{"text":"Remember, and forget not, how thou provokedst the LORD thy God to wrath in the wilderness: from the day that thou didst depart out of the land of Egypt, until ye came unto this place, ye have been rebellious against the LORD."},{"text":"Also in Horeb ye provoked the LORD to wrath, so that the LORD was angry with you to have destroyed you."},{"text":"When I was gone up into the mount to receive the tables of stone, even the tables of the covenant which the LORD made with you, then I abode in the mount forty days and forty nights, I neither did eat bread nor drink water:"},{"text":"And the LORD delivered unto me two tables of stone written with the finger of God; and on them was written according to all the words, which the LORD spake with you in the mount out of the midst of the fire in the day of the assembly."},{"text":"And it came to pass at the end of forty days and forty nights, that the LORD gave me the two tables of stone, even the tables of the covenant."},{"text":"And the LORD said unto me, Arise, get thee down quickly from hence; for thy people which thou hast brought forth out of Egypt have corrupted themselves; they are quickly turned aside out of the way which I commanded them; they have made them a molten image."},{"text":"Furthermore the LORD spake unto me, saying, I have seen this people, and, behold, it is a stiffnecked people:"},{"text":"Let me alone, that I may destroy them, and blot out their name from under heaven: and I will make of thee a nation mightier and greater than they."},{"text":"So I turned and came down from the mount, and the mount burned with fire: and the two tables of the covenant were in my two hands."},{"text":"And I looked, and, behold, ye had sinned against the LORD your God, and had made you a molten calf: ye had turned aside quickly out of the way which the LORD had commanded you."},{"text":"And I took the two tables, and cast them out of my two hands, and brake them before your eyes."},{"text":"And I fell down before the LORD, as at the first, forty days and forty nights: I did neither eat bread, nor drink water, because of all your sins which ye sinned, in doing wickedly in the sight of the LORD, to provoke him to anger."},{"text":"For I was afraid of the anger and hot displeasure, wherewith the LORD was wroth against you to destroy you. But the LORD hearkened unto me at that time also."},{"text":"And the LORD was very angry with Aaron to have destroyed him: and I prayed for Aaron also the same time."},{"text":"And I took your sin, the calf which ye had made, and burnt it with fire, and stamped it, and ground it very small, even until it was as small as dust: and I cast the dust thereof into the brook that descended out of the mount."},{"text":"And at Taberah, and at Massah, and at Kibrothhattaavah, ye provoked the LORD to wrath."},{"text":"Likewise when the LORD sent you from Kadeshbarnea, saying, Go up and possess the land which I have given you; then ye rebelled against the commandment of the LORD your God, and ye believed him not, nor hearkened to his voice."},{"text":"Ye have been rebellious against the LORD from the day that I knew you."},{"text":"Thus I fell down before the LORD forty days and forty nights, as I fell down at the first; because the LORD had said he would destroy you."},{"text":"I prayed therefore unto the LORD, and said, O Lord GOD, destroy not thy people and thine inheritance, which thou hast redeemed through thy greatness, which thou hast brought forth out of Egypt with a mighty hand."},{"text":"Remember thy servants, Abraham, Isaac, and Jacob; look not unto the stubbornness of this people, nor to their wickedness, nor to their sin:"},{"text":"Lest the land whence thou broughtest us out say, Because the LORD was not able to bring them into the land which he promised them, and because he hated them, he hath brought them out to slay them in the wilderness."},{"text":"Yet they are thy people and thine inheritance, which thou broughtest out by thy mighty power and by thy stretched out arm."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The words of the Preacher, the son of David, king in Jerusalem."},{"text":"Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity."},{"text":"What profit hath a man of all his labour which he taketh under the sun?"},{"text":"One generation passeth away, and another generation cometh: but the earth abideth for ever."},{"text":"The sun also ariseth, and the sun goeth down, and hasteth to his place where he arose."},{"text":"The wind goeth toward the south, and turneth about unto the north; it whirleth about continually, and the wind returneth again according to his circuits."},{"text":"All the rivers run into the sea; yet the sea is not full; unto the place from whence the rivers come, thither they return again."},{"text":"All things are full of labour; man cannot utter it: the eye is not satisfied with seeing, nor the ear filled with hearing."},{"text":"The thing that hath been, it is that which shall be; and that which is done is that which shall be done: and there is no new thing under the sun."},{"text":"Is there any thing whereof it may be said, See, this is new? it hath been already of old time, which was before us."},{"text":"There is no remembrance of former things; neither shall there be any remembrance of things that are to come with those that shall come after."},{"text":"I the Preacher was king over Israel in Jerusalem."},{"text":"And I gave my heart to seek and search out by wisdom concerning all things that are done under heaven: this sore travail hath God given to the sons of man to be exercised therewith."},{"text":"I have seen all the works that are done under the sun; and, behold, all is vanity and vexation of spirit."},{"text":"That which is crooked cannot be made straight: and that which is wanting cannot be numbered."},{"text":"I communed with mine own heart, saying, Lo, I am come to great estate, and have gotten more wisdom than all they that have been before me in Jerusalem: yea, my heart had great experience of wisdom and knowledge."},{"text":"And I gave my heart to know wisdom, and to know madness and folly: I perceived that this also is vexation of spirit."},{"text":"For in much wisdom is much grief: and he that increaseth knowledge increaseth sorrow."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"Dead flies cause the ointment of the apothecary to send forth a stinking savour: so doth a little folly him that is in reputation for wisdom and honour."},{"text":"A wise man's heart is at his right hand; but a fool's heart at his left."},{"text":"Yea also, when he that is a fool walketh by the way, his wisdom faileth him, and he saith to every one that he is a fool."},{"text":"If the spirit of the ruler rise up against thee, leave not thy place; for yielding pacifieth great offences."},{"text":"There is an evil which I have seen under the sun, as an error which proceedeth from the ruler:"},{"text":"Folly is set in great dignity, and the rich sit in low place."},{"text":"I have seen servants upon horses, and princes walking as servants upon the earth."},{"text":"He that diggeth a pit shall fall into it; and whoso breaketh an hedge, a serpent shall bite him."},{"text":"Whoso removeth stones shall be hurt therewith; and he that cleaveth wood shall be endangered thereby."},{"text":"If the iron be blunt, and he do not whet the edge, then must he put to more strength: but wisdom is profitable to direct."},{"text":"Surely the serpent will bite without enchantment; and a babbler is no better."},{"text":"The words of a wise man's mouth are gracious; but the lips of a fool will swallow up himself."},{"text":"The beginning of the words of his mouth is foolishness: and the end of his talk is mischievous madness."},{"text":"A fool also is full of words: a man cannot tell what shall be; and what shall be after him, who can tell him?"},{"text":"The labour of the foolish wearieth every one of them, because he knoweth not how to go to the city."},{"text":"Woe to thee, O land, when thy king is a child, and thy princes eat in the morning!"},{"text":"Blessed art thou, O land, when thy king is the son of nobles, and thy princes eat in due season, for strength, and not for drunkenness!"},{"text":"By much slothfulness the building decayeth; and through idleness of the hands the house droppeth through."},{"text":"A feast is made for laughter, and wine maketh merry: but money answereth all things."},{"text":"Curse not the king, no not in thy thought; and curse not the rich in thy bedchamber: for a bird of the air shall carry the voice, and that which hath wings shall tell the matter."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"Cast thy bread upon the waters: for thou shalt find it after many days."},{"text":"Give a portion to seven, and also to eight; for thou knowest not what evil shall be upon the earth."},{"text":"If the clouds be full of rain, they empty themselves upon the earth: and if the tree fall toward the south, or toward the north, in the place where the tree falleth, there it shall be."},{"text":"He that observeth the wind shall not sow; and he that regardeth the clouds shall not reap."},{"text":"As thou knowest not what is the way of the spirit, nor how the bones do grow in the womb of her that is with child: even so thou knowest not the works of God who maketh all."},{"text":"In the morning sow thy seed, and in the evening withhold not thine hand: for thou knowest not whether shall prosper, either this or that, or whether they both shall be alike good."},{"text":"Truly the light is sweet, and a pleasant thing it is for the eyes to behold the sun:"},{"text":"But if a man live many years, and rejoice in them all; yet let him remember the days of darkness; for they shall be many. All that cometh is vanity."},{"text":"Rejoice, O young man, in thy youth; and let thy heart cheer thee in the days of thy youth, and walk in the ways of thine heart, and in the sight of thine eyes: but know thou, that for all these things God will bring thee into judgment."},{"text":"Therefore remove sorrow from thy heart, and put away evil from thy flesh: for childhood and youth are vanity."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"Remember now thy Creator in the days of thy youth, while the evil days come not, nor the years draw nigh, when thou shalt say, I have no pleasure in them;"},{"text":"While the sun, or the light, or the moon, or the stars, be not darkened, nor the clouds return after the rain:"},{"text":"In the day when the keepers of the house shall tremble, and the strong men shall bow themselves, and the grinders cease because they are few, and those that look out of the windows be darkened,"},{"text":"And the doors shall be shut in the streets, when the sound of the grinding is low, and he shall rise up at the voice of the bird, and all the daughters of musick shall be brought low;"},{"text":"Also when they shall be afraid of that which is high, and fears shall be in the way, and the almond tree shall flourish, and the grasshopper shall be a burden, and desire shall fail: because man goeth to his long home, and the mourners go about the streets:"},{"text":"Or ever the silver cord be loosed, or the golden bowl be broken, or the pitcher be broken at the fountain, or the wheel broken at the cistern."},{"text":"Then shall the dust return to the earth as it was: and the spirit shall return unto God who gave it."},{"text":"Vanity of vanities, saith the preacher; all is vanity."},{"text":"And moreover, because the preacher was wise, he still taught the people knowledge; yea, he gave good heed, and sought out, and set in order many proverbs."},{"text":"The preacher sought to find out acceptable words: and that which was written was upright, even words of truth."},{"text":"The words of the wise are as goads, and as nails fastened by the masters of assemblies, which are given from one shepherd."},{"text":"And further, by these, my son, be admonished: of making many books there is no end; and much study is a weariness of the flesh."},{"text":"Let us hear the conclusion of the whole matter: Fear God, and keep his commandments: for this is the whole duty of man."},{"text":"For God shall bring every work into judgment, with every secret thing, whether it be good, or whether it be evil."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"I said in mine heart, Go to now, I will prove thee with mirth, therefore enjoy pleasure: and, behold, this also is vanity."},{"text":"I said of laughter, It is mad: and of mirth, What doeth it?"},{"text":"I sought in mine heart to give myself unto wine, yet acquainting mine heart with wisdom; and to lay hold on folly, till I might see what was that good for the sons of men, which they should do under the heaven all the days of their life."},{"text":"I made me great works; I builded me houses; I planted me vineyards:"},{"text":"I made me gardens and orchards, and I planted trees in them of all kind of fruits:"},{"text":"I made me pools of water, to water therewith the wood that bringeth forth trees:"},{"text":"I got me servants and maidens, and had servants born in my house; also I had great possessions of great and small cattle above all that were in Jerusalem before me:"},{"text":"I gathered me also silver and gold, and the peculiar treasure of kings and of the provinces: I gat me men singers and women singers, and the delights of the sons of men, as musical instruments, and that of all sorts."},{"text":"So I was great, and increased more than all that were before me in Jerusalem: also my wisdom remained with me."},{"text":"And whatsoever mine eyes desired I kept not from them, I withheld not my heart from any joy; for my heart rejoiced in all my labour: and this was my portion of all my labour."},{"text":"Then I looked on all the works that my hands had wrought, and on the labour that I had laboured to do: and, behold, all was vanity and vexation of spirit, and there was no profit under the sun."},{"text":"And I turned myself to behold wisdom, and madness, and folly: for what can the man do that cometh after the king? even that which hath been already done."},{"text":"Then I saw that wisdom excelleth folly, as far as light excelleth darkness."},{"text":"The wise man's eyes are in his head; but the fool walketh in darkness: and I myself perceived also that one event happeneth to them all."},{"text":"Then said I in my heart, As it happeneth to the fool, so it happeneth even to me; and why was I then more wise? Then I said in my heart, that this also is vanity."},{"text":"For there is no remembrance of the wise more than of the fool for ever; seeing that which now is in the days to come shall all be forgotten."},{"text":"Therefore I hated life; because the work that is wrought under the sun is grievous unto me: for all is vanity and vexation of spirit."},{"text":"Yea, I hated all my labour which I had taken under the sun: because I should leave it unto the man that shall be after me."},{"text":"And who knoweth whether he shall be a wise man or a fool? yet shall he have rule over all my labour wherein I have laboured, and wherein I have shewed myself wise under the sun. This is also vanity."},{"text":"Therefore I went about to cause my heart to despair of all the labour which I took under the sun."},{"text":"For there is a man whose labour is in wisdom, and in knowledge, and in equity; yet to a man that hath not laboured therein shall he leave it for his portion. This also is vanity and a great evil."},{"text":"For what hath man of all his labour, and of the vexation of his heart, wherein he hath laboured under the sun?"},{"text":"For all his days are sorrows, and his travail grief; yea, his heart taketh not rest in the night. This is also vanity."},{"text":"There is nothing better for a man, than that he should eat and drink, and that he should make his soul enjoy good in his labour. This also I saw, that it was from the hand of God."},{"text":"For who can eat, or who else can hasten hereunto, more than I?"},{"text":"For God giveth to a man that is good in his sight wisdom, and knowledge, and joy: but to the sinner he giveth travail, to gather and to heap up, that he may give to him that is good before God. This also is vanity and vexation of spirit."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"To every thing there is a season, and a time to every purpose under the heaven:"},{"text":"A time to be born, and a time to die; a time to plant, and a time to pluck up that which is planted;"},{"text":"A time to kill, and a time to heal; a time to break down, and a time to build up;"},{"text":"A time to weep, and a time to laugh; a time to mourn, and a time to dance;"},{"text":"A time to cast away stones, and a time to gather stones together; a time to embrace, and a time to refrain from embracing;"},{"text":"A time to get, and a time to lose; a time to keep, and a time to cast away;"},{"text":"A time to rend, and a time to sew; a time to keep silence, and a time to speak;"},{"text":"A time to love, and a time to hate; a time of war, and a time of peace."},{"text":"What profit hath he that worketh in that wherein he laboureth?"},{"text":"I have seen the travail, which God hath given to the sons of men to be exercised in it."},{"text":"He hath made every thing beautiful in his time: also he hath set the world in their heart, so that no man can find out the work that God maketh from the beginning to the end."},{"text":"I know that there is no good in them, but for a man to rejoice, and to do good in his life."},{"text":"And also that every man should eat and drink, and enjoy the good of all his labour, it is the gift of God."},{"text":"I know that, whatsoever God doeth, it shall be for ever: nothing can be put to it, nor any thing taken from it: and God doeth it, that men should fear before him."},{"text":"That which hath been is now; and that which is to be hath already been; and God requireth that which is past."},{"text":"And moreover I saw under the sun the place of judgment, that wickedness was there; and the place of righteousness, that iniquity was there."},{"text":"I said in mine heart, God shall judge the righteous and the wicked: for there is a time there for every purpose and for every work."},{"text":"I said in mine heart concerning the estate of the sons of men, that God might manifest them, and that they might see that they themselves are beasts."},{"text":"For that which befalleth the sons of men befalleth beasts; even one thing befalleth them: as the one dieth, so dieth the other; yea, they have all one breath; so that a man hath no preeminence above a beast: for all is vanity."},{"text":"All go unto one place; all are of the dust, and all turn to dust again."},{"text":"Who knoweth the spirit of man that goeth upward, and the spirit of the beast that goeth downward to the earth?"},{"text":"Wherefore I perceive that there is nothing better, than that a man should rejoice in his own works; for that is his portion: for who shall bring him to see what shall be after him?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"So I returned, and considered all the oppressions that are done under the sun: and behold the tears of such as were oppressed, and they had no comforter; and on the side of their oppressors there was power; but they had no comforter."},{"text":"Wherefore I praised the dead which are already dead more than the living which are yet alive."},{"text":"Yea, better is he than both they, which hath not yet been, who hath not seen the evil work that is done under the sun."},{"text":"Again, I considered all travail, and every right work, that for this a man is envied of his neighbour. This is also vanity and vexation of spirit."},{"text":"The fool foldeth his hands together, and eateth his own flesh."},{"text":"Better is an handful with quietness, than both the hands full with travail and vexation of spirit."},{"text":"Then I returned, and I saw vanity under the sun."},{"text":"There is one alone, and there is not a second; yea, he hath neither child nor brother: yet is there no end of all his labour; neither is his eye satisfied with riches; neither saith he, For whom do I labour, and bereave my soul of good? This is also vanity, yea, it is a sore travail."},{"text":"Two are better than one; because they have a good reward for their labour."},{"text":"For if they fall, the one will lift up his fellow: but woe to him that is alone when he falleth; for he hath not another to help him up."},{"text":"Again, if two lie together, then they have heat: but how can one be warm alone?"},{"text":"And if one prevail against him, two shall withstand him; and a threefold cord is not quickly broken."},{"text":"Better is a poor and a wise child than an old and foolish king, who will no more be admonished."},{"text":"For out of prison he cometh to reign; whereas also he that is born in his kingdom becometh poor."},{"text":"I considered all the living which walk under the sun, with the second child that shall stand up in his stead."},{"text":"There is no end of all the people, even of all that have been before them: they also that come after shall not rejoice in him. Surely this also is vanity and vexation of spirit."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Keep thy foot when thou goest to the house of God, and be more ready to hear, than to give the sacrifice of fools: for they consider not that they do evil."},{"text":"Be not rash with thy mouth, and let not thine heart be hasty to utter any thing before God: for God is in heaven, and thou upon earth: therefore let thy words be few."},{"text":"For a dream cometh through the multitude of business; and a fool's voice is known by multitude of words."},{"text":"When thou vowest a vow unto God, defer not to pay it; for he hath no pleasure in fools: pay that which thou hast vowed."},{"text":"Better is it that thou shouldest not vow, than that thou shouldest vow and not pay."},{"text":"Suffer not thy mouth to cause thy flesh to sin; neither say thou before the angel, that it was an error: wherefore should God be angry at thy voice, and destroy the work of thine hands?"},{"text":"For in the multitude of dreams and many words there are also divers vanities: but fear thou God."},{"text":"If thou seest the oppression of the poor, and violent perverting of judgment and justice in a province, marvel not at the matter: for he that is higher than the highest regardeth; and there be higher than they."},{"text":"Moreover the profit of the earth is for all: the king himself is served by the field."},{"text":"He that loveth silver shall not be satisfied with silver; nor he that loveth abundance with increase: this is also vanity."},{"text":"When goods increase, they are increased that eat them: and what good is there to the owners thereof, saving the beholding of them with their eyes?"},{"text":"The sleep of a labouring man is sweet, whether he eat little or much: but the abundance of the rich will not suffer him to sleep."},{"text":"There is a sore evil which I have seen under the sun, namely, riches kept for the owners thereof to their hurt."},{"text":"But those riches perish by evil travail: and he begetteth a son, and there is nothing in his hand."},{"text":"As he came forth of his mother's womb, naked shall he return to go as he came, and shall take nothing of his labour, which he may carry away in his hand."},{"text":"And this also is a sore evil, that in all points as he came, so shall he go: and what profit hath he that hath laboured for the wind?"},{"text":"All his days also he eateth in darkness, and he hath much sorrow and wrath with his sickness."},{"text":"Behold that which I have seen: it is good and comely for one to eat and to drink, and to enjoy the good of all his labour that he taketh under the sun all the days of his life, which God giveth him: for it is his portion."},{"text":"Every man also to whom God hath given riches and wealth, and hath given him power to eat thereof, and to take his portion, and to rejoice in his labour; this is the gift of God."},{"text":"For he shall not much remember the days of his life; because God answereth him in the joy of his heart."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"There is an evil which I have seen under the sun, and it is common among men:"},{"text":"A man to whom God hath given riches, wealth, and honour, so that he wanteth nothing for his soul of all that he desireth, yet God giveth him not power to eat thereof, but a stranger eateth it: this is vanity, and it is an evil disease."},{"text":"If a man beget an hundred children, and live many years, so that the days of his years be many, and his soul be not filled with good, and also that he have no burial; I say, that an untimely birth is better than he."},{"text":"For he cometh in with vanity, and departeth in darkness, and his name shall be covered with darkness."},{"text":"Moreover he hath not seen the sun, nor known any thing: this hath more rest than the other."},{"text":"Yea, though he live a thousand years twice told, yet hath he seen no good: do not all go to one place?"},{"text":"All the labour of man is for his mouth, and yet the appetite is not filled."},{"text":"For what hath the wise more than the fool? what hath the poor, that knoweth to walk before the living?"},{"text":"Better is the sight of the eyes than the wandering of the desire: this is also vanity and vexation of spirit."},{"text":"That which hath been is named already, and it is known that it is man: neither may he contend with him that is mightier than he."},{"text":"Seeing there be many things that increase vanity, what is man the better?"},{"text":"For who knoweth what is good for man in this life, all the days of his vain life which he spendeth as a shadow? for who can tell a man what shall be after him under the sun?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"A good name is better than precious ointment; and the day of death than the day of one's birth."},{"text":"It is better to go to the house of mourning, than to go to the house of feasting: for that is the end of all men; and the living will lay it to his heart."},{"text":"Sorrow is better than laughter: for by the sadness of the countenance the heart is made better."},{"text":"The heart of the wise is in the house of mourning; but the heart of fools is in the house of mirth."},{"text":"It is better to hear the rebuke of the wise, than for a man to hear the song of fools."},{"text":"For as the crackling of thorns under a pot, so is the laughter of the fool: this also is vanity."},{"text":"Surely oppression maketh a wise man mad; and a gift destroyeth the heart."},{"text":"Better is the end of a thing than the beginning thereof: and the patient in spirit is better than the proud in spirit."},{"text":"Be not hasty in thy spirit to be angry: for anger resteth in the bosom of fools."},{"text":"Say not thou, What is the cause that the former days were better than these? for thou dost not enquire wisely concerning this."},{"text":"Wisdom is good with an inheritance: and by it there is profit to them that see the sun."},{"text":"For wisdom is a defence, and money is a defence: but the excellency of knowledge is, that wisdom giveth life to them that have it."},{"text":"Consider the work of God: for who can make that straight, which he hath made crooked?"},{"text":"In the day of prosperity be joyful, but in the day of adversity consider: God also hath set the one over against the other, to the end that man should find nothing after him."},{"text":"All things have I seen in the days of my vanity: there is a just man that perisheth in his righteousness, and there is a wicked man that prolongeth his life in his wickedness."},{"text":"Be not righteous over much; neither make thyself over wise: why shouldest thou destroy thyself ?"},{"text":"Be not over much wicked, neither be thou foolish: why shouldest thou die before thy time?"},{"text":"It is good that thou shouldest take hold of this; yea, also from this withdraw not thine hand: for he that feareth God shall come forth of them all."},{"text":"Wisdom strengtheneth the wise more than ten mighty men which are in the city."},{"text":"For there is not a just man upon earth, that doeth good, and sinneth not."},{"text":"Also take no heed unto all words that are spoken; lest thou hear thy servant curse thee:"},{"text":"For oftentimes also thine own heart knoweth that thou thyself likewise hast cursed others."},{"text":"All this have I proved by wisdom: I said, I will be wise; but it was far from me."},{"text":"That which is far off, and exceeding deep, who can find it out?"},{"text":"I applied mine heart to know, and to search, and to seek out wisdom, and the reason of things, and to know the wickedness of folly, even of foolishness and madness:"},{"text":"And I find more bitter than death the woman, whose heart is snares and nets, and her hands as bands: whoso pleaseth God shall escape from her; but the sinner shall be taken by her."},{"text":"Behold, this have I found, saith the preacher, counting one by one, to find out the account:"},{"text":"Which yet my soul seeketh, but I find not: one man among a thousand have I found; but a woman among all those have I not found."},{"text":"Lo, this only have I found, that God hath made man upright; but they have sought out many inventions."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"Who is as the wise man? and who knoweth the interpretation of a thing? a man's wisdom maketh his face to shine, and the boldness of his face shall be changed."},{"text":"I counsel thee to keep the king's commandment, and that in regard of the oath of God."},{"text":"Be not hasty to go out of his sight: stand not in an evil thing; for he doeth whatsoever pleaseth him."},{"text":"Where the word of a king is, there is power: and who may say unto him, What doest thou?"},{"text":"Whoso keepeth the commandment shall feel no evil thing: and a wise man's heart discerneth both time and judgment."},{"text":"Because to every purpose there is time and judgment, therefore the misery of man is great upon him."},{"text":"For he knoweth not that which shall be: for who can tell him when it shall be?"},{"text":"There is no man that hath power over the spirit to retain the spirit; neither hath he power in the day of death: and there is no discharge in that war; neither shall wickedness deliver those that are given to it."},{"text":"All this have I seen, and applied my heart unto every work that is done under the sun: there is a time wherein one man ruleth over another to his own hurt."},{"text":"And so I saw the wicked buried, who had come and gone from the place of the holy, and they were forgotten in the city where they had so done: this is also vanity."},{"text":"Because sentence against an evil work is not executed speedily, therefore the heart of the sons of men is fully set in them to do evil."},{"text":"Though a sinner do evil an hundred times, and his days be prolonged, yet surely I know that it shall be well with them that fear God, which fear before him:"},{"text":"But it shall not be well with the wicked, neither shall he prolong his days, which are as a shadow; because he feareth not before God."},{"text":"There is a vanity which is done upon the earth; that there be just men, unto whom it happeneth according to the work of the wicked; again, there be wicked men, to whom it happeneth according to the work of the righteous: I said that this also is vanity."},{"text":"Then I commended mirth, because a man hath no better thing under the sun, than to eat, and to drink, and to be merry: for that shall abide with him of his labour the days of his life, which God giveth him under the sun."},{"text":"When I applied mine heart to know wisdom, and to see the business that is done upon the earth: (for also there is that neither day nor night seeth sleep with his eyes:)"},{"text":"Then I beheld all the work of God, that a man cannot find out the work that is done under the sun: because though a man labour to seek it out, yet he shall not find it; yea farther; though a wise man think to know it, yet shall he not be able to find it."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"For all this I considered in my heart even to declare all this, that the righteous, and the wise, and their works, are in the hand of God: no man knoweth either love or hatred by all that is before them."},{"text":"All things come alike to all: there is one event to the righteous, and to the wicked; to the good and to the clean, and to the unclean; to him that sacrificeth, and to him that sacrificeth not: as is the good, so is the sinner; and he that sweareth, as he that feareth an oath."},{"text":"This is an evil among all things that are done under the sun, that there is one event unto all: yea, also the heart of the sons of men is full of evil, and madness is in their heart while they live, and after that they go to the dead."},{"text":"For to him that is joined to all the living there is hope: for a living dog is better than a dead lion."},{"text":"For the living know that they shall die: but the dead know not any thing, neither have they any more a reward; for the memory of them is forgotten."},{"text":"Also their love, and their hatred, and their envy, is now perished; neither have they any more a portion for ever in any thing that is done under the sun."},{"text":"Go thy way, eat thy bread with joy, and drink thy wine with a merry heart; for God now accepteth thy works."},{"text":"Let thy garments be always white; and let thy head lack no ointment."},{"text":"Live joyfully with the wife whom thou lovest all the days of the life of thy vanity, which he hath given thee under the sun, all the days of thy vanity: for that is thy portion in this life, and in thy labour which thou takest under the sun."},{"text":"Whatsoever thy hand findeth to do, do it with thy might; for there is no work, nor device, nor knowledge, nor wisdom, in the grave, whither thou goest."},{"text":"I returned, and saw under the sun, that the race is not to the swift, nor the battle to the strong, neither yet bread to the wise, nor yet riches to men of understanding, nor yet favour to men of skill; but time and chance happeneth to them all."},{"text":"For man also knoweth not his time: as the fishes that are taken in an evil net, and as the birds that are caught in the snare; so are the sons of men snared in an evil time, when it falleth suddenly upon them."},{"text":"This wisdom have I seen also under the sun, and it seemed great unto me:"},{"text":"There was a little city, and few men within it; and there came a great king against it, and besieged it, and built great bulwarks against it:"},{"text":"Now there was found in it a poor wise man, and he by his wisdom delivered the city; yet no man remembered that same poor man."},{"text":"Then said I, Wisdom is better than strength: nevertheless the poor man's wisdom is despised, and his words are not heard."},{"text":"The words of wise men are heard in quiet more than the cry of him that ruleth among fools."},{"text":"Wisdom is better than weapons of war: but one sinner destroyeth much good."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"Paul, an apostle of Jesus Christ by the will of God, to the saints which are at Ephesus, and to the faithful in Christ Jesus:"},{"text":"Grace be to you, and peace, from God our Father, and from the Lord Jesus Christ."},{"text":"Blessed be the God and Father of our Lord Jesus Christ, who hath blessed us with all spiritual blessings in heavenly places in Christ:"},{"text":"According as he hath chosen us in him before the foundation of the world, that we should be holy and without blame before him in love:"},{"text":"Having predestinated us unto the adoption of children by Jesus Christ to himself, according to the good pleasure of his will,"},{"text":"To the praise of the glory of his grace, wherein he hath made us accepted in the beloved."},{"text":"In whom we have redemption through his blood, the forgiveness of sins, according to the riches of his grace;"},{"text":"Wherein he hath abounded toward us in all wisdom and prudence;"},{"text":"Having made known unto us the mystery of his will, according to his good pleasure which he hath purposed in himself:"},{"text":"That in the dispensation of the fulness of times he might gather together in one all things in Christ, both which are in heaven, and which are on earth; even in him:"},{"text":"In whom also we have obtained an inheritance, being predestinated according to the purpose of him who worketh all things after the counsel of his own will:"},{"text":"That we should be to the praise of his glory, who first trusted in Christ."},{"text":"In whom ye also trusted, after that ye heard the word of truth, the gospel of your salvation: in whom also after that ye believed, ye were sealed with that holy Spirit of promise,"},{"text":"Which is the earnest of our inheritance until the redemption of the purchased possession, unto the praise of his glory."},{"text":"Wherefore I also, after I heard of your faith in the Lord Jesus, and love unto all the saints,"},{"text":"Cease not to give thanks for you, making mention of you in my prayers;"},{"text":"That the God of our Lord Jesus Christ, the Father of glory, may give unto you the spirit of wisdom and revelation in the knowledge of him:"},{"text":"The eyes of your understanding being enlightened; that ye may know what is the hope of his calling, and what the riches of the glory of his inheritance in the saints,"},{"text":"And what is the exceeding greatness of his power to us-ward who believe, according to the working of his mighty power,"},{"text":"Which he wrought in Christ, when he raised him from the dead, and set him at his own right hand in the heavenly places,"},{"text":"Far above all principality, and power, and might, and dominion, and every name that is named, not only in this world, but also in that which is to come:"},{"text":"And hath put all things under his feet, and gave him to be the head over all things to the church,"},{"text":"Which is his body, the fulness of him that filleth all in all."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And you hath he quickened, who were dead in trespasses and sins;"},{"text":"Wherein in time past ye walked according to the course of this world, according to the prince of the power of the air, the spirit that now worketh in the children of disobedience:"},{"text":"Among whom also we all had our conversation in times past in the lusts of our flesh, fulfilling the desires of the flesh and of the mind; and were by nature the children of wrath, even as others."},{"text":"But God, who is rich in mercy, for his great love wherewith he loved us,"},{"text":"Even when we were dead in sins, hath quickened us together with Christ, (by grace ye are saved;)"},{"text":"And hath raised us up together, and made us sit together in heavenly places in Christ Jesus:"},{"text":"That in the ages to come he might shew the exceeding riches of his grace in his kindness toward us through Christ Jesus."},{"text":"For by grace are ye saved through faith; and that not of yourselves: it is the gift of God:"},{"text":"Not of works, lest any man should boast."},{"text":"For we are his workmanship, created in Christ Jesus unto good works, which God hath before ordained that we should walk in them."},{"text":"Wherefore remember, that ye being in time past Gentiles in the flesh, who are called Uncircumcision by that which is called the Circumcision in the flesh made by hands;"},{"text":"That at that time ye were without Christ, being aliens from the commonwealth of Israel, and strangers from the covenants of promise, having no hope, and without God in the world:"},{"text":"But now in Christ Jesus ye who sometimes were far off are made nigh by the blood of Christ."},{"text":"For he is our peace, who hath made both one, and hath broken down the middle wall of partition between us;"},{"text":"Having abolished in his flesh the enmity, even the law of commandments contained in ordinances; for to make in himself of twain one new man, so making peace;"},{"text":"And that he might reconcile both unto God in one body by the cross, having slain the enmity thereby:"},{"text":"And came and preached peace to you which were afar off, and to them that were nigh."},{"text":"For through him we both have access by one Spirit unto the Father."},{"text":"Now therefore ye are no more strangers and foreigners, but fellowcitizens with the saints, and of the household of God;"},{"text":"And are built upon the foundation of the apostles and prophets, Jesus Christ himself being the chief corner stone;"},{"text":"In whom all the building fitly framed together groweth unto an holy temple in the Lord:"},{"text":"In whom ye also are builded together for an habitation of God through the Spirit."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"For this cause I Paul, the prisoner of Jesus Christ for you Gentiles,"},{"text":"If ye have heard of the dispensation of the grace of God which is given me to you-ward:"},{"text":"How that by revelation he made known unto me the mystery; (as I wrote afore in few words,"},{"text":"Whereby, when ye read, ye may understand my knowledge in the mystery of Christ)"},{"text":"Which in other ages was not made known unto the sons of men, as it is now revealed unto his holy apostles and prophets by the Spirit;"},{"text":"That the Gentiles should be fellowheirs, and of the same body, and partakers of his promise in Christ by the gospel:"},{"text":"Whereof I was made a minister, according to the gift of the grace of God given unto me by the effectual working of his power."},{"text":"Unto me, who am less than the least of all saints, is this grace given, that I should preach among the Gentiles the unsearchable riches of Christ;"},{"text":"And to make all men see what is the fellowship of the mystery, which from the beginning of the world hath been hid in God, who created all things by Jesus Christ:"},{"text":"To the intent that now unto the principalities and powers in heavenly places might be known by the church the manifold wisdom of God,"},{"text":"According to the eternal purpose which he purposed in Christ Jesus our Lord:"},{"text":"In whom we have boldness and access with confidence by the faith of him."},{"text":"Wherefore I desire that ye faint not at my tribulations for you, which is your glory."},{"text":"For this cause I bow my knees unto the Father of our Lord Jesus Christ,"},{"text":"Of whom the whole family in heaven and earth is named,"},{"text":"That he would grant you, according to the riches of his glory, to be strengthened with might by his Spirit in the inner man;"},{"text":"That Christ may dwell in your hearts by faith; that ye, being rooted and grounded in love,"},{"text":"May be able to comprehend with all saints what is the breadth, and length, and depth, and height;"},{"text":"And to know the love of Christ, which passeth knowledge, that ye might be filled with all the fulness of God."},{"text":"Now unto him that is able to do exceeding abundantly above all that we ask or think, according to the power that worketh in us,"},{"text":"Unto him be glory in the church by Christ Jesus throughout all ages, world without end. Amen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"I therefore, the prisoner of the Lord, beseech you that ye walk worthy of the vocation wherewith ye are called,"},{"text":"With all lowliness and meekness, with longsuffering, forbearing one another in love;"},{"text":"Endeavouring to keep the unity of the Spirit in the bond of peace."},{"text":"There is one body, and one Spirit, even as ye are called in one hope of your calling;"},{"text":"One Lord, one faith, one baptism,"},{"text":"One God and Father of all, who is above all, and through all, and in you all."},{"text":"But unto every one of us is given grace according to the measure of the gift of Christ."},{"text":"Wherefore he saith, When he ascended up on high, he led captivity captive, and gave gifts unto men."},{"text":"(Now that he ascended, what is it but that he also descended first into the lower parts of the earth?"},{"text":"He that descended is the same also that ascended up far above all heavens, that he might fill all things.)"},{"text":"And he gave some, apostles; and some, prophets; and some, evangelists; and some, pastors and teachers;"},{"text":"For the perfecting of the saints, for the work of the ministry, for the edifying of the body of Christ:"},{"text":"Till we all come in the unity of the faith, and of the knowledge of the Son of God, unto a perfect man, unto the measure of the stature of the fulness of Christ:"},{"text":"That we henceforth be no more children, tossed to and fro, and carried about with every wind of doctrine, by the sleight of men, and cunning craftiness, whereby they lie in wait to deceive;"},{"text":"But speaking the truth in love, may grow up into him in all things, which is the head, even Christ:"},{"text":"From whom the whole body fitly joined together and compacted by that which every joint supplieth, according to the effectual working in the measure of every part, maketh increase of the body unto the edifying of itself in love."},{"text":"This I say therefore, and testify in the Lord, that ye henceforth walk not as other Gentiles walk, in the vanity of their mind,"},{"text":"Having the understanding darkened, being alienated from the life of God through the ignorance that is in them, because of the blindness of their heart:"},{"text":"Who being past feeling have given themselves over unto lasciviousness, to work all uncleanness with greediness."},{"text":"But ye have not so learned Christ;"},{"text":"If so be that ye have heard him, and have been taught by him, as the truth is in Jesus:"},{"text":"That ye put off concerning the former conversation the old man, which is corrupt according to the deceitful lusts;"},{"text":"And be renewed in the spirit of your mind;"},{"text":"And that ye put on the new man, which after God is created in righteousness and true holiness."},{"text":"Wherefore putting away lying, speak every man truth with his neighbour: for we are members one of another."},{"text":"Be ye angry, and sin not: let not the sun go down upon your wrath:"},{"text":"Neither give place to the devil."},{"text":"Let him that stole steal no more: but rather let him labour, working with his hands the thing which is good, that he may have to give to him that needeth."},{"text":"Let no corrupt communication proceed out of your mouth, but that which is good to the use of edifying, that it may minister grace unto the hearers."},{"text":"And grieve not the holy Spirit of God, whereby ye are sealed unto the day of redemption."},{"text":"Let all bitterness, and wrath, and anger, and clamour, and evil speaking, be put away from you, with all malice:"},{"text":"And be ye kind one to another, tenderhearted, forgiving one another, even as God for Christ's sake hath forgiven you."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Be ye therefore followers of God, as dear children;"},{"text":"And walk in love, as Christ also hath loved us, and hath given himself for us an offering and a sacrifice to God for a sweetsmelling savour."},{"text":"But fornication, and all uncleanness, or covetousness, let it not be once named among you, as becometh saints;"},{"text":"Neither filthiness, nor foolish talking, nor jesting, which are not convenient: but rather giving of thanks."},{"text":"For this ye know, that no whoremonger, nor unclean person, nor covetous man, who is an idolater, hath any inheritance in the kingdom of Christ and of God."},{"text":"Let no man deceive you with vain words: for because of these things cometh the wrath of God upon the children of disobedience."},{"text":"Be not ye therefore partakers with them."},{"text":"For ye were sometimes darkness, but now are ye light in the Lord: walk as children of light:"},{"text":"(For the fruit of the Spirit is in all goodness and righteousness and truth;)"},{"text":"Proving what is acceptable unto the Lord."},{"text":"And have no fellowship with the unfruitful works of darkness, but rather reprove them."},{"text":"For it is a shame even to speak of those things which are done of them in secret."},{"text":"But all things that are reproved are made manifest by the light: for whatsoever doth make manifest is light."},{"text":"Wherefore he saith, Awake thou that sleepest, and arise from the dead, and Christ shall give thee light."},{"text":"See then that ye walk circumspectly, not as fools, but as wise,"},{"text":"Redeeming the time, because the days are evil."},{"text":"Wherefore be ye not unwise, but understanding what the will of the Lord is."},{"text":"And be not drunk with wine, wherein is excess; but be filled with the Spirit;"},{"text":"Speaking to yourselves in psalms and hymns and spiritual songs, singing and making melody in your heart to the Lord;"},{"text":"Giving thanks always for all things unto God and the Father in the name of our Lord Jesus Christ;"},{"text":"Submitting yourselves one to another in the fear of God."},{"text":"Wives, submit yourselves unto your own husbands, as unto the Lord."},{"text":"For the husband is the head of the wife, even as Christ is the head of the church: and he is the saviour of the body."},{"text":"Therefore as the church is subject unto Christ, so let the wives be to their own husbands in every thing."},{"text":"Husbands, love your wives, even as Christ also loved the church, and gave himself for it;"},{"text":"That he might sanctify and cleanse it with the washing of water by the word,"},{"text":"That he might present it to himself a glorious church, not having spot, or wrinkle, or any such thing; but that it should be holy and without blemish."},{"text":"So ought men to love their wives as their own bodies. He that loveth his wife loveth himself."},{"text":"For no man ever yet hated his own flesh; but nourisheth and cherisheth it, even as the Lord the church:"},{"text":"For we are members of his body, of his flesh, and of his bones."},{"text":"For this cause shall a man leave his father and mother, and shall be joined unto his wife, and they two shall be one flesh."},{"text":"This is a great mystery: but I speak concerning Christ and the church."},{"text":"Nevertheless let every one of you in particular so love his wife even as himself; and the wife see that she reverence her husband."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"Children, obey your parents in the Lord: for this is right."},{"text":"Honour thy father and mother; which is the first commandment with promise;"},{"text":"That it may be well with thee, and thou mayest live long on the earth."},{"text":"And, ye fathers, provoke not your children to wrath: but bring them up in the nurture and admonition of the Lord."},{"text":"Servants, be obedient to them that are your masters according to the flesh, with fear and trembling, in singleness of your heart, as unto Christ;"},{"text":"Not with eyeservice, as menpleasers; but as the servants of Christ, doing the will of God from the heart;"},{"text":"With good will doing service, as to the Lord, and not to men:"},{"text":"Knowing that whatsoever good thing any man doeth, the same shall he receive of the Lord, whether he be bond or free."},{"text":"And, ye masters, do the same things unto them, forbearing threatening: knowing that your Master also is in heaven; neither is there respect of persons with him."},{"text":"Finally, my brethren, be strong in the Lord, and in the power of his might."},{"text":"Put on the whole armour of God, that ye may be able to stand against the wiles of the devil."},{"text":"For we wrestle not against flesh and blood, but against principalities, against powers, against the rulers of the darkness of this world, against spiritual wickedness in high places."},{"text":"Wherefore take unto you the whole armour of God, that ye may be able to withstand in the evil day, and having done all, to stand."},{"text":"Stand therefore, having your loins girt about with truth, and having on the breastplate of righteousness;"},{"text":"And your feet shod with the preparation of the gospel of peace;"},{"text":"Above all, taking the shield of faith, wherewith ye shall be able to quench all the fiery darts of the wicked."},{"text":"And take the helmet of salvation, and the sword of the Spirit, which is the word of God:"},{"text":"Praying always with all prayer and supplication in the Spirit, and watching thereunto with all perseverance and supplication for all saints;"},{"text":"And for me, that utterance may be given unto me, that I may open my mouth boldly, to make known the mystery of the gospel,"},{"text":"For which I am an ambassador in bonds: that therein I may speak boldly, as I ought to speak."},{"text":"But that ye also may know my affairs, and how I do, Tychicus, a beloved brother and faithful minister in the Lord, shall make known to you all things:"},{"text":"Whom I have sent unto you for the same purpose, that ye might know our affairs, and that he might comfort your hearts."},{"text":"Peace be to the brethren, and love with faith, from God the Father and the Lord Jesus Christ."},{"text":"Grace be with all them that love our Lord Jesus Christ in sincerity."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"Now it came to pass in the days of Ahasuerus, (this is Ahasuerus which reigned, from India even unto Ethiopia, over an hundred and seven and twenty provinces:)"},{"text":"That in those days, when the king Ahasuerus sat on the throne of his kingdom, which was in Shushan the palace,"},{"text":"In the third year of his reign, he made a feast unto all his princes and his servants; the power of Persia and Media, the nobles and princes of the provinces, being before him:"},{"text":"When he shewed the riches of his glorious kingdom and the honour of his excellent majesty many days, even an hundred and fourscore days."},{"text":"And when these days were expired, the king made a feast unto all the people that were present in Shushan the palace, both unto great and small, seven days, in the court of the garden of the king's palace;"},{"text":"Where were white, green, and blue, hangings, fastened with cords of fine linen and purple to silver rings and pillars of marble: the beds were of gold and silver, upon a pavement of red, and blue, and white, and black, marble."},{"text":"And they gave them drink in vessels of gold, (the vessels being diverse one from another,) and royal wine in abundance, according to the state of the king."},{"text":"And the drinking was according to the law; none did compel: for so the king had appointed to all the officers of his house, that they should do according to every man's pleasure."},{"text":"Also Vashti the queen made a feast for the women in the royal house which belonged to king Ahasuerus."},{"text":"On the seventh day, when the heart of the king was merry with wine, he commanded Mehuman, Biztha, Harbona, Bigtha, and Abagtha, Zethar, and Carcas, the seven chamberlains that served in the presence of Ahasuerus the king,"},{"text":"To bring Vashti the queen before the king with the crown royal, to shew the people and the princes her beauty: for she was fair to look on."},{"text":"But the queen Vashti refused to come at the king's commandment by his chamberlains: therefore was the king very wroth, and his anger burned in him."},{"text":"Then the king said to the wise men, which knew the times, (for so was the king's manner toward all that knew law and judgment:"},{"text":"And the next unto him was Carshena, Shethar, Admatha, Tarshish, Meres, Marsena, and Memucan, the seven princes of Persia and Media, which saw the king's face, and which sat the first in the kingdom;)"},{"text":"What shall we do unto the queen Vashti according to law, because she hath not performed the commandment of the king Ahasuerus by the chamberlains?"},{"text":"And Memucan answered before the king and the princes, Vashti the queen hath not done wrong to the king only, but also to all the princes, and to all the people that are in all the provinces of the king Ahasuerus."},{"text":"For this deed of the queen shall come abroad unto all women, so that they shall despise their husbands in their eyes, when it shall be reported, The king Ahasuerus commanded Vashti the queen to be brought in before him, but she came not."},{"text":"Likewise shall the ladies of Persia and Media say this day unto all the king's princes, which have heard of the deed of the queen. Thus shall there arise too much contempt and wrath."},{"text":"If it please the king, let there go a royal commandment from him, and let it be written among the laws of the Persians and the Medes, that it be not altered, That Vashti come no more before king Ahasuerus; and let the king give her royal estate unto another that is better than she."},{"text":"And when the king's decree which he shall make shall be published throughout all his empire, (for it is great,) all the wives shall give to their husbands honour, both to great and small."},{"text":"And the saying pleased the king and the princes; and the king did according to the word of Memucan:"},{"text":"For he sent letters into all the king's provinces, into every province according to the writing thereof, and to every people after their language, that every man should bear rule in his own house, and that it should be published according to the language of every people."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"And the king Ahasuerus laid a tribute upon the land, and upon the isles of the sea."},{"text":"And all the acts of his power and of his might, and the declaration of the greatness of Mordecai, whereunto the king advanced him, are they not written in the book of the chronicles of the kings of Media and Persia?"},{"text":"For Mordecai the Jew was next unto king Ahasuerus, and great among the Jews, and accepted of the multitude of his brethren, seeking the wealth of his people, and speaking peace to all his seed."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"After these things, when the wrath of king Ahasuerus was appeased, he remembered Vashti, and what she had done, and what was decreed against her."},{"text":"Then said the king's servants that ministered unto him, Let there be fair young virgins sought for the king:"},{"text":"And let the king appoint officers in all the provinces of his kingdom, that they may gather together all the fair young virgins unto Shushan the palace, to the house of the women, unto the custody of Hege the king's chamberlain, keeper of the women; and let their things for purification be given them:"},{"text":"And let the maiden which pleaseth the king be queen instead of Vashti."},{"text":"Now in Shushan the palace there was a certain Jew, whose name was Mordecai, the son of Jair, the son of Shimei, the son of Kish, a Benjamite;"},{"text":"Who had been carried away from Jerusalem with the captivity which had been carried away with Jeconiah king of Judah, whom Nebuchadnezzar the king of Babylon had carried away."},{"text":"And he brought up Hadassah, that is, Esther, his uncle's daughter: for she had neither father nor mother, and the maid was fair and beautiful; whom Mordecai, when her father and mother were dead, took for his own daughter."},{"text":"So it came to pass, when the king's commandment and his decree was heard, and when many maidens were gathered together unto Shushan the palace, to the custody of Hegai, that Esther was brought also unto the king's house, to the custody of Hegai, keeper of the women."},{"text":"And the maiden pleased him, and she obtained kindness of him; and he speedily gave her her things for purification, with such things as belonged to her, and seven maidens, which were meet to be given her, out of the king's house: and he preferred her and her maids unto the best place of the house of the women."},{"text":"Esther had not shewed her people nor her kindred: for Mordecai had charged her that she should not shew it."},{"text":"And Mordecai walked every day before the court of the women's house, to know how Esther did, and what should become of her."},{"text":"Now when every maid's turn was come to go in to king Ahasuerus, after that she had been twelve months, according to the manner of the women, (for so were the days of their purifications accomplished, to wit, six months with oil of myrrh, and six months with sweet odours, and with other things for the purifying of the women;)"},{"text":"Then thus came every maiden unto the king; whatsoever she desired was given her to go with her out of the house of the women unto the king's house."},{"text":"In the evening she went, and on the morrow she returned into the second house of the women, to the custody of Shaashgaz, the king's chamberlain, which kept the concubines: she came in unto the king no more, except the king delighted in her, and that she were called by name."},{"text":"Now when the turn of Esther, the daughter of Abihail the uncle of Mordecai, who had taken her for his daughter, was come to go in unto the king, she required nothing but what Hegai the king's chamberlain, the keeper of the women, appointed. And Esther obtained favour in the sight of all them that looked upon her."},{"text":"So Esther was taken unto king Ahasuerus into his house royal in the tenth month, which is the month Tebeth, in the seventh year of his reign."},{"text":"And the king loved Esther above all the women, and she obtained grace and favour in his sight more than all the virgins; so that he set the royal crown upon her head, and made her queen instead of Vashti."},{"text":"Then the king made a great feast unto all his princes and his servants, even Esther's feast; and he made a release to the provinces, and gave gifts, according to the state of the king."},{"text":"And when the virgins were gathered together the second time, then Mordecai sat in the king's gate."},{"text":"Esther had not yet shewed her kindred nor her people; as Mordecai had charged her: for Esther did the commandment of Mordecai, like as when she was brought up with him."},{"text":"In those days, while Mordecai sat in the king's gate, two of the king's chamberlains, Bigthan and Teresh, of those which kept the door, were wroth, and sought to lay hands on the king Ahasuerus."},{"text":"And the thing was known to Mordecai, who told it unto Esther the queen; and Esther certified the king thereof in Mordecai's name."},{"text":"And when inquisition was made of the matter, it was found out; therefore they were both hanged on a tree: and it was written in the book of the chronicles before the king."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"After these things did king Ahasuerus promote Haman the son of Hammedatha the Agagite, and advanced him, and set his seat above all the princes that were with him."},{"text":"And all the king's servants, that were in the king's gate, bowed, and reverenced Haman: for the king had so commanded concerning him. But Mordecai bowed not, nor did him reverence."},{"text":"Then the king's servants, which were in the king's gate, said unto Mordecai, Why transgressest thou the king's commandment?"},{"text":"Now it came to pass, when they spake daily unto him, and he hearkened not unto them, that they told Haman, to see whether Mordecai's matters would stand: for he had told them that he was a Jew."},{"text":"And when Haman saw that Mordecai bowed not, nor did him reverence, then was Haman full of wrath."},{"text":"And he thought scorn to lay hands on Mordecai alone; for they had shewed him the people of Mordecai: wherefore Haman sought to destroy all the Jews that were throughout the whole kingdom of Ahasuerus, even the people of Mordecai."},{"text":"In the first month, that is, the month Nisan, in the twelfth year of king Ahasuerus, they cast Pur, that is, the lot, before Haman from day to day, and from month to month, to the twelfth month, that is, the month Adar."},{"text":"And Haman said unto king Ahasuerus, There is a certain people scattered abroad and dispersed among the people in all the provinces of thy kingdom; and their laws are diverse from all people; neither keep they the king's laws: therefore it is not for the king's profit to suffer them."},{"text":"If it please the king, let it be written that they may be destroyed: and I will pay ten thousand talents of silver to the hands of those that have the charge of the business, to bring it into the king's treasuries."},{"text":"And the king took his ring from his hand, and gave it unto Haman the son of Hammedatha the Agagite, the Jews' enemy."},{"text":"And the king said unto Haman, The silver is given to thee, the people also, to do with them as it seemeth good to thee."},{"text":"Then were the king's scribes called on the thirteenth day of the first month, and there was written according to all that Haman had commanded unto the king's lieutenants, and to the governors that were over every province, and to the rulers of every people of every province according to the writing thereof, and to every people after their language; in the name of king Ahasuerus was it written, and sealed with the king's ring."},{"text":"And the letters were sent by posts into all the king's provinces, to destroy, to kill, and to cause to perish, all Jews, both young and old, little children and women, in one day, even upon the thirteenth day of the twelfth month, which is the month Adar, and to take the spoil of them for a prey."},{"text":"The copy of the writing for a commandment to be given in every province was published unto all people, that they should be ready against that day."},{"text":"The posts went out, being hastened by the king's commandment, and the decree was given in Shushan the palace. And the king and Haman sat down to drink; but the city Shushan was perplexed."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"When Mordecai perceived all that was done, Mordecai rent his clothes, and put on sackcloth with ashes, and went out into the midst of the city, and cried with a loud and a bitter cry;"},{"text":"And came even before the king's gate: for none might enter into the king's gate clothed with sackcloth."},{"text":"And in every province, whithersoever the king's commandment and his decree came, there was great mourning among the Jews, and fasting, and weeping, and wailing; and many lay in sackcloth and ashes."},{"text":"So Esther's maids and her chamberlains came and told it her. Then was the queen exceedingly grieved; and she sent raiment to clothe Mordecai, and to take away his sackcloth from him: but he received it not."},{"text":"Then called Esther for Hatach, one of the king's chamberlains, whom he had appointed to attend upon her, and gave him a commandment to Mordecai, to know what it was, and why it was."},{"text":"So Hatach went forth to Mordecai unto the street of the city, which was before the king's gate."},{"text":"And Mordecai told him of all that had happened unto him, and of the sum of the money that Haman had promised to pay to the king's treasuries for the Jews, to destroy them."},{"text":"Also he gave him the copy of the writing of the decree that was given at Shushan to destroy them, to shew it unto Esther, and to declare it unto her, and to charge her that she should go in unto the king, to make supplication unto him, and to make request before him for her people."},{"text":"And Hatach came and told Esther the words of Mordecai."},{"text":"Again Esther spake unto Hatach, and gave him commandment unto Mordecai;"},{"text":"All the king's servants, and the people of the king's provinces, do know, that whosoever, whether man or women, shall come unto the king into the inner court, who is not called, there is one law of his to put him to death, except such to whom the king shall hold out the golden sceptre, that he may live: but I have not been called to come in unto the king these thirty days."},{"text":"And they told to Mordecai Esther's words."},{"text":"Then Mordecai commanded to answer Esther, Think not with thyself that thou shalt escape in the king's house, more than all the Jews."},{"text":"For if thou altogether holdest thy peace at this time, then shall there enlargement and deliverance arise to the Jews from another place; but thou and thy father's house shall be destroyed: and who knoweth whether thou art come to the kingdom for such a time as this?"},{"text":"Then Esther bade them return Mordecai this answer,"},{"text":"Go, gather together all the Jews that are present in Shushan, and fast ye for me, and neither eat nor drink three days, night or day: I also and my maidens will fast likewise; and so will I go in unto the king, which is not according to the law: and if I perish, I perish."},{"text":"So Mordecai went his way, and did according to all that Esther had commanded him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Now it came to pass on the third day, that Esther put on her royal apparel, and stood in the inner court of the king's house, over against the king's house: and the king sat upon his royal throne in the royal house, over against the gate of the house."},{"text":"And it was so, when the king saw Esther the queen standing in the court, that she obtained favour in his sight: and the king held out to Esther the golden sceptre that was in his hand. So Esther drew near, and touched the top of the sceptre."},{"text":"Then said the king unto her, What wilt thou, queen Esther? and what is thy request? it shall be even given thee to the half of the kingdom."},{"text":"And Esther answered, If it seem good unto the king, let the king and Haman come this day unto the banquet that I have prepared for him."},{"text":"Then the king said, Cause Haman to make haste, that he may do as Esther hath said. So the king and Haman came to the banquet that Esther had prepared."},{"text":"And the king said unto Esther at the banquet of wine, What is thy petition? and it shall be granted thee: and what is thy request? even to the half of the kingdom it shall be performed."},{"text":"Then answered Esther, and said, My petition and my request is;"},{"text":"If I have found favour in the sight of the king, and if it please the king to grant my petition, and to perform my request, let the king and Haman come to the banquet that I shall prepare for them, and I will do to morrow as the king hath said."},{"text":"Then went Haman forth that day joyful and with a glad heart: but when Haman saw Mordecai in the king's gate, that he stood not up, nor moved for him, he was full of indignation against Mordecai."},{"text":"Nevertheless Haman refrained himself: and when he came home, he sent and called for his friends, and Zeresh his wife."},{"text":"And Haman told them of the glory of his riches, and the multitude of his children, and all the things wherein the king had promoted him, and how he had advanced him above the princes and servants of the king."},{"text":"Haman said moreover, Yea, Esther the queen did let no man come in with the king unto the banquet that she had prepared but myself; and to morrow am I invited unto her also with the king."},{"text":"Yet all this availeth me nothing, so long as I see Mordecai the Jew sitting at the king's gate."},{"text":"Then said Zeresh his wife and all his friends unto him, Let a gallows be made of fifty cubits high, and to morrow speak thou unto the king that Mordecai may be hanged thereon: then go thou in merrily with the king unto the banquet. And the thing pleased Haman; and he caused the gallows to be made."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"On that night could not the king sleep, and he commanded to bring the book of records of the chronicles; and they were read before the king."},{"text":"And it was found written, that Mordecai had told of Bigthana and Teresh, two of the king's chamberlains, the keepers of the door, who sought to lay hand on the king Ahasuerus."},{"text":"And the king said, What honour and dignity hath been done to Mordecai for this? Then said the king's servants that ministered unto him, There is nothing done for him."},{"text":"And the king said, Who is in the court? Now Haman was come into the outward court of the king's house, to speak unto the king to hang Mordecai on the gallows that he had prepared for him."},{"text":"And the king's servants said unto him, Behold, Haman standeth in the court. And the king said, Let him come in."},{"text":"So Haman came in. And the king said unto him, What shall be done unto the man whom the king delighteth to honour? Now Haman thought in his heart, To whom would the king delight to do honour more than to myself?"},{"text":"And Haman answered the king, For the man whom the king delighteth to honour,"},{"text":"Let the royal apparel be brought which the king useth to wear, and the horse that the king rideth upon, and the crown royal which is set upon his head:"},{"text":"And let this apparel and horse be delivered to the hand of one of the king's most noble princes, that they may array the man withal whom the king delighteth to honour, and bring him on horseback through the street of the city, and proclaim before him, Thus shall it be done to the man whom the king delighteth to honour."},{"text":"Then the king said to Haman, Make haste, and take the apparel and the horse, as thou hast said, and do even so to Mordecai the Jew, that sitteth at the king's gate: let nothing fail of all that thou hast spoken."},{"text":"Then took Haman the apparel and the horse, and arrayed Mordecai, and brought him on horseback through the street of the city, and proclaimed before him, Thus shall it be done unto the man whom the king delighteth to honour."},{"text":"And Mordecai came again to the king's gate. But Haman hasted to his house mourning, and having his head covered."},{"text":"And Haman told Zeresh his wife and all his friends every thing that had befallen him. Then said his wise men and Zeresh his wife unto him, If Mordecai be of the seed of the Jews, before whom thou hast begun to fall, thou shalt not prevail against him, but shalt surely fall before him."},{"text":"And while they were yet talking with him, came the king's chamberlains, and hasted to bring Haman unto the banquet that Esther had prepared."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"So the king and Haman came to banquet with Esther the queen."},{"text":"And the king said again unto Esther on the second day at the banquet of wine, What is thy petition, queen Esther? and it shall be granted thee: and what is thy request? and it shall be performed, even to the half of the kingdom."},{"text":"Then Esther the queen answered and said, If I have found favour in thy sight, O king, and if it please the king, let my life be given me at my petition, and my people at my request:"},{"text":"For we are sold, I and my people, to be destroyed, to be slain, and to perish. But if we had been sold for bondmen and bondwomen, I had held my tongue, although the enemy could not countervail the king's damage."},{"text":"Then the king Ahasuerus answered and said unto Esther the queen, Who is he, and where is he, that durst presume in his heart to do so?"},{"text":"And Esther said, The adversary and enemy is this wicked Haman. Then Haman was afraid before the king and the queen."},{"text":"And the king arising from the banquet of wine in his wrath went into the palace garden: and Haman stood up to make request for his life to Esther the queen; for he saw that there was evil determined against him by the king."},{"text":"Then the king returned out of the palace garden into the place of the banquet of wine; and Haman was fallen upon the bed whereon Esther was. Then said the king, Will he force the queen also before me in the house? As the word went out of king's mouth, they covered Haman's face."},{"text":"And Harbonah, one of the chamberlains, said before the king, Behold also, the gallows fifty cubits high, which Haman had made for Mordecai, who spoken good for the king, standeth in the house of Haman. Then the king said, Hang him thereon."},{"text":"So they hanged Haman on the gallows that he had prepared for Mordecai. Then was the king's wrath pacified."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"On that day did the king Ahasuerus give the house of Haman the Jews' enemy unto Esther the queen. And Mordecai came before the king; for Esther had told what he was unto her."},{"text":"And the king took off his ring, which he had taken from Haman, and gave it unto Mordecai. And Esther set Mordecai over the house of Haman."},{"text":"And Esther spake yet again before the king, and fell down at his feet, and besought him with tears to put away the mischief of Haman the Agagite, and his device that he had devised against the Jews."},{"text":"Then the king held out the golden sceptre toward Esther. So Esther arose, and stood before the king,"},{"text":"And said, If it please the king, and if I have favour in his sight, and the thing seem right before the king, and I be pleasing in his eyes, let it be written to reverse the letters devised by Haman the son of Hammedatha the Agagite, which he wrote to destroy the Jews which are in all the king's provinces:"},{"text":"For how can I endure to see the evil that shall come unto my people? or how can I endure to see the destruction of my kindred?"},{"text":"Then the king Ahasuerus said unto Esther the queen and to Mordecai the Jew, Behold, I have given Esther the house of Haman, and him they have hanged upon the gallows, because he laid his hand upon the Jews."},{"text":"Write ye also for the Jews, as it liketh you, in the king's name, and seal it with the king's ring: for the writing which is written in the king's name, and sealed with the king's ring, may no man reverse."},{"text":"Then were the king's scribes called at that time in the third month, that is, the month Sivan, on the three and twentieth day thereof; and it was written according to all that Mordecai commanded unto the Jews, and to the lieutenants, and the deputies and rulers of the provinces which are from India unto Ethiopia, an hundred twenty and seven provinces, unto every province according to the writing thereof, and unto every people after their language, and to the Jews according to their writing, and according to their language."},{"text":"And he wrote in the king Ahasuerus' name, and sealed it with the king's ring, and sent letters by posts on horseback, and riders on mules, camels, and young dromedaries:"},{"text":"Wherein the king granted the Jews which were in every city to gather themselves together, and to stand for their life, to destroy, to slay and to cause to perish, all the power of the people and province that would assault them, both little ones and women, and to take the spoil of them for a prey,"},{"text":"Upon one day in all the provinces of king Ahasuerus, namely, upon the thirteenth day of the twelfth month, which is the month Adar."},{"text":"The copy of the writing for a commandment to be given in every province was published unto all people, and that the Jews should be ready against that day to avenge themselves on their enemies."},{"text":"So the posts that rode upon mules and camels went out, being hastened and pressed on by the king's commandment. And the decree was given at Shushan the palace."},{"text":"And Mordecai went out from the presence of the king in royal apparel of blue and white, and with a great crown of gold, and with a garment of fine linen and purple: and the city of Shushan rejoiced and was glad."},{"text":"The Jews had light, and gladness, and joy, and honour."},{"text":"And in every province, and in every city, whithersoever the king's commandment and his decree came, the Jews had joy and gladness, a feast and a good day. And many of the people of the land became Jews; for the fear of the Jews fell upon them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"Now in the twelfth month, that is, the month Adar, on the thirteenth day of the same, when the king's commandment and his decree drew near to be put in execution, in the day that the enemies of the Jews hoped to have power over them, (though it was turned to the contrary, that the Jews had rule over them that hated them;)"},{"text":"The Jews gathered themselves together in their cities throughout all the provinces of the king Ahasuerus, to lay hand on such as sought their hurt: and no man could withstand them; for the fear of them fell upon all people."},{"text":"And all the rulers of the provinces, and the lieutenants, and the deputies, and officers of the king, helped the Jews; because the fear of Mordecai fell upon them."},{"text":"For Mordecai was great in the king's house, and his fame went out throughout all the provinces: for this man Mordecai waxed greater and greater."},{"text":"Thus the Jews smote all their enemies with the stroke of the sword, and slaughter, and destruction, and did what they would unto those that hated them."},{"text":"And in Shushan the palace the Jews slew and destroyed five hundred men."},{"text":"And Parshandatha, and Dalphon, and Aspatha,"},{"text":"And Poratha, and Adalia, and Aridatha,"},{"text":"And Parmashta, and Arisai, and Aridai, and Vajezatha,"},{"text":"The ten sons of Haman the son of Hammedatha, the enemy of the Jews, slew they; but on the spoil laid they not their hand."},{"text":"On that day the number of those that were slain in Shushan the palace was brought before the king."},{"text":"And the king said unto Esther the queen, The Jews have slain and destroyed five hundred men in Shushan the palace, and the ten sons of Haman; what have they done in the rest of the king's provinces? now what is thy petition? and it shall be granted thee: or what is thy request further? and it shall be done."},{"text":"Then said Esther, If it please the king, let it be granted to the Jews which are in Shushan to do to morrow also according unto this day's decree, and let Haman's ten sons be hanged upon the gallows."},{"text":"And the king commanded it so to be done: and the decree was given at Shushan; and they hanged Haman's ten sons."},{"text":"For the Jews that were in Shushan gathered themselves together on the fourteenth day also of the month Adar, and slew three hundred men at Shushan; but on the prey they laid not their hand."},{"text":"But the other Jews that were in the king's provinces gathered themselves together, and stood for their lives, and had rest from their enemies, and slew of their foes seventy and five thousand, but they laid not their hands on the prey,"},{"text":"On the thirteenth day of the month Adar; and on the fourteenth day of the same rested they, and made it a day of feasting and gladness."},{"text":"But the Jews that were at Shushan assembled together on the thirteenth day thereof, and on the fourteenth thereof; and on the fifteenth day of the same they rested, and made it a day of feasting and gladness."},{"text":"Therefore the Jews of the villages, that dwelt in the unwalled towns, made the fourteenth day of the month Adar a day of gladness and feasting, and a good day, and of sending portions one to another."},{"text":"And Mordecai wrote these things, and sent letters unto all the Jews that were in all the provinces of the king Ahasuerus, both nigh and far,"},{"text":"To stablish this among them, that they should keep the fourteenth day of the month Adar, and the fifteenth day of the same, yearly,"},{"text":"As the days wherein the Jews rested from their enemies, and the month which was turned unto them from sorrow to joy, and from mourning into a good day: that they should make them days of feasting and joy, and of sending portions one to another, and gifts to the poor."},{"text":"And the Jews undertook to do as they had begun, and as Mordecai had written unto them;"},{"text":"Because Haman the son of Hammedatha, the Agagite, the enemy of all the Jews, had devised against the Jews to destroy them, and had cast Pur, that is, the lot, to consume them, and to destroy them;"},{"text":"But when Esther came before the king, he commanded by letters that his wicked device, which he devised against the Jews, should return upon his own head, and that he and his sons should be hanged on the gallows."},{"text":"Wherefore they called these days Purim after the name of Pur."},{"text":"Then Esther the queen, the daughter of Abihail, and Mordecai the Jew, wrote with all authority, to confirm this second letter of Purim."},{"text":"And he sent the letters unto all the Jews, to the hundred twenty and seven provinces of the kingdom of Ahasuerus, with words of peace and truth,"},{"text":"To confirm these days of Purim in their times appointed, according as Mordecai the Jew and Esther the queen had enjoined them, and as they had decreed for themselves and for their seed, the matters of the fastings and their cry."},{"text":"And the decree of Esther confirmed these matters of Purim; and it was written in the book."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"Now these are the names of the children of Israel, which came into Egypt; every man and his household came with Jacob."},{"text":"Reuben, Simeon, Levi, and Judah,"},{"text":"Issachar, Zebulun, and Benjamin,"},{"text":"Dan, and Naphtali, Gad, and Asher."},{"text":"And all the souls that came out of the loins of Jacob were seventy souls: for Joseph was in Egypt already."},{"text":"And Joseph died, and all his brethren, and all that generation."},{"text":"And the children of Israel were fruitful, and increased abundantly, and multiplied, and waxed exceeding mighty; and the land was filled with them."},{"text":"Now there arose up a new king over Egypt, which knew not Joseph."},{"text":"And he said unto his people, Behold, the people of the children of Israel are more and mightier than we:"},{"text":"Come on, let us deal wisely with them; lest they multiply, and it come to pass, that, when there falleth out any war, they join also unto our enemies, and fight against us, and so get them up out of the land."},{"text":"Therefore they did set over them taskmasters to afflict them with their burdens. And they built for Pharaoh treasure cities, Pithom and Raamses."},{"text":"But the more they afflicted them, the more they multiplied and grew."},{"text":"And the Egyptians made the children of Israel to serve with rigour:"},{"text":"And they made their lives bitter with hard bondage, in morter, and in brick, and in all manner of service in the field: all their service, wherein they made them serve, was with rigour."},{"text":"And the king of Egypt spake to the Hebrew midwives, of which the name of the one was Shiphrah, and the name of the other Puah:"},{"text":"And he said, When ye do the office of a midwife to the Hebrew women, and see them upon the stools; if it be a son, then ye shall kill him: but if it be a daughter, then she shall live."},{"text":"But the midwives feared God, and did not as the king of Egypt commanded them, but saved the men children alive."},{"text":"And the king of Egypt called for the midwives, and said unto them, Why have ye done this thing, and have saved the men children alive?"},{"text":"And the midwives said unto Pharaoh, Because the Hebrew women are not as the Egyptian women; for they are lively, and are delivered ere the midwives come in unto them."},{"text":"Therefore God dealt well with the midwives: and the people multiplied, and waxed very mighty."},{"text":"And it came to pass, because the midwives feared God, that he made them houses."},{"text":"And Pharaoh charged all his people, saying, Every son that is born ye shall cast into the river, and every daughter ye shall save alive."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"And the LORD said unto Moses, Go in unto Pharaoh: for I have hardened his heart, and the heart of his servants, that I might shew these my signs before him:"},{"text":"And that thou mayest tell in the ears of thy son, and of thy son's son, what things I have wrought in Egypt, and my signs which I have done among them; that ye may know how that I am the LORD."},{"text":"And Moses and Aaron came in unto Pharaoh, and said unto him, Thus saith the LORD God of the Hebrews, How long wilt thou refuse to humble thyself before me? let my people go, that they may serve me."},{"text":"Else, if thou refuse to let my people go, behold, to morrow will I bring the locusts into thy coast:"},{"text":"And they shall cover the face of the earth, that one cannot be able to see the earth: and they shall eat the residue of that which is escaped, which remaineth unto you from the hail, and shall eat every tree which groweth for you out of the field:"},{"text":"And they shall fill thy houses, and the houses of all thy servants, and the houses of all the Egyptians; which neither thy fathers, nor thy fathers' fathers have seen, since the day that they were upon the earth unto this day. And he turned himself, and went out from Pharaoh."},{"text":"And Pharaoh's servants said unto him, How long shall this man be a snare unto us? let the men go, that they may serve the LORD their God: knowest thou not yet that Egypt is destroyed?"},{"text":"And Moses and Aaron were brought again unto Pharaoh: and he said unto them, Go, serve the LORD your God: but who are they that shall go?"},{"text":"And Moses said, We will go with our young and with our old, with our sons and with our daughters, with our flocks and with our herds will we go; for we must hold a feast unto the LORD."},{"text":"And he said unto them, Let the LORD be so with you, as I will let you go, and your little ones: look to it; for evil is before you."},{"text":"Not so: go now ye that are men, and serve the LORD; for that ye did desire. And they were driven out from Pharaoh's presence."},{"text":"And the LORD said unto Moses, Stretch out thine hand over the land of Egypt for the locusts, that they may come up upon the land of Egypt, and eat every herb of the land, even all that the hail hath left."},{"text":"And Moses stretched forth his rod over the land of Egypt, and the LORD brought an east wind upon the land all that day, and all that night; and when it was morning, the east wind brought the locusts."},{"text":"And the locust went up over all the land of Egypt, and rested in all the coasts of Egypt: very grievous were they; before them there were no such locusts as they, neither after them shall be such."},{"text":"For they covered the face of the whole earth, so that the land was darkened; and they did eat every herb of the land, and all the fruit of the trees which the hail had left: and there remained not any green thing in the trees, or in the herbs of the field, through all the land of Egypt."},{"text":"Then Pharaoh called for Moses and Aaron in haste; and he said, I have sinned against the LORD your God, and against you."},{"text":"Now therefore forgive, I pray thee, my sin only this once, and intreat the LORD your God, that he may take away from me this death only."},{"text":"And he went out from Pharaoh, and intreated the LORD."},{"text":"And the LORD turned a mighty strong west wind, which took away the locusts, and cast them into the Red sea; there remained not one locust in all the coasts of Egypt."},{"text":"But the LORD hardened Pharaoh's heart, so that he would not let the children of Israel go."},{"text":"And the LORD said unto Moses, Stretch out thine hand toward heaven, that there may be darkness over the land of Egypt, even darkness which may be felt."},{"text":"And Moses stretched forth his hand toward heaven; and there was a thick darkness in all the land of Egypt three days:"},{"text":"They saw not one another, neither rose any from his place for three days: but all the children of Israel had light in their dwellings."},{"text":"And Pharaoh called unto Moses, and said, Go ye, serve the LORD; only let your flocks and your herds be stayed: let your little ones also go with you."},{"text":"And Moses said, Thou must give us also sacrifices and burnt offerings, that we may sacrifice unto the LORD our God."},{"text":"Our cattle also shall go with us; there shall not an hoof be left behind; for thereof must we take to serve the LORD our God; and we know not with what we must serve the LORD, until we come thither."},{"text":"But the LORD hardened Pharaoh's heart, and he would not let them go."},{"text":"And Pharaoh said unto him, Get thee from me, take heed to thyself, see my face no more; for in that day thou seest my face thou shalt die."},{"text":"And Moses said, Thou hast spoken well, I will see thy face again no more."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"And the LORD said unto Moses, Yet will I bring one plague more upon Pharaoh, and upon Egypt; afterwards he will let you go hence: when he shall let you go, he shall surely thrust you out hence altogether."},{"text":"Speak now in the ears of the people, and let every man borrow of his neighbour, and every woman of her neighbour, jewels of silver and jewels of gold."},{"text":"And the LORD gave the people favour in the sight of the Egyptians."},{"text":"And Moses said, Thus saith the LORD, About midnight will I go out into the midst of Egypt:"},{"text":"And all the firstborn in the land of Egypt shall die, from the first born of Pharaoh that sitteth upon his throne, even unto the firstborn of the maidservant that is behind the mill; and all the firstborn of beasts."},{"text":"And there shall be a great cry throughout all the land of Egypt, such as there was none like it, nor shall be like it any more."},{"text":"But against any of the children of Israel shall not a dog move his tongue, against man or beast: that ye may know how that the LORD doth put a difference between the Egyptians and Israel."},{"text":"And all these thy servants shall come down unto me, and bow down themselves unto me, saying, Get thee out, and all the people that follow thee: and after that I will go out. And he went out from Pharaoh in a great anger."},{"text":"And the LORD said unto Moses, Pharaoh shall not hearken unto you; that my wonders may be multiplied in the land of Egypt."},{"text":"And Moses and Aaron did all these wonders before Pharaoh: and the LORD hardened Pharaoh's heart, so that he would not let the children of Israel go out of his land."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"And the LORD spake unto Moses and Aaron in the land of Egypt saying,"},{"text":"This month shall be unto you the beginning of months: it shall be the first month of the year to you."},{"text":"Speak ye unto all the congregation of Israel, saying, In the tenth day of this month they shall take to them every man a lamb, according to the house of their fathers, a lamb for an house:"},{"text":"And if the household be too little for the lamb, let him and his neighbour next unto his house take it according to the number of the souls; every man according to his eating shall make your count for the lamb."},{"text":"Your lamb shall be without blemish, a male of the first year: ye shall take it out from the sheep, or from the goats:"},{"text":"And ye shall keep it up until the fourteenth day of the same month: and the whole assembly of the congregation of Israel shall kill it in the evening."},{"text":"And they shall take of the blood, and strike it on the two side posts and on the upper door post of the houses, wherein they shall eat it."},{"text":"And they shall eat the flesh in that night, roast with fire, and unleavened bread; and with bitter herbs they shall eat it."},{"text":"Eat not of it raw, nor sodden at all with water, but roast with fire; his head with his legs, and with the purtenance thereof."},{"text":"And ye shall let nothing of it remain until the morning; and that which remaineth of it until the morning ye shall burn with fire."},{"text":"And thus shall ye eat it; with your loins girded, your shoes on your feet, and your staff in your hand; and ye shall eat it in haste: it is the LORD's passover."},{"text":"For I will pass through the land of Egypt this night, and will smite all the firstborn in the land of Egypt, both man and beast; and against all the gods of Egypt I will execute judgment: I am the LORD."},{"text":"And the blood shall be to you for a token upon the houses where ye are: and when I see the blood, I will pass over you, and the plague shall not be upon you to destroy you, when I smite the land of Egypt."},{"text":"And this day shall be unto you for a memorial; and ye shall keep it a feast to the LORD throughout your generations; ye shall keep it a feast by an ordinance for ever."},{"text":"Seven days shall ye eat unleavened bread; even the first day ye shall put away leaven out of your houses: for whosoever eateth leavened bread from the first day until the seventh day, that soul shall be cut off from Israel."},{"text":"And in the first day there shall be an holy convocation, and in the seventh day there shall be an holy convocation to you; no manner of work shall be done in them, save that which every man must eat, that only may be done of you."},{"text":"And ye shall observe the feast of unleavened bread; for in this selfsame day have I brought your armies out of the land of Egypt: therefore shall ye observe this day in your generations by an ordinance for ever."},{"text":"In the first month, on the fourteenth day of the month at even, ye shall eat unleavened bread, until the one and twentieth day of the month at even."},{"text":"Seven days shall there be no leaven found in your houses: for whosoever eateth that which is leavened, even that soul shall be cut off from the congregation of Israel, whether he be a stranger, or born in the land."},{"text":"Ye shall eat nothing leavened; in all your habitations shall ye eat unleavened bread."},{"text":"Then Moses called for all the elders of Israel, and said unto them, Draw out and take you a lamb according to your families, and kill the passover."},{"text":"And ye shall take a bunch of hyssop, and dip it in the blood that is in the bason, and strike the lintel and the two side posts with the blood that is in the bason; and none of you shall go out at the door of his house until the morning."},{"text":"For the LORD will pass through to smite the Egyptians; and when he seeth the blood upon the lintel, and on the two side posts, the LORD will pass over the door, and will not suffer the destroyer to come in unto your houses to smite you."},{"text":"And ye shall observe this thing for an ordinance to thee and to thy sons for ever."},{"text":"And it shall come to pass, when ye be come to the land which the LORD will give you, according as he hath promised, that ye shall keep this service."},{"text":"And it shall come to pass, when your children shall say unto you, What mean ye by this service?"},{"text":"That ye shall say, It is the sacrifice of the LORD's passover, who passed over the houses of the children of Israel in Egypt, when he smote the Egyptians, and delivered our houses. And the people bowed the head and worshipped."},{"text":"And the children of Israel went away, and did as the LORD had commanded Moses and Aaron, so did they."},{"text":"And it came to pass, that at midnight the LORD smote all the firstborn in the land of Egypt, from the firstborn of Pharaoh that sat on his throne unto the firstborn of the captive that was in the dungeon; and all the firstborn of cattle."},{"text":"And Pharaoh rose up in the night, he, and all his servants, and all the Egyptians; and there was a great cry in Egypt; for there was not a house where there was not one dead."},{"text":"And he called for Moses and Aaron by night, and said, Rise up, and get you forth from among my people, both ye and the children of Israel; and go, serve the LORD, as ye have said."},{"text":"Also take your flocks and your herds, as ye have said, and be gone; and bless me also."},{"text":"And the Egyptians were urgent upon the people, that they might send them out of the land in haste; for they said, We be all dead men."},{"text":"And the people took their dough before it was leavened, their kneadingtroughs being bound up in their clothes upon their shoulders."},{"text":"And the children of Israel did according to the word of Moses; and they borrowed of the Egyptians jewels of silver, and jewels of gold, and raiment:"},{"text":"And the LORD gave the people favour in the sight of the Egyptians, so that they lent unto them such things as they required. And they spoiled the Egyptians."},{"text":"And the children of Israel journeyed from Rameses to Succoth, about six hundred thousand on foot that were men, beside children."},{"text":"And a mixed multitude went up also with them; and flocks, and herds, even very much cattle."},{"text":"And they baked unleavened cakes of the dough which they brought forth out of Egypt, for it was not leavened; because they were thrust out of Egypt, and could not tarry, neither had they prepared for themselves any victual."},{"text":"Now the sojourning of the children of Israel, who dwelt in Egypt, was four hundred and thirty years."},{"text":"And it came to pass at the end of the four hundred and thirty years, even the selfsame day it came to pass, that all the hosts of the LORD went out from the land of Egypt."},{"text":"It is a night to be much observed unto the LORD for bringing them out from the land of Egypt: this is that night of the LORD to be observed of all the children of Israel in their generations."},{"text":"And the LORD said unto Moses and Aaron, This is the ordinance of the passover: There shall no stranger eat thereof:"},{"text":"But every man's servant that is bought for money, when thou hast circumcised him, then shall he eat thereof."},{"text":"A foreigner and an hired servant shall not eat thereof."},{"text":"In one house shall it be eaten; thou shalt not carry forth ought of the flesh abroad out of the house; neither shall ye break a bone thereof."},{"text":"All the congregation of Israel shall keep it."},{"text":"And when a stranger shall sojourn with thee, and will keep the passover to the LORD, let all his males be circumcised, and then let him come near and keep it; and he shall be as one that is born in the land: for no uncircumcised person shall eat thereof."},{"text":"One law shall be to him that is homeborn, and unto the stranger that sojourneth among you."},{"text":"Thus did all the children of Israel; as the LORD commanded Moses and Aaron, so did they."},{"text":"And it came to pass the selfsame day, that the LORD did bring the children of Israel out of the land of Egypt by their armies."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Sanctify unto me all the firstborn, whatsoever openeth the womb among the children of Israel, both of man and of beast: it is mine."},{"text":"And Moses said unto the people, Remember this day, in which ye came out from Egypt, out of the house of bondage; for by strength of hand the LORD brought you out from this place: there shall no leavened bread be eaten."},{"text":"This day came ye out in the month Abib."},{"text":"And it shall be when the LORD shall bring thee into the land of the Canaanites, and the Hittites, and the Amorites, and the Hivites, and the Jebusites, which he sware unto thy fathers to give thee, a land flowing with milk and honey, that thou shalt keep this service in this month."},{"text":"Seven days thou shalt eat unleavened bread, and in the seventh day shall be a feast to the LORD."},{"text":"Unleavened bread shall be eaten seven days; and there shall no leavened bread be seen with thee, neither shall there be leaven seen with thee in all thy quarters."},{"text":"And thou shalt shew thy son in that day, saying, This is done because of that which the LORD did unto me when I came forth out of Egypt."},{"text":"And it shall be for a sign unto thee upon thine hand, and for a memorial between thine eyes, that the LORD's law may be in thy mouth: for with a strong hand hath the LORD brought thee out of Egypt."},{"text":"Thou shalt therefore keep this ordinance in his season from year to year."},{"text":"And it shall be when the LORD shall bring thee into the land of the Canaanites, as he sware unto thee and to thy fathers, and shall give it thee,"},{"text":"That thou shalt set apart unto the LORD all that openeth the matrix, and every firstling that cometh of a beast which thou hast; the males shall be the LORD's."},{"text":"And every firstling of an ass thou shalt redeem with a lamb; and if thou wilt not redeem it, then thou shalt break his neck: and all the firstborn of man among thy children shalt thou redeem."},{"text":"And it shall be when thy son asketh thee in time to come, saying, What is this? that thou shalt say unto him, By strength of hand the LORD brought us out from Egypt, from the house of bondage:"},{"text":"And it came to pass, when Pharaoh would hardly let us go, that the LORD slew all the firstborn in the land of Egypt, both the firstborn of man, and the firstborn of beast: therefore I sacrifice to the LORD all that openeth the matrix, being males; but all the firstborn of my children I redeem."},{"text":"And it shall be for a token upon thine hand, and for frontlets between thine eyes: for by strength of hand the LORD brought us forth out of Egypt."},{"text":"And it came to pass, when Pharaoh had let the people go, that God led them not through the way of the land of the Philistines, although that was near; for God said, Lest peradventure the people repent when they see war, and they return to Egypt:"},{"text":"But God led the people about, through the way of the wilderness of the Red sea: and the children of Israel went up harnessed out of the land of Egypt."},{"text":"And Moses took the bones of Joseph with him: for he had straitly sworn the children of Israel, saying, God will surely visit you; and ye shall carry up my bones away hence with you."},{"text":"And they took their journey from Succoth, and encamped in Etham, in the edge of the wilderness."},{"text":"And the LORD went before them by day in a pillar of a cloud, to lead them the way; and by night in a pillar of fire, to give them light; to go by day and night:"},{"text":"He took not away the pillar of the cloud by day, nor the pillar of fire by night, from before the people."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, that they turn and encamp before Pihahiroth, between Migdol and the sea, over against Baalzephon: before it shall ye encamp by the sea."},{"text":"For Pharaoh will say of the children of Israel, They are entangled in the land, the wilderness hath shut them in."},{"text":"And I will harden Pharaoh's heart, that he shall follow after them; and I will be honoured upon Pharaoh, and upon all his host; that the Egyptians may know that I am the LORD. And they did so."},{"text":"And it was told the king of Egypt that the people fled: and the heart of Pharaoh and of his servants was turned against the people, and they said, Why have we done this, that we have let Israel go from serving us?"},{"text":"And he made ready his chariot, and took his people with him:"},{"text":"And he took six hundred chosen chariots, and all the chariots of Egypt, and captains over every one of them."},{"text":"And the LORD hardened the heart of Pharaoh king of Egypt, and he pursued after the children of Israel: and the children of Israel went out with an high hand."},{"text":"But the Egyptians pursued after them, all the horses and chariots of Pharaoh, and his horsemen, and his army, and overtook them encamping by the sea, beside Pihahiroth, before Baalzephon."},{"text":"And when Pharaoh drew nigh, the children of Israel lifted up their eyes, and, behold, the Egyptians marched after them; and they were sore afraid: and the children of Israel cried out unto the LORD."},{"text":"And they said unto Moses, Because there were no graves in Egypt, hast thou taken us away to die in the wilderness? wherefore hast thou dealt thus with us, to carry us forth out of Egypt?"},{"text":"Is not this the word that we did tell thee in Egypt, saying, Let us alone, that we may serve the Egyptians? For it had been better for us to serve the Egyptians, than that we should die in the wilderness."},{"text":"And Moses said unto the people, Fear ye not, stand still, and see the salvation of the LORD, which he will shew to you to day: for the Egyptians whom ye have seen to day, ye shall see them again no more for ever."},{"text":"The LORD shall fight for you, and ye shall hold your peace."},{"text":"And the LORD said unto Moses, Wherefore criest thou unto me? speak unto the children of Israel, that they go forward:"},{"text":"But lift thou up thy rod, and stretch out thine hand over the sea, and divide it: and the children of Israel shall go on dry ground through the midst of the sea."},{"text":"And I, behold, I will harden the hearts of the Egyptians, and they shall follow them: and I will get me honour upon Pharaoh, and upon all his host, upon his chariots, and upon his horsemen."},{"text":"And the Egyptians shall know that I am the LORD, when I have gotten me honour upon Pharaoh, upon his chariots, and upon his horsemen."},{"text":"And the angel of God, which went before the camp of Israel, removed and went behind them; and the pillar of the cloud went from before their face, and stood behind them:"},{"text":"And it came between the camp of the Egyptians and the camp of Israel; and it was a cloud and darkness to them, but it gave light by night to these: so that the one came not near the other all the night."},{"text":"And Moses stretched out his hand over the sea; and the LORD caused the sea to go back by a strong east wind all that night, and made the sea dry land, and the waters were divided."},{"text":"And the children of Israel went into the midst of the sea upon the dry ground: and the waters were a wall unto them on their right hand, and on their left."},{"text":"And the Egyptians pursued, and went in after them to the midst of the sea, even all Pharaoh's horses, his chariots, and his horsemen."},{"text":"And it came to pass, that in the morning watch the LORD looked unto the host of the Egyptians through the pillar of fire and of the cloud, and troubled the host of the Egyptians,"},{"text":"And took off their chariot wheels, that they drave them heavily: so that the Egyptians said, Let us flee from the face of Israel; for the LORD fighteth for them against the Egyptians."},{"text":"And the LORD said unto Moses, Stretch out thine hand over the sea, that the waters may come again upon the Egyptians, upon their chariots, and upon their horsemen."},{"text":"And Moses stretched forth his hand over the sea, and the sea returned to his strength when the morning appeared; and the Egyptians fled against it; and the LORD overthrew the Egyptians in the midst of the sea."},{"text":"And the waters returned, and covered the chariots, and the horsemen, and all the host of Pharaoh that came into the sea after them; there remained not so much as one of them."},{"text":"But the children of Israel walked upon dry land in the midst of the sea; and the waters were a wall unto them on their right hand, and on their left."},{"text":"Thus the LORD saved Israel that day out of the hand of the Egyptians; and Israel saw the Egyptians dead upon the sea shore."},{"text":"And Israel saw that great work which the LORD did upon the Egyptians: and the people feared the LORD, and believed the LORD, and his servant Moses."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"Then sang Moses and the children of Israel this song unto the LORD, and spake, saying, I will sing unto the LORD, for he hath triumphed gloriously: the horse and his rider hath he thrown into the sea."},{"text":"The LORD is my strength and song, and he is become my salvation: he is my God, and I will prepare him an habitation; my father's God, and I will exalt him."},{"text":"The LORD is a man of war: the LORD is his name."},{"text":"Pharaoh's chariots and his host hath he cast into the sea: his chosen captains also are drowned in the Red sea."},{"text":"The depths have covered them: they sank into the bottom as a stone."},{"text":"Thy right hand, O LORD, is become glorious in power: thy right hand, O LORD, hath dashed in pieces the enemy."},{"text":"And in the greatness of thine excellency thou hast overthrown them that rose up against thee: thou sentest forth thy wrath, which consumed them as stubble."},{"text":"And with the blast of thy nostrils the waters were gathered together, the floods stood upright as an heap, and the depths were congealed in the heart of the sea."},{"text":"The enemy said, I will pursue, I will overtake, I will divide the spoil; my lust shall be satisfied upon them; I will draw my sword, my hand shall destroy them."},{"text":"Thou didst blow with thy wind, the sea covered them: they sank as lead in the mighty waters."},{"text":"Who is like unto thee, O LORD, among the gods? who is like thee, glorious in holiness, fearful in praises, doing wonders?"},{"text":"Thou stretchedst out thy right hand, the earth swallowed them."},{"text":"Thou in thy mercy hast led forth the people which thou hast redeemed: thou hast guided them in thy strength unto thy holy habitation."},{"text":"The people shall hear, and be afraid: sorrow shall take hold on the inhabitants of Palestina."},{"text":"Then the dukes of Edom shall be amazed; the mighty men of Moab, trembling shall take hold upon them; all the inhabitants of Canaan shall melt away."},{"text":"Fear and dread shall fall upon them; by the greatness of thine arm they shall be as still as a stone; till thy people pass over, O LORD, till the people pass over, which thou hast purchased."},{"text":"Thou shalt bring them in, and plant them in the mountain of thine inheritance, in the place, O LORD, which thou hast made for thee to dwell in, in the Sanctuary, O LORD, which thy hands have established."},{"text":"The LORD shall reign for ever and ever."},{"text":"For the horse of Pharaoh went in with his chariots and with his horsemen into the sea, and the LORD brought again the waters of the sea upon them; but the children of Israel went on dry land in the midst of the sea."},{"text":"And Miriam the prophetess, the sister of Aaron, took a timbrel in her hand; and all the women went out after her with timbrels and with dances."},{"text":"And Miriam answered them, Sing ye to the LORD, for he hath triumphed gloriously; the horse and his rider hath he thrown into the sea."},{"text":"So Moses brought Israel from the Red sea, and they went out into the wilderness of Shur; and they went three days in the wilderness, and found no water."},{"text":"And when they came to Marah, they could not drink of the waters of Marah, for they were bitter: therefore the name of it was called Marah."},{"text":"And the people murmured against Moses, saying, What shall we drink?"},{"text":"And he cried unto the LORD; and the LORD shewed him a tree, which when he had cast into the waters, the waters were made sweet: there he made for them a statute and an ordinance, and there he proved them,"},{"text":"And said, If thou wilt diligently hearken to the voice of the LORD thy God, and wilt do that which is right in his sight, and wilt give ear to his commandments, and keep all his statutes, I will put none of these diseases upon thee, which I have brought upon the Egyptians: for I am the LORD that healeth thee."},{"text":"And they came to Elim, where were twelve wells of water, and threescore and ten palm trees: and they encamped there by the waters."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"And they took their journey from Elim, and all the congregation of the children of Israel came unto the wilderness of Sin, which is between Elim and Sinai, on the fifteenth day of the second month after their departing out of the land of Egypt."},{"text":"And the whole congregation of the children of Israel murmured against Moses and Aaron in the wilderness:"},{"text":"And the children of Israel said unto them, Would to God we had died by the hand of the LORD in the land of Egypt, when we sat by the flesh pots, and when we did eat bread to the full; for ye have brought us forth into this wilderness, to kill this whole assembly with hunger."},{"text":"Then said the LORD unto Moses, Behold, I will rain bread from heaven for you; and the people shall go out and gather a certain rate every day, that I may prove them, whether they will walk in my law, or no."},{"text":"And it shall come to pass, that on the sixth day they shall prepare that which they bring in; and it shall be twice as much as they gather daily."},{"text":"And Moses and Aaron said unto all the children of Israel, At even, then ye shall know that the LORD hath brought you out from the land of Egypt:"},{"text":"And in the morning, then ye shall see the glory of the LORD; for that he heareth your murmurings against the LORD: and what are we, that ye murmur against us?"},{"text":"And Moses said, This shall be, when the LORD shall give you in the evening flesh to eat, and in the morning bread to the full; for that the LORD heareth your murmurings which ye murmur against him: and what are we? your murmurings are not against us, but against the LORD."},{"text":"And Moses spake unto Aaron, Say unto all the congregation of the children of Israel, Come near before the LORD: for he hath heard your murmurings."},{"text":"And it came to pass, as Aaron spake unto the whole congregation of the children of Israel, that they looked toward the wilderness, and, behold, the glory of the LORD appeared in the cloud."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"I have heard the murmurings of the children of Israel: speak unto them, saying, At even ye shall eat flesh, and in the morning ye shall be filled with bread; and ye shall know that I am the LORD your God."},{"text":"And it came to pass, that at even the quails came up, and covered the camp: and in the morning the dew lay round about the host."},{"text":"And when the dew that lay was gone up, behold, upon the face of the wilderness there lay a small round thing, as small as the hoar frost on the ground."},{"text":"And when the children of Israel saw it, they said one to another, It is manna: for they wist not what it was. And Moses said unto them, This is the bread which the LORD hath given you to eat."},{"text":"This is the thing which the LORD hath commanded, Gather of it every man according to his eating, an omer for every man, according to the number of your persons; take ye every man for them which are in his tents."},{"text":"And the children of Israel did so, and gathered, some more, some less."},{"text":"And when they did mete it with an omer, he that gathered much had nothing over, and he that gathered little had no lack; they gathered every man according to his eating."},{"text":"And Moses said, Let no man leave of it till the morning."},{"text":"Notwithstanding they hearkened not unto Moses; but some of them left of it until the morning, and it bred worms, and stank: and Moses was wroth with them."},{"text":"And they gathered it every morning, every man according to his eating: and when the sun waxed hot, it melted."},{"text":"And it came to pass, that on the sixth day they gathered twice as much bread, two omers for one man: and all the rulers of the congregation came and told Moses."},{"text":"And he said unto them, This is that which the LORD hath said, To morrow is the rest of the holy sabbath unto the LORD: bake that which ye will bake to day, and seethe that ye will seethe; and that which remaineth over lay up for you to be kept until the morning."},{"text":"And they laid it up till the morning, as Moses bade: and it did not stink, neither was there any worm therein."},{"text":"And Moses said, Eat that to day; for to day is a sabbath unto the LORD: to day ye shall not find it in the field."},{"text":"Six days ye shall gather it; but on the seventh day, which is the sabbath, in it there shall be none."},{"text":"And it came to pass, that there went out some of the people on the seventh day for to gather, and they found none."},{"text":"And the LORD said unto Moses, How long refuse ye to keep my commandments and my laws?"},{"text":"See, for that the LORD hath given you the sabbath, therefore he giveth you on the sixth day the bread of two days; abide ye every man in his place, let no man go out of his place on the seventh day."},{"text":"So the people rested on the seventh day."},{"text":"And the house of Israel called the name thereof Manna: and it was like coriander seed, white; and the taste of it was like wafers made with honey."},{"text":"And Moses said, This is the thing which the LORD commandeth, Fill an omer of it to be kept for your generations; that they may see the bread wherewith I have fed you in the wilderness, when I brought you forth from the land of Egypt."},{"text":"And Moses said unto Aaron, Take a pot, and put an omer full of manna therein, and lay it up before the LORD, to be kept for your generations."},{"text":"As the LORD commanded Moses, so Aaron laid it up before the Testimony, to be kept."},{"text":"And the children of Israel did eat manna forty years, until they came to a land inhabited; they did eat manna, until they came unto the borders of the land of Canaan."},{"text":"Now an omer is the tenth part of an ephah."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"And all the congregation of the children of Israel journeyed from the wilderness of Sin, after their journeys, according to the commandment of the LORD, and pitched in Rephidim: and there was no water for the people to drink."},{"text":"Wherefore the people did chide with Moses, and said, Give us water that we may drink. And Moses said unto them, Why chide ye with me? wherefore do ye tempt the LORD?"},{"text":"And the people thirsted there for water; and the people murmured against Moses, and said, Wherefore is this that thou hast brought us up out of Egypt, to kill us and our children and our cattle with thirst?"},{"text":"And Moses cried unto the LORD, saying, What shall I do unto this people? they be almost ready to stone me."},{"text":"And the LORD said unto Moses, Go on before the people, and take with thee of the elders of Israel; and thy rod, wherewith thou smotest the river, take in thine hand, and go."},{"text":"Behold, I will stand before thee there upon the rock in Horeb; and thou shalt smite the rock, and there shall come water out of it, that the people may drink. And Moses did so in the sight of the elders of Israel."},{"text":"And he called the name of the place Massah, and Meribah, because of the chiding of the children of Israel, and because they tempted the LORD, saying, Is the LORD among us, or not?"},{"text":"Then came Amalek, and fought with Israel in Rephidim."},{"text":"And Moses said unto Joshua, Choose us out men, and go out, fight with Amalek: to morrow I will stand on the top of the hill with the rod of God in mine hand."},{"text":"So Joshua did as Moses had said to him, and fought with Amalek: and Moses, Aaron, and Hur went up to the top of the hill."},{"text":"And it came to pass, when Moses held up his hand, that Israel prevailed: and when he let down his hand, Amalek prevailed."},{"text":"But Moses hands were heavy; and they took a stone, and put it under him, and he sat thereon; and Aaron and Hur stayed up his hands, the one on the one side, and the other on the other side; and his hands were steady until the going down of the sun."},{"text":"And Joshua discomfited Amalek and his people with the edge of the sword."},{"text":"And the LORD said unto Moses, Write this for a memorial in a book, and rehearse it in the ears of Joshua: for I will utterly put out the remembrance of Amalek from under heaven."},{"text":"And Moses built an altar, and called the name of it Jehovahnissi:"},{"text":"For he said, Because the LORD hath sworn that the LORD will have war with Amalek from generation to generation."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"When Jethro, the priest of Midian, Moses' father in law, heard of all that God had done for Moses, and for Israel his people, and that the LORD had brought Israel out of Egypt;"},{"text":"Then Jethro, Moses' father in law, took Zipporah, Moses' wife, after he had sent her back,"},{"text":"And her two sons; of which the name of the one was Gershom; for he said, I have been an alien in a strange land:"},{"text":"And the name of the other was Eliezer; for the God of my father, said he, was mine help, and delivered me from the sword of Pharaoh:"},{"text":"And Jethro, Moses' father in law, came with his sons and his wife unto Moses into the wilderness, where he encamped at the mount of God:"},{"text":"And he said unto Moses, I thy father in law Jethro am come unto thee, and thy wife, and her two sons with her."},{"text":"And Moses went out to meet his father in law, and did obeisance, and kissed him; and they asked each other of their welfare; and they came into the tent."},{"text":"And Moses told his father in law all that the LORD had done unto Pharaoh and to the Egyptians for Israel's sake, and all the travail that had come upon them by the way, and how the LORD delivered them."},{"text":"And Jethro rejoiced for all the goodness which the LORD had done to Israel, whom he had delivered out of the hand of the Egyptians."},{"text":"And Jethro said, Blessed be the LORD, who hath delivered you out of the hand of the Egyptians, and out of the hand of Pharaoh, who hath delivered the people from under the hand of the Egyptians."},{"text":"Now I know that the LORD is greater than all gods: for in the thing wherein they dealt proudly he was above them."},{"text":"And Jethro, Moses' father in law, took a burnt offering and sacrifices for God: and Aaron came, and all the elders of Israel, to eat bread with Moses' father in law before God."},{"text":"And it came to pass on the morrow, that Moses sat to judge the people: and the people stood by Moses from the morning unto the evening."},{"text":"And when Moses' father in law saw all that he did to the people, he said, What is this thing that thou doest to the people? why sittest thou thyself alone, and all the people stand by thee from morning unto even?"},{"text":"And Moses said unto his father in law, Because the people come unto me to enquire of God:"},{"text":"When they have a matter, they come unto me; and I judge between one and another, and I do make them know the statutes of God, and his laws."},{"text":"And Moses' father in law said unto him, The thing that thou doest is not good."},{"text":"Thou wilt surely wear away, both thou, and this people that is with thee: for this thing is too heavy for thee; thou art not able to perform it thyself alone."},{"text":"Hearken now unto my voice, I will give thee counsel, and God shall be with thee: Be thou for the people to God-ward, that thou mayest bring the causes unto God:"},{"text":"And thou shalt teach them ordinances and laws, and shalt shew them the way wherein they must walk, and the work that they must do."},{"text":"Moreover thou shalt provide out of all the people able men, such as fear God, men of truth, hating covetousness; and place such over them, to be rulers of thousands, and rulers of hundreds, rulers of fifties, and rulers of tens:"},{"text":"And let them judge the people at all seasons: and it shall be, that every great matter they shall bring unto thee, but every small matter they shall judge: so shall it be easier for thyself, and they shall bear the burden with thee."},{"text":"If thou shalt do this thing, and God command thee so, then thou shalt be able to endure, and all this people shall also go to their place in peace."},{"text":"So Moses hearkened to the voice of his father in law, and did all that he had said."},{"text":"And Moses chose able men out of all Israel, and made them heads over the people, rulers of thousands, rulers of hundreds, rulers of fifties, and rulers of tens."},{"text":"And they judged the people at all seasons: the hard causes they brought unto Moses, but every small matter they judged themselves."},{"text":"And Moses let his father in law depart; and he went his way into his own land."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"In the third month, when the children of Israel were gone forth out of the land of Egypt, the same day came they into the wilderness of Sinai."},{"text":"For they were departed from Rephidim, and were come to the desert of Sinai, and had pitched in the wilderness; and there Israel camped before the mount."},{"text":"And Moses went up unto God, and the LORD called unto him out of the mountain, saying, Thus shalt thou say to the house of Jacob, and tell the children of Israel;"},{"text":"Ye have seen what I did unto the Egyptians, and how I bare you on eagles' wings, and brought you unto myself."},{"text":"Now therefore, if ye will obey my voice indeed, and keep my covenant, then ye shall be a peculiar treasure unto me above all people: for all the earth is mine:"},{"text":"And ye shall be unto me a kingdom of priests, and an holy nation."},{"text":"And Moses came and called for the elders of the people, and laid before their faces all these words which the LORD commanded him."},{"text":"And all the people answered together, and said, All that the LORD hath spoken we will do. And Moses returned the words of the people unto the LORD."},{"text":"And the LORD said unto Moses, Lo, I come unto thee in a thick cloud, that the people may hear when I speak with thee, and believe thee for ever."},{"text":"And the LORD said unto Moses, Go unto the people, and sanctify them to day and to morrow, and let them wash their clothes,"},{"text":"And be ready against the third day: for the third day the LORD will come down in the sight of all the people upon mount Sinai."},{"text":"And thou shalt set bounds unto the people round about, saying, Take heed to yourselves, that ye go not up into the mount, or touch the border of it: whosoever toucheth the mount shall be surely put to death:"},{"text":"There shall not an hand touch it, but he shall surely be stoned, or shot through; whether it be beast or man, it shall not live: when the trumpet soundeth long, they shall come up to the mount."},{"text":"And Moses went down from the mount unto the people, and sanctified the people; and they washed their clothes."},{"text":"And he said unto the people, Be ready against the third day: come not at your wives."},{"text":"And it came to pass on the third day in the morning, that there were thunders and lightnings, and a thick cloud upon the mount, and the voice of the trumpet exceeding loud; so that all the people that was in the camp trembled."},{"text":"And Moses brought forth the people out of the camp to meet with God; and they stood at the nether part of the mount."},{"text":"And mount Sinai was altogether on a smoke, because the LORD descended upon it in fire: and the smoke thereof ascended as the smoke of a furnace, and the whole mount quaked greatly."},{"text":"And when the voice of the trumpet sounded long, and waxed louder and louder, Moses spake, and God answered him by a voice."},{"text":"And the LORD came down upon mount Sinai, on the top of the mount: and the LORD called Moses up to the top of the mount; and Moses went up."},{"text":"And the LORD said unto Moses, Go down, charge the people, lest they break through unto the LORD to gaze, and many of them perish."},{"text":"And let the priests also, which come near to the LORD, sanctify themselves, lest the LORD break forth upon them."},{"text":"And Moses said unto the LORD, The people cannot come up to mount Sinai: for thou chargedst us, saying, Set bounds about the mount, and sanctify it."},{"text":"And the LORD said unto him, Away, get thee down, and thou shalt come up, thou, and Aaron with thee: but let not the priests and the people break through to come up unto the LORD, lest he break forth upon them."},{"text":"So Moses went down unto the people, and spake unto them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And there went a man of the house of Levi, and took to wife a daughter of Levi."},{"text":"And the woman conceived, and bare a son: and when she saw him that he was a goodly child, she hid him three months."},{"text":"And when she could not longer hide him, she took for him an ark of bulrushes, and daubed it with slime and with pitch, and put the child therein; and she laid it in the flags by the river's brink."},{"text":"And his sister stood afar off, to wit what would be done to him."},{"text":"And the daughter of Pharaoh came down to wash herself at the river; and her maidens walked along by the river's side; and when she saw the ark among the flags, she sent her maid to fetch it."},{"text":"And when she had opened it, she saw the child: and, behold, the babe wept. And she had compassion on him, and said, This is one of the Hebrews' children."},{"text":"Then said his sister to Pharaoh's daughter, Shall I go and call to thee a nurse of the Hebrew women, that she may nurse the child for thee?"},{"text":"And Pharaoh's daughter said to her, Go. And the maid went and called the child's mother."},{"text":"And Pharaoh's daughter said unto her, Take this child away, and nurse it for me, and I will give thee thy wages. And the women took the child, and nursed it."},{"text":"And the child grew, and she brought him unto Pharaoh's daughter, and he became her son. And she called his name Moses: and she said, Because I drew him out of the water."},{"text":"And it came to pass in those days, when Moses was grown, that he went out unto his brethren, and looked on their burdens: and he spied an Egyptian smiting an Hebrew, one of his brethren."},{"text":"And he looked this way and that way, and when he saw that there was no man, he slew the Egyptian, and hid him in the sand."},{"text":"And when he went out the second day, behold, two men of the Hebrews strove together: and he said to him that did the wrong, Wherefore smitest thou thy fellow?"},{"text":"And he said, Who made thee a prince and a judge over us? intendest thou to kill me, as thou killedst the Egyptian? And Moses feared, and said, Surely this thing is known."},{"text":"Now when Pharaoh heard this thing, he sought to slay Moses. But Moses fled from the face of Pharaoh, and dwelt in the land of Midian: and he sat down by a well."},{"text":"Now the priest of Midian had seven daughters: and they came and drew water, and filled the troughs to water their father's flock."},{"text":"And the shepherds came and drove them away: but Moses stood up and helped them, and watered their flock."},{"text":"And when they came to Reuel their father, he said, How is it that ye are come so soon to day?"},{"text":"And they said, An Egyptian delivered us out of the hand of the shepherds, and also drew water enough for us, and watered the flock."},{"text":"And he said unto his daughters, And where is he? why is it that ye have left the man? call him, that he may eat bread."},{"text":"And Moses was content to dwell with the man: and he gave Moses Zipporah his daughter."},{"text":"And she bare him a son, and he called his name Gershom: for he said, I have been a stranger in a strange land."},{"text":"And it came to pass in process of time, that the king of Egypt died: and the children of Israel sighed by reason of the bondage, and they cried, and their cry came up unto God by reason of the bondage."},{"text":"And God heard their groaning, and God remembered his covenant with Abraham, with Isaac, and with Jacob."},{"text":"And God looked upon the children of Israel, and God had respect unto them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"And God spake all these words, saying,"},{"text":"I am the LORD thy God, which have brought thee out of the land of Egypt, out of the house of bondage."},{"text":"Thou shalt have no other gods before me."},{"text":"Thou shalt not make unto thee any graven image, or any likeness of any thing that is in heaven above, or that is in the earth beneath, or that is in the water under the earth."},{"text":"Thou shalt not bow down thyself to them, nor serve them: for I the LORD thy God am a jealous God, visiting the iniquity of the fathers upon the children unto the third and fourth generation of them that hate me;"},{"text":"And shewing mercy unto thousands of them that love me, and keep my commandments."},{"text":"Thou shalt not take the name of the LORD thy God in vain; for the LORD will not hold him guiltless that taketh his name in vain."},{"text":"Remember the sabbath day, to keep it holy."},{"text":"Six days shalt thou labour, and do all thy work:"},{"text":"But the seventh day is the sabbath of the LORD thy God: in it thou shalt not do any work, thou, nor thy son, nor thy daughter, thy manservant, nor thy maidservant, nor thy cattle, nor thy stranger that is within thy gates:"},{"text":"For in six days the LORD made heaven and earth, the sea, and all that in them is, and rested the seventh day: wherefore the LORD blessed the sabbath day, and hallowed it."},{"text":"Honour thy father and thy mother: that thy days may be long upon the land which the LORD thy God giveth thee."},{"text":"Thou shalt not kill."},{"text":"Thou shalt not commit adultery."},{"text":"Thou shalt not steal."},{"text":"Thou shalt not bear false witness against thy neighbour."},{"text":"Thou shalt not covet thy neighbour's house, thou shalt not covet thy neighbour's wife, nor his manservant, nor his maidservant, nor his ox, nor his ass, nor any thing that is thy neighbour's."},{"text":"And all the people saw the thunderings, and the lightnings, and the noise of the trumpet, and the mountain smoking: and when the people saw it, they removed, and stood afar off."},{"text":"And they said unto Moses, Speak thou with us, and we will hear: but let not God speak with us, lest we die."},{"text":"And Moses said unto the people, Fear not: for God is come to prove you, and that his fear may be before your faces, that ye sin not."},{"text":"And the people stood afar off, and Moses drew near unto the thick darkness where God was."},{"text":"And the LORD said unto Moses, Thus thou shalt say unto the children of Israel, Ye have seen that I have talked with you from heaven."},{"text":"Ye shall not make with me gods of silver, neither shall ye make unto you gods of gold."},{"text":"An altar of earth thou shalt make unto me, and shalt sacrifice thereon thy burnt offerings, and thy peace offerings, thy sheep, and thine oxen: in all places where I record my name I will come unto thee, and I will bless thee."},{"text":"And if thou wilt make me an altar of stone, thou shalt not build it of hewn stone: for if thou lift up thy tool upon it, thou hast polluted it."},{"text":"Neither shalt thou go up by steps unto mine altar, that thy nakedness be not discovered thereon."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"Now these are the judgments which thou shalt set before them."},{"text":"If thou buy an Hebrew servant, six years he shall serve: and in the seventh he shall go out free for nothing."},{"text":"If he came in by himself, he shall go out by himself: if he were married, then his wife shall go out with him."},{"text":"If his master have given him a wife, and she have born him sons or daughters; the wife and her children shall be her master's, and he shall go out by himself."},{"text":"And if the servant shall plainly say, I love my master, my wife, and my children; I will not go out free:"},{"text":"Then his master shall bring him unto the judges; he shall also bring him to the door, or unto the door post; and his master shall bore his ear through with an aul; and he shall serve him for ever."},{"text":"And if a man sell his daughter to be a maidservant, she shall not go out as the menservants do."},{"text":"If she please not her master, who hath betrothed her to himself, then shall he let her be redeemed: to sell her unto a strange nation he shall have no power, seeing he hath dealt deceitfully with her."},{"text":"And if he have betrothed her unto his son, he shall deal with her after the manner of daughters."},{"text":"If he take him another wife; her food, her raiment, and her duty of marriage, shall he not diminish."},{"text":"And if he do not these three unto her, then shall she go out free without money."},{"text":"He that smiteth a man, so that he die, shall be surely put to death."},{"text":"And if a man lie not in wait, but God deliver him into his hand; then I will appoint thee a place whither he shall flee."},{"text":"But if a man come presumptuously upon his neighbour, to slay him with guile; thou shalt take him from mine altar, that he may die."},{"text":"And he that smiteth his father, or his mother, shall be surely put to death."},{"text":"And he that stealeth a man, and selleth him, or if he be found in his hand, he shall surely be put to death."},{"text":"And he that curseth his father, or his mother, shall surely be put to death."},{"text":"And if men strive together, and one smite another with a stone, or with his fist, and he die not, but keepeth his bed:"},{"text":"If he rise again, and walk abroad upon his staff, then shall he that smote him be quit: only he shall pay for the loss of his time, and shall cause him to be thoroughly healed."},{"text":"And if a man smite his servant, or his maid, with a rod, and he die under his hand; he shall be surely punished."},{"text":"Notwithstanding, if he continue a day or two, he shall not be punished: for he is his money."},{"text":"If men strive, and hurt a woman with child, so that her fruit depart from her, and yet no mischief follow: he shall be surely punished, according as the woman's husband will lay upon him; and he shall pay as the judges determine."},{"text":"And if any mischief follow, then thou shalt give life for life,"},{"text":"Eye for eye, tooth for tooth, hand for hand, foot for foot,"},{"text":"Burning for burning, wound for wound, stripe for stripe."},{"text":"And if a man smite the eye of his servant, or the eye of his maid, that it perish; he shall let him go free for his eye's sake."},{"text":"And if he smite out his manservant's tooth, or his maidservant's tooth; he shall let him go free for his tooth's sake."},{"text":"If an ox gore a man or a woman, that they die: then the ox shall be surely stoned, and his flesh shall not be eaten; but the owner of the ox shall be quit."},{"text":"But if the ox were wont to push with his horn in time past, and it hath been testified to his owner, and he hath not kept him in, but that he hath killed a man or a woman; the ox shall be stoned, and his owner also shall be put to death."},{"text":"If there be laid on him a sum of money, then he shall give for the ransom of his life whatsoever is laid upon him."},{"text":"Whether he have gored a son, or have gored a daughter, according to this judgment shall it be done unto him."},{"text":"If the ox shall push a manservant or a maidservant; he shall give unto their master thirty shekels of silver, and the ox shall be stoned."},{"text":"And if a man shall open a pit, or if a man shall dig a pit, and not cover it, and an ox or an ass fall therein;"},{"text":"The owner of the pit shall make it good, and give money unto the owner of them; and the dead beast shall be his."},{"text":"And if one man's ox hurt another's, that he die; then they shall sell the live ox, and divide the money of it; and the dead ox also they shall divide."},{"text":"Or if it be known that the ox hath used to push in time past, and his owner hath not kept him in; he shall surely pay ox for ox; and the dead shall be his own."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":22,"verses":[{"text":"If a man shall steal an ox, or a sheep, and kill it, or sell it; he shall restore five oxen for an ox, and four sheep for a sheep."},{"text":"If a thief be found breaking up, and be smitten that he die, there shall no blood be shed for him."},{"text":"If the sun be risen upon him, there shall be blood shed for him; for he should make full restitution; if he have nothing, then he shall be sold for his theft."},{"text":"If the theft be certainly found in his hand alive, whether it be ox, or ass, or sheep; he shall restore double."},{"text":"If a man shall cause a field or vineyard to be eaten, and shall put in his beast, and shall feed in another man's field; of the best of his own field, and of the best of his own vineyard, shall he make restitution."},{"text":"If fire break out, and catch in thorns, so that the stacks of corn, or the standing corn, or the field, be consumed therewith; he that kindled the fire shall surely make restitution."},{"text":"If a man shall deliver unto his neighbour money or stuff to keep, and it be stolen out of the man's house; if the thief be found, let him pay double."},{"text":"If the thief be not found, then the master of the house shall be brought unto the judges, to see whether he have put his hand unto his neighbour's goods."},{"text":"For all manner of trespass, whether it be for ox, for ass, for sheep, for raiment, or for any manner of lost thing which another challengeth to be his, the cause of both parties shall come before the judges; and whom the judges shall condemn, he shall pay double unto his neighbour."},{"text":"If a man deliver unto his neighbour an ass, or an ox, or a sheep, or any beast, to keep; and it die, or be hurt, or driven away, no man seeing it:"},{"text":"Then shall an oath of the LORD be between them both, that he hath not put his hand unto his neighbour's goods; and the owner of it shall accept thereof, and he shall not make it good."},{"text":"And if it be stolen from him, he shall make restitution unto the owner thereof."},{"text":"If it be torn in pieces, then let him bring it for witness, and he shall not make good that which was torn."},{"text":"And if a man borrow ought of his neighbour, and it be hurt, or die, the owner thereof being not with it, he shall surely make it good."},{"text":"But if the owner thereof be with it, he shall not make it good: if it be an hired thing, it came for his hire."},{"text":"And if a man entice a maid that is not betrothed, and lie with her, he shall surely endow her to be his wife."},{"text":"If her father utterly refuse to give her unto him, he shall pay money according to the dowry of virgins."},{"text":"Thou shalt not suffer a witch to live."},{"text":"Whosoever lieth with a beast shall surely be put to death."},{"text":"He that sacrificeth unto any god, save unto the LORD only, he shall be utterly destroyed."},{"text":"Thou shalt neither vex a stranger, nor oppress him: for ye were strangers in the land of Egypt."},{"text":"Ye shall not afflict any widow, or fatherless child."},{"text":"If thou afflict them in any wise, and they cry at all unto me, I will surely hear their cry;"},{"text":"And my wrath shall wax hot, and I will kill you with the sword; and your wives shall be widows, and your children fatherless."},{"text":"If thou lend money to any of my people that is poor by thee, thou shalt not be to him as an usurer, neither shalt thou lay upon him usury."},{"text":"If thou at all take thy neighbour's raiment to pledge, thou shalt deliver it unto him by that the sun goeth down:"},{"text":"For that is his covering only, it is his raiment for his skin: wherein shall he sleep? and it shall come to pass, when he crieth unto me, that I will hear; for I am gracious."},{"text":"Thou shalt not revile the gods, nor curse the ruler of thy people."},{"text":"Thou shalt not delay to offer the first of thy ripe fruits, and of thy liquors: the firstborn of thy sons shalt thou give unto me."},{"text":"Likewise shalt thou do with thine oxen, and with thy sheep: seven days it shall be with his dam; on the eighth day thou shalt give it me."},{"text":"And ye shall be holy men unto me: neither shall ye eat any flesh that is torn of beasts in the field; ye shall cast it to the dogs."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":23,"verses":[{"text":"Thou shalt not raise a false report: put not thine hand with the wicked to be an unrighteous witness."},{"text":"Thou shalt not follow a multitude to do evil; neither shalt thou speak in a cause to decline after many to wrest judgment:"},{"text":"Neither shalt thou countenance a poor man in his cause."},{"text":"If thou meet thine enemy's ox or his ass going astray, thou shalt surely bring it back to him again."},{"text":"If thou see the ass of him that hateth thee lying under his burden, and wouldest forbear to help him, thou shalt surely help with him."},{"text":"Thou shalt not wrest the judgment of thy poor in his cause."},{"text":"Keep thee far from a false matter; and the innocent and righteous slay thou not: for I will not justify the wicked."},{"text":"And thou shalt take no gift: for the gift blindeth the wise, and perverteth the words of the righteous."},{"text":"Also thou shalt not oppress a stranger: for ye know the heart of a stranger, seeing ye were strangers in the land of Egypt."},{"text":"And six years thou shalt sow thy land, and shalt gather in the fruits thereof:"},{"text":"But the seventh year thou shalt let it rest and lie still; that the poor of thy people may eat: and what they leave the beasts of the field shall eat. In like manner thou shalt deal with thy vineyard, and with thy oliveyard."},{"text":"Six days thou shalt do thy work, and on the seventh day thou shalt rest: that thine ox and thine ass may rest, and the son of thy handmaid, and the stranger, may be refreshed."},{"text":"And in all things that I have said unto you be circumspect: and make no mention of the name of other gods, neither let it be heard out of thy mouth."},{"text":"Three times thou shalt keep a feast unto me in the year."},{"text":"Thou shalt keep the feast of unleavened bread: (thou shalt eat unleavened bread seven days, as I commanded thee, in the time appointed of the month Abib; for in it thou camest out from Egypt: and none shall appear before me empty:)"},{"text":"And the feast of harvest, the firstfruits of thy labours, which thou hast sown in the field: and the feast of ingathering, which is in the end of the year, when thou hast gathered in thy labours out of the field."},{"text":"Three items in the year all thy males shall appear before the LORD God."},{"text":"Thou shalt not offer the blood of my sacrifice with leavened bread; neither shall the fat of my sacrifice remain until the morning."},{"text":"The first of the firstfruits of thy land thou shalt bring into the house of the LORD thy God. Thou shalt not seethe a kid in his mother's milk."},{"text":"Behold, I send an Angel before thee, to keep thee in the way, and to bring thee into the place which I have prepared."},{"text":"Beware of him, and obey his voice, provoke him not; for he will not pardon your transgressions: for my name is in him."},{"text":"But if thou shalt indeed obey his voice, and do all that I speak; then I will be an enemy unto thine enemies, and an adversary unto thine adversaries."},{"text":"For mine Angel shall go before thee, and bring thee in unto the Amorites, and the Hittites, and the Perizzites, and the Canaanites, the Hivites, and the Jebusites: and I will cut them off."},{"text":"Thou shalt not bow down to their gods, nor serve them, nor do after their works: but thou shalt utterly overthrow them, and quite break down their images."},{"text":"And ye shall serve the LORD your God, and he shall bless thy bread, and thy water; and I will take sickness away from the midst of thee."},{"text":"There shall nothing cast their young, nor be barren, in thy land: the number of thy days I will fulfil."},{"text":"I will send my fear before thee, and will destroy all the people to whom thou shalt come, and I will make all thine enemies turn their backs unto thee."},{"text":"And I will send hornets before thee, which shall drive out the Hivite, the Canaanite, and the Hittite, from before thee."},{"text":"I will not drive them out from before thee in one year; lest the land become desolate, and the beast of the field multiply against thee."},{"text":"By little and little I will drive them out from before thee, until thou be increased, and inherit the land."},{"text":"And I will set thy bounds from the Red sea even unto the sea of the Philistines, and from the desert unto the river: for I will deliver the inhabitants of the land into your hand; and thou shalt drive them out before thee."},{"text":"Thou shalt make no covenant with them, nor with their gods."},{"text":"They shall not dwell in thy land, lest they make thee sin against me: for if thou serve their gods, it will surely be a snare unto thee."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":24,"verses":[{"text":"And he said unto Moses, Come up unto the LORD, thou, and Aaron, Nadab, and Abihu, and seventy of the elders of Israel; and worship ye afar off."},{"text":"And Moses alone shall come near the LORD: but they shall not come nigh; neither shall the people go up with him."},{"text":"And Moses came and told the people all the words of the LORD, and all the judgments: and all the people answered with one voice, and said, All the words which the LORD hath said will we do."},{"text":"And Moses wrote all the words of the LORD, and rose up early in the morning, and builded an altar under the hill, and twelve pillars, according to the twelve tribes of Israel."},{"text":"And he sent young men of the children of Israel, which offered burnt offerings, and sacrificed peace offerings of oxen unto the LORD."},{"text":"And Moses took half of the blood, and put it in basons; and half of the blood he sprinkled on the altar."},{"text":"And he took the book of the covenant, and read in the audience of the people: and they said, All that the LORD hath said will we do, and be obedient."},{"text":"And Moses took the blood, and sprinkled it on the people, and said, Behold the blood of the covenant, which the LORD hath made with you concerning all these words."},{"text":"Then went up Moses, and Aaron, Nadab, and Abihu, and seventy of the elders of Israel:"},{"text":"And they saw the God of Israel: and there was under his feet as it were a paved work of a sapphire stone, and as it were the body of heaven in his clearness."},{"text":"And upon the nobles of the children of Israel he laid not his hand: also they saw God, and did eat and drink."},{"text":"And the LORD said unto Moses, Come up to me into the mount, and be there: and I will give thee tables of stone, and a law, and commandments which I have written; that thou mayest teach them."},{"text":"And Moses rose up, and his minister Joshua: and Moses went up into the mount of God."},{"text":"And he said unto the elders, Tarry ye here for us, until we come again unto you: and, behold, Aaron and Hur are with you: if any man have any matters to do, let him come unto them."},{"text":"And Moses went up into the mount, and a cloud covered the mount."},{"text":"And the glory of the LORD abode upon mount Sinai, and the cloud covered it six days: and the seventh day he called unto Moses out of the midst of the cloud."},{"text":"And the sight of the glory of the LORD was like devouring fire on the top of the mount in the eyes of the children of Israel."},{"text":"And Moses went into the midst of the cloud, and gat him up into the mount: and Moses was in the mount forty days and forty nights."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":25,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak unto the children of Israel, that they bring me an offering: of every man that giveth it willingly with his heart ye shall take my offering."},{"text":"And this is the offering which ye shall take of them; gold, and silver, and brass,"},{"text":"And blue, and purple, and scarlet, and fine linen, and goats' hair,"},{"text":"And rams' skins dyed red, and badgers' skins, and shittim wood,"},{"text":"Oil for the light, spices for anointing oil, and for sweet incense,"},{"text":"Onyx stones, and stones to be set in the ephod, and in the breastplate."},{"text":"And let them make me a sanctuary; that I may dwell among them."},{"text":"According to all that I shew thee, after the pattern of the tabernacle, and the pattern of all the instruments thereof, even so shall ye make it."},{"text":"And they shall make an ark of shittim wood: two cubits and a half shall be the length thereof, and a cubit and a half the breadth thereof, and a cubit and a half the height thereof."},{"text":"And thou shalt overlay it with pure gold, within and without shalt thou overlay it, and shalt make upon it a crown of gold round about."},{"text":"And thou shalt cast four rings of gold for it, and put them in the four corners thereof; and two rings shall be in the one side of it, and two rings in the other side of it."},{"text":"And thou shalt make staves of shittim wood, and overlay them with gold."},{"text":"And thou shalt put the staves into the rings by the sides of the ark, that the ark may be borne with them."},{"text":"The staves shall be in the rings of the ark: they shall not be taken from it."},{"text":"And thou shalt put into the ark the testimony which I shall give thee."},{"text":"And thou shalt make a mercy seat of pure gold: two cubits and a half shall be the length thereof, and a cubit and a half the breadth thereof."},{"text":"And thou shalt make two cherubims of gold, of beaten work shalt thou make them, in the two ends of the mercy seat."},{"text":"And make one cherub on the one end, and the other cherub on the other end: even of the mercy seat shall ye make the cherubims on the two ends thereof."},{"text":"And the cherubims shall stretch forth their wings on high, covering the mercy seat with their wings, and their faces shall look one to another; toward the mercy seat shall the faces of the cherubims be."},{"text":"And thou shalt put the mercy seat above upon the ark; and in the ark thou shalt put the testimony that I shall give thee."},{"text":"And there I will meet with thee, and I will commune with thee from above the mercy seat, from between the two cherubims which are upon the ark of the testimony, of all things which I will give thee in commandment unto the children of Israel."},{"text":"Thou shalt also make a table of shittim wood: two cubits shall be the length thereof, and a cubit the breadth thereof, and a cubit and a half the height thereof."},{"text":"And thou shalt overlay it with pure gold, and make thereto a crown of gold round about."},{"text":"And thou shalt make unto it a border of an hand breadth round about, and thou shalt make a golden crown to the border thereof round about."},{"text":"And thou shalt make for it four rings of gold, and put the rings in the four corners that are on the four feet thereof."},{"text":"Over against the border shall the rings be for places of the staves to bear the table."},{"text":"And thou shalt make the staves of shittim wood, and overlay them with gold, that the table may be borne with them."},{"text":"And thou shalt make the dishes thereof, and spoons thereof, and covers thereof, and bowls thereof, to cover withal: of pure gold shalt thou make them."},{"text":"And thou shalt set upon the table shewbread before me alway."},{"text":"And thou shalt make a candlestick of pure gold: of beaten work shall the candlestick be made: his shaft, and his branches, his bowls, his knops, and his flowers, shall be of the same."},{"text":"And six branches shall come out of the sides of it; three branches of the candlestick out of the one side, and three branches of the candlestick out of the other side:"},{"text":"Three bowls made like unto almonds, with a knop and a flower in one branch; and three bowls made like almonds in the other branch, with a knop and a flower: so in the six branches that come out of the candlestick."},{"text":"And in the candlesticks shall be four bowls made like unto almonds, with their knops and their flowers."},{"text":"And there shall be a knop under two branches of the same, and a knop under two branches of the same, and a knop under two branches of the same, according to the six branches that proceed out of the candlestick."},{"text":"Their knops and their branches shall be of the same: all it shall be one beaten work of pure gold."},{"text":"And thou shalt make the seven lamps thereof: and they shall light the lamps thereof, that they may give light over against it."},{"text":"And the tongs thereof, and the snuffdishes thereof, shall be of pure gold."},{"text":"Of a talent of pure gold shall he make it, with all these vessels."},{"text":"And look that thou make them after their pattern, which was shewed thee in the mount."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":26,"verses":[{"text":"Moreover thou shalt make the tabernacle with ten curtains of fine twined linen, and blue, and purple, and scarlet: with cherubims of cunning work shalt thou make them."},{"text":"The length of one curtain shall be eight and twenty cubits, and the breadth of one curtain four cubits: and every one of the curtains shall have one measure."},{"text":"The five curtains shall be coupled together one to another; and other five curtains shall be coupled one to another."},{"text":"And thou shalt make loops of blue upon the edge of the one curtain from the selvedge in the coupling; and likewise shalt thou make in the uttermost edge of another curtain, in the coupling of the second."},{"text":"Fifty loops shalt thou make in the one curtain, and fifty loops shalt thou make in the edge of the curtain that is in the coupling of the second; that the loops may take hold one of another."},{"text":"And thou shalt make fifty taches of gold, and couple the curtains together with the taches: and it shall be one tabernacle."},{"text":"And thou shalt make curtains of goats' hair to be a covering upon the tabernacle: eleven curtains shalt thou make."},{"text":"The length of one curtain shall be thirty cubits, and the breadth of one curtain four cubits: and the eleven curtains shall be all of one measure."},{"text":"And thou shalt couple five curtains by themselves, and six curtains by themselves, and shalt double the sixth curtain in the forefront of the tabernacle."},{"text":"And thou shalt make fifty loops on the edge of the one curtain that is outmost in the coupling, and fifty loops in the edge of the curtain which coupleth the second."},{"text":"And thou shalt make fifty taches of brass, and put the taches into the loops, and couple the tent together, that it may be one."},{"text":"And the remnant that remaineth of the curtains of the tent, the half curtain that remaineth, shall hang over the backside of the tabernacle."},{"text":"And a cubit on the one side, and a cubit on the other side of that which remaineth in the length of the curtains of the tent, it shall hang over the sides of the tabernacle on this side and on that side, to cover it."},{"text":"And thou shalt make a covering for the tent of rams' skins dyed red, and a covering above of badgers' skins."},{"text":"And thou shalt make boards for the tabernacle of shittim wood standing up."},{"text":"Ten cubits shall be the length of a board, and a cubit and a half shall be the breadth of one board."},{"text":"Two tenons shall there be in one board, set in order one against another: thus shalt thou make for all the boards of the tabernacle."},{"text":"And thou shalt make the boards for the tabernacle, twenty boards on the south side southward."},{"text":"And thou shalt make forty sockets of silver under the twenty boards; two sockets under one board for his two tenons, and two sockets under another board for his two tenons."},{"text":"And for the second side of the tabernacle on the north side there shall be twenty boards:"},{"text":"And their forty sockets of silver; two sockets under one board, and two sockets under another board."},{"text":"And for the sides of the tabernacle westward thou shalt make six boards."},{"text":"And two boards shalt thou make for the corners of the tabernacle in the two sides."},{"text":"And they shall be coupled together beneath, and they shall be coupled together above the head of it unto one ring: thus shall it be for them both; they shall be for the two corners."},{"text":"And they shall be eight boards, and their sockets of silver, sixteen sockets; two sockets under one board, and two sockets under another board."},{"text":"And thou shalt make bars of shittim wood; five for the boards of the one side of the tabernacle,"},{"text":"And five bars for the boards of the other side of the tabernacle, and five bars for the boards of the side of the tabernacle, for the two sides westward."},{"text":"And the middle bar in the midst of the boards shall reach from end to end."},{"text":"And thou shalt overlay the boards with gold, and make their rings of gold for places for the bars: and thou shalt overlay the bars with gold."},{"text":"And thou shalt rear up the tabernacle according to the fashion thereof which was shewed thee in the mount."},{"text":"And thou shalt make a vail of blue, and purple, and scarlet, and fine twined linen of cunning work: with cherubims shall it be made:"},{"text":"And thou shalt hang it upon four pillars of shittim wood overlaid with gold: their hooks shall be of gold, upon the four sockets of silver."},{"text":"And thou shalt hang up the vail under the taches, that thou mayest bring in thither within the vail the ark of the testimony: and the vail shall divide unto you between the holy place and the most holy."},{"text":"And thou shalt put the mercy seat upon the ark of the testimony in the most holy place."},{"text":"And thou shalt set the table without the vail, and the candlestick over against the table on the side of the tabernacle toward the south: and thou shalt put the table on the north side."},{"text":"And thou shalt make an hanging for the door of the tent, of blue, and purple, and scarlet, and fine twined linen, wrought with needlework."},{"text":"And thou shalt make for the hanging five pillars of shittim wood, and overlay them with gold, and their hooks shall be of gold: and thou shalt cast five sockets of brass for them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":27,"verses":[{"text":"And thou shalt make an altar of shittim wood, five cubits long, and five cubits broad; the altar shall be foursquare: and the height thereof shall be three cubits."},{"text":"And thou shalt make the horns of it upon the four corners thereof: his horns shall be of the same: and thou shalt overlay it with brass."},{"text":"And thou shalt make his pans to receive his ashes, and his shovels, and his basons, and his fleshhooks, and his firepans: all the vessels thereof thou shalt make of brass."},{"text":"And thou shalt make for it a grate of network of brass; and upon the net shalt thou make four brasen rings in the four corners thereof."},{"text":"And thou shalt put it under the compass of the altar beneath, that the net may be even to the midst of the altar."},{"text":"And thou shalt make staves for the altar, staves of shittim wood, and overlay them with brass."},{"text":"And the staves shall be put into the rings, and the staves shall be upon the two sides of the altar, to bear it."},{"text":"Hollow with boards shalt thou make it: as it was shewed thee in the mount, so shall they make it."},{"text":"And thou shalt make the court of the tabernacle: for the south side southward there shall be hangings for the court of fine twined linen of an hundred cubits long for one side:"},{"text":"And the twenty pillars thereof and their twenty sockets shall be of brass; the hooks of the pillars and their fillets shall be of silver."},{"text":"And likewise for the north side in length there shall be hangings of an hundred cubits long, and his twenty pillars and their twenty sockets of brass; the hooks of the pillars and their fillets of silver."},{"text":"And for the breadth of the court on the west side shall be hangings of fifty cubits: their pillars ten, and their sockets ten."},{"text":"And the breadth of the court on the east side eastward shall be fifty cubits."},{"text":"The hangings of one side of the gate shall be fifteen cubits: their pillars three, and their sockets three."},{"text":"And on the other side shall be hangings fifteen cubits: their pillars three, and their sockets three."},{"text":"And for the gate of the court shall be an hanging of twenty cubits, of blue, and purple, and scarlet, and fine twined linen, wrought with needlework: and their pillars shall be four, and their sockets four."},{"text":"All the pillars round about the court shall be filleted with silver; their hooks shall be of silver, and their sockets of brass."},{"text":"The length of the court shall be an hundred cubits, and the breadth fifty every where, and the height five cubits of fine twined linen, and their sockets of brass."},{"text":"All the vessels of the tabernacle in all the service thereof, and all the pins thereof, and all the pins of the court, shall be of brass."},{"text":"And thou shalt command the children of Israel, that they bring thee pure oil olive beaten for the light, to cause the lamp to burn always."},{"text":"In the tabernacle of the congregation without the vail, which is before the testimony, Aaron and his sons shall order it from evening to morning before the LORD: it shall be a statute for ever unto their generations on the behalf of the children of Israel."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":28,"verses":[{"text":"And take thou unto thee Aaron thy brother, and his sons with him, from among the children of Israel, that he may minister unto me in the priest's office, even Aaron, Nadab and Abihu, Eleazar and Ithamar, Aaron's sons."},{"text":"And thou shalt make holy garments for Aaron thy brother for glory and for beauty."},{"text":"And thou shalt speak unto all that are wise hearted, whom I have filled with the spirit of wisdom, that they may make Aaron's garments to consecrate him, that he may minister unto me in the priest's office."},{"text":"And these are the garments which they shall make; a breastplate, and an ephod, and a robe, and a broidered coat, a mitre, and a girdle: and they shall make holy garments for Aaron thy brother, and his sons, that he may minister unto me in the priest's office."},{"text":"And they shall take gold, and blue, and purple, and scarlet, and fine linen."},{"text":"And they shall make the ephod of gold, of blue, and of purple, of scarlet, and fine twined linen, with cunning work."},{"text":"It shall have the two shoulderpieces thereof joined at the two edges thereof; and so it shall be joined together."},{"text":"And the curious girdle of the ephod, which is upon it, shall be of the same, according to the work thereof; even of gold, of blue, and purple, and scarlet, and fine twined linen."},{"text":"And thou shalt take two onyx stones, and grave on them the names of the children of Israel:"},{"text":"Six of their names on one stone, and the other six names of the rest on the other stone, according to their birth."},{"text":"With the work of an engraver in stone, like the engravings of a signet, shalt thou engrave the two stones with the names of the children of Israel: thou shalt make them to be set in ouches of gold."},{"text":"And thou shalt put the two stones upon the shoulders of the ephod for stones of memorial unto the children of Israel: and Aaron shall bear their names before the LORD upon his two shoulders for a memorial."},{"text":"And thou shalt make ouches of gold;"},{"text":"And two chains of pure gold at the ends; of wreathen work shalt thou make them, and fasten the wreathen chains to the ouches."},{"text":"And thou shalt make the breastplate of judgment with cunning work; after the work of the ephod thou shalt make it; of gold, of blue, and of purple, and of scarlet, and of fine twined linen, shalt thou make it."},{"text":"Foursquare it shall be being doubled; a span shall be the length thereof, and a span shall be the breadth thereof."},{"text":"And thou shalt set in it settings of stones, even four rows of stones: the first row shall be a sardius, a topaz, and a carbuncle: this shall be the first row."},{"text":"And the second row shall be an emerald, a sapphire, and a diamond."},{"text":"And the third row a ligure, an agate, and an amethyst."},{"text":"And the fourth row a beryl, and an onyx, and a jasper: they shall be set in gold in their inclosings."},{"text":"And the stones shall be with the names of the children of Israel, twelve, according to their names, like the engravings of a signet; every one with his name shall they be according to the twelve tribes."},{"text":"And thou shalt make upon the breastplate chains at the ends of wreathen work of pure gold."},{"text":"And thou shalt make upon the breastplate two rings of gold, and shalt put the two rings on the two ends of the breastplate."},{"text":"And thou shalt put the two wreathen chains of gold in the two rings which are on the ends of the breastplate."},{"text":"And the other two ends of the two wreathen chains thou shalt fasten in the two ouches, and put them on the shoulderpieces of the ephod before it."},{"text":"And thou shalt make two rings of gold, and thou shalt put them upon the two ends of the breastplate in the border thereof, which is in the side of the ephod inward."},{"text":"And two other rings of gold thou shalt make, and shalt put them on the two sides of the ephod underneath, toward the forepart thereof, over against the other coupling thereof, above the curious girdle of the ephod."},{"text":"And they shall bind the breastplate by the rings thereof unto the rings of the ephod with a lace of blue, that it may be above the curious girdle of the ephod, and that the breastplate be not loosed from the ephod."},{"text":"And Aaron shall bear the names of the children of Israel in the breastplate of judgment upon his heart, when he goeth in unto the holy place, for a memorial before the LORD continually."},{"text":"And thou shalt put in the breastplate of judgment the Urim and the Thummim; and they shall be upon Aaron's heart, when he goeth in before the LORD: and Aaron shall bear the judgment of the children of Israel upon his heart before the LORD continually."},{"text":"And thou shalt make the robe of the ephod all of blue."},{"text":"And there shall be an hole in the top of it, in the midst thereof: it shall have a binding of woven work round about the hole of it, as it were the hole of an habergeon, that it be not rent."},{"text":"And beneath upon the hem of it thou shalt make pomegranates of blue, and of purple, and of scarlet, round about the hem thereof; and bells of gold between them round about:"},{"text":"A golden bell and a pomegranate, a golden bell and a pomegranate, upon the hem of the robe round about."},{"text":"And it shall be upon Aaron to minister: and his sound shall be heard when he goeth in unto the holy place before the LORD, and when he cometh out, that he die not."},{"text":"And thou shalt make a plate of pure gold, and grave upon it, like the engravings of a signet, HOLINESS TO THE LORD."},{"text":"And thou shalt put it on a blue lace, that it may be upon the mitre; upon the forefront of the mitre it shall be."},{"text":"And it shall be upon Aaron's forehead, that Aaron may bear the iniquity of the holy things, which the children of Israel shall hallow in all their holy gifts; and it shall be always upon his forehead, that they may be accepted before the LORD."},{"text":"And thou shalt embroider the coat of fine linen, and thou shalt make the mitre of fine linen, and thou shalt make the girdle of needlework."},{"text":"And for Aaron's sons thou shalt make coats, and thou shalt make for them girdles, and bonnets shalt thou make for them, for glory and for beauty."},{"text":"And thou shalt put them upon Aaron thy brother, and his sons with him; and shalt anoint them, and consecrate them, and sanctify them, that they may minister unto me in the priest's office."},{"text":"And thou shalt make them linen breeches to cover their nakedness; from the loins even unto the thighs they shall reach:"},{"text":"And they shall be upon Aaron, and upon his sons, when they come in unto the tabernacle of the congregation, or when they come near unto the altar to minister in the holy place; that they bear not iniquity, and die: it shall be a statute for ever unto him and his seed after him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":29,"verses":[{"text":"And this is the thing that thou shalt do unto them to hallow them, to minister unto me in the priest's office: Take one young bullock, and two rams without blemish,"},{"text":"And unleavened bread, and cakes unleavened tempered with oil, and wafers unleavened anointed with oil: of wheaten flour shalt thou make them."},{"text":"And thou shalt put them into one basket, and bring them in the basket, with the bullock and the two rams."},{"text":"And Aaron and his sons thou shalt bring unto the door of the tabernacle of the congregation, and shalt wash them with water."},{"text":"And thou shalt take the garments, and put upon Aaron the coat, and the robe of the ephod, and the ephod, and the breastplate, and gird him with the curious girdle of the ephod:"},{"text":"And thou shalt put the mitre upon his head, and put the holy crown upon the mitre."},{"text":"Then shalt thou take the anointing oil, and pour it upon his head, and anoint him."},{"text":"And thou shalt bring his sons, and put coats upon them."},{"text":"And thou shalt gird them with girdles, Aaron and his sons, and put the bonnets on them: and the priest's office shall be theirs for a perpetual statute: and thou shalt consecrate Aaron and his sons."},{"text":"And thou shalt cause a bullock to be brought before the tabernacle of the congregation: and Aaron and his sons shall put their hands upon the head of the bullock."},{"text":"And thou shalt kill the bullock before the LORD, by the door of the tabernacle of the congregation."},{"text":"And thou shalt take of the blood of the bullock, and put it upon the horns of the altar with thy finger, and pour all the blood beside the bottom of the altar."},{"text":"And thou shalt take all the fat that covereth the inwards, and the caul that is above the liver, and the two kidneys, and the fat that is upon them, and burn them upon the altar."},{"text":"But the flesh of the bullock, and his skin, and his dung, shalt thou burn with fire without the camp: it is a sin offering."},{"text":"Thou shalt also take one ram; and Aaron and his sons shall put their hands upon the head of the ram."},{"text":"And thou shalt slay the ram, and thou shalt take his blood, and sprinkle it round about upon the altar."},{"text":"And thou shalt cut the ram in pieces, and wash the inwards of him, and his legs, and put them unto his pieces, and unto his head."},{"text":"And thou shalt burn the whole ram upon the altar: it is a burnt offering unto the LORD: it is a sweet savour, an offering made by fire unto the LORD."},{"text":"And thou shalt take the other ram; and Aaron and his sons shall put their hands upon the head of the ram."},{"text":"Then shalt thou kill the ram, and take of his blood, and put it upon the tip of the right ear of Aaron, and upon the tip of the right ear of his sons, and upon the thumb of their right hand, and upon the great toe of their right foot, and sprinkle the blood upon the altar round about."},{"text":"And thou shalt take of the blood that is upon the altar, and of the anointing oil, and sprinkle it upon Aaron, and upon his garments, and upon his sons, and upon the garments of his sons with him: and he shall be hallowed, and his garments, and his sons, and his sons' garments with him."},{"text":"Also thou shalt take of the ram the fat and the rump, and the fat that covereth the inwards, and the caul above the liver, and the two kidneys, and the fat that is upon them, and the right shoulder; for it is a ram of consecration:"},{"text":"And one loaf of bread, and one cake of oiled bread, and one wafer out of the basket of the unleavened bread that is before the LORD:"},{"text":"And thou shalt put all in the hands of Aaron, and in the hands of his sons; and shalt wave them for a wave offering before the LORD."},{"text":"And thou shalt receive them of their hands, and burn them upon the altar for a burnt offering, for a sweet savour before the LORD: it is an offering made by fire unto the LORD."},{"text":"And thou shalt take the breast of the ram of Aaron's consecration, and wave it for a wave offering before the LORD: and it shall be thy part."},{"text":"And thou shalt sanctify the breast of the wave offering, and the shoulder of the heave offering, which is waved, and which is heaved up, of the ram of the consecration, even of that which is for Aaron, and of that which is for his sons:"},{"text":"And it shall be Aaron's and his sons' by a statute for ever from the children of Israel: for it is an heave offering: and it shall be an heave offering from the children of Israel of the sacrifice of their peace offerings, even their heave offering unto the LORD."},{"text":"And the holy garments of Aaron shall be his sons' after him, to be anointed therein, and to be consecrated in them."},{"text":"And that son that is priest in his stead shall put them on seven days, when he cometh into the tabernacle of the congregation to minister in the holy place."},{"text":"And thou shalt take the ram of the consecration, and seethe his flesh in the holy place."},{"text":"And Aaron and his sons shall eat the flesh of the ram, and the bread that is in the basket by the door of the tabernacle of the congregation."},{"text":"And they shall eat those things wherewith the atonement was made, to consecrate and to sanctify them: but a stranger shall not eat thereof, because they are holy."},{"text":"And if ought of the flesh of the consecrations, or of the bread, remain unto the morning, then thou shalt burn the remainder with fire: it shall not be eaten, because it is holy."},{"text":"And thus shalt thou do unto Aaron, and to his sons, according to all things which I have commanded thee: seven days shalt thou consecrate them."},{"text":"And thou shalt offer every day a bullock for a sin offering for atonement: and thou shalt cleanse the altar, when thou hast made an atonement for it, and thou shalt anoint it, to sanctify it."},{"text":"Seven days thou shalt make an atonement for the altar, and sanctify it; and it shall be an altar most holy: whatsoever toucheth the altar shall be holy."},{"text":"Now this is that which thou shalt offer upon the altar; two lambs of the first year day by day continually."},{"text":"The one lamb thou shalt offer in the morning; and the other lamb thou shalt offer at even:"},{"text":"And with the one lamb a tenth deal of flour mingled with the fourth part of an hin of beaten oil; and the fourth part of an hin of wine for a drink offering."},{"text":"And the other lamb thou shalt offer at even, and shalt do thereto according to the meat offering of the morning, and according to the drink offering thereof, for a sweet savour, an offering made by fire unto the LORD."},{"text":"This shall be a continual burnt offering throughout your generations at the door of the tabernacle of the congregation before the LORD: where I will meet you, to speak there unto thee."},{"text":"And there I will meet with the children of Israel, and the tabernacle shall be sanctified by my glory."},{"text":"And I will sanctify the tabernacle of the congregation, and the altar: I will sanctify also both Aaron and his sons, to minister to me in the priest's office."},{"text":"And I will dwell among the children of Israel, and will be their God."},{"text":"And they shall know that I am the LORD their God, that brought them forth out of the land of Egypt, that I may dwell among them: I am the LORD their God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"Now Moses kept the flock of Jethro his father in law, the priest of Midian: and he led the flock to the backside of the desert, and came to the mountain of God, even to Horeb."},{"text":"And the angel of the LORD appeared unto him in a flame of fire out of the midst of a bush: and he looked, and, behold, the bush burned with fire, and the bush was not consumed."},{"text":"And Moses said, I will now turn aside, and see this great sight, why the bush is not burnt."},{"text":"And when the LORD saw that he turned aside to see, God called unto him out of the midst of the bush, and said, Moses, Moses. And he said, Here am I."},{"text":"And he said, Draw not nigh hither: put off thy shoes from off thy feet, for the place whereon thou standest is holy ground."},{"text":"Moreover he said, I am the God of thy father, the God of Abraham, the God of Isaac, and the God of Jacob. And Moses hid his face; for he was afraid to look upon God."},{"text":"And the LORD said, I have surely seen the affliction of my people which are in Egypt, and have heard their cry by reason of their taskmasters; for I know their sorrows;"},{"text":"And I am come down to deliver them out of the hand of the Egyptians, and to bring them up out of that land unto a good land and a large, unto a land flowing with milk and honey; unto the place of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites."},{"text":"Now therefore, behold, the cry of the children of Israel is come unto me: and I have also seen the oppression wherewith the Egyptians oppress them."},{"text":"Come now therefore, and I will send thee unto Pharaoh, that thou mayest bring forth my people the children of Israel out of Egypt."},{"text":"And Moses said unto God, Who am I, that I should go unto Pharaoh, and that I should bring forth the children of Israel out of Egypt?"},{"text":"And he said, Certainly I will be with thee; and this shall be a token unto thee, that I have sent thee: When thou hast brought forth the people out of Egypt, ye shall serve God upon this mountain."},{"text":"And Moses said unto God, Behold, when I come unto the children of Israel, and shall say unto them, The God of your fathers hath sent me unto you; and they shall say to me, What is his name? what shall I say unto them?"},{"text":"And God said unto Moses, I AM THAT I AM: and he said, Thus shalt thou say unto the children of Israel, I AM hath sent me unto you."},{"text":"And God said moreover unto Moses, Thus shalt thou say unto the children of Israel, the LORD God of your fathers, the God of Abraham, the God of Isaac, and the God of Jacob, hath sent me unto you: this is my name for ever, and this is my memorial unto all generations."},{"text":"Go, and gather the elders of Israel together, and say unto them, The LORD God of your fathers, the God of Abraham, of Isaac, and of Jacob, appeared unto me, saying, I have surely visited you, and seen that which is done to you in Egypt:"},{"text":"And I have said, I will bring you up out of the affliction of Egypt unto the land of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites, unto a land flowing with milk and honey."},{"text":"And they shall hearken to thy voice: and thou shalt come, thou and the elders of Israel, unto the king of Egypt, and ye shall say unto him, The LORD God of the Hebrews hath met with us: and now let us go, we beseech thee, three days' journey into the wilderness, that we may sacrifice to the LORD our God."},{"text":"And I am sure that the king of Egypt will not let you go, no, not by a mighty hand."},{"text":"And I will stretch out my hand, and smite Egypt with all my wonders which I will do in the midst thereof: and after that he will let you go."},{"text":"And I will give this people favour in the sight of the Egyptians: and it shall come to pass, that, when ye go, ye shall not go empty."},{"text":"But every woman shall borrow of her neighbour, and of her that sojourneth in her house, jewels of silver, and jewels of gold, and raiment: and ye shall put them upon your sons, and upon your daughters; and ye shall spoil the Egyptians."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":30,"verses":[{"text":"And thou shalt make an altar to burn incense upon: of shittim wood shalt thou make it."},{"text":"A cubit shall be the length thereof, and a cubit the breadth thereof; foursquare shall it be: and two cubits shall be the height thereof: the horns thereof shall be of the same."},{"text":"And thou shalt overlay it with pure gold, the top thereof, and the sides thereof round about, and the horns thereof; and thou shalt make unto it a crown of gold round about."},{"text":"And two golden rings shalt thou make to it under the crown of it, by the two corners thereof, upon the two sides of it shalt thou make it; and they shall be for places for the staves to bear it withal."},{"text":"And thou shalt make the staves of shittim wood, and overlay them with gold."},{"text":"And thou shalt put it before the vail that is by the ark of the testimony, before the mercy seat that is over the testimony, where I will meet with thee."},{"text":"And Aaron shall burn thereon sweet incense every morning: when he dresseth the lamps, he shall burn incense upon it."},{"text":"And when Aaron lighteth the lamps at even, he shall burn incense upon it, a perpetual incense before the LORD throughout your generations."},{"text":"Ye shall offer no strange incense thereon, nor burnt sacrifice, nor meat offering; neither shall ye pour drink offering thereon."},{"text":"And Aaron shall make an atonement upon the horns of it once in a year with the blood of the sin offering of atonements: once in the year shall he make atonement upon it throughout your generations: it is most holy unto the LORD."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"When thou takest the sum of the children of Israel after their number, then shall they give every man a ransom for his soul unto the LORD, when thou numberest them; that there be no plague among them, when thou numberest them."},{"text":"This they shall give, every one that passeth among them that are numbered, half a shekel after the shekel of the sanctuary: (a shekel is twenty gerahs:) an half shekel shall be the offering of the LORD."},{"text":"Every one that passeth among them that are numbered, from twenty years old and above, shall give an offering unto the LORD."},{"text":"The rich shall not give more, and the poor shall not give less than half a shekel, when they give an offering unto the LORD, to make an atonement for your souls."},{"text":"And thou shalt take the atonement money of the children of Israel, and shalt appoint it for the service of the tabernacle of the congregation; that it may be a memorial unto the children of Israel before the LORD, to make an atonement for your souls."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Thou shalt also make a laver of brass, and his foot also of brass, to wash withal: and thou shalt put it between the tabernacle of the congregation and the altar, and thou shalt put water therein."},{"text":"For Aaron and his sons shall wash their hands and their feet thereat:"},{"text":"When they go into the tabernacle of the congregation, they shall wash with water, that they die not; or when they come near to the altar to minister, to burn offering made by fire unto the LORD:"},{"text":"So they shall wash their hands and their feet, that they die not: and it shall be a statute for ever to them, even to him and to his seed throughout their generations."},{"text":"Moreover the LORD spake unto Moses, saying,"},{"text":"Take thou also unto thee principal spices, of pure myrrh five hundred shekels, and of sweet cinnamon half so much, even two hundred and fifty shekels, and of sweet calamus two hundred and fifty shekels,"},{"text":"And of cassia five hundred shekels, after the shekel of the sanctuary, and of oil olive an hin:"},{"text":"And thou shalt make it an oil of holy ointment, an ointment compound after the art of the apothecary: it shall be an holy anointing oil."},{"text":"And thou shalt anoint the tabernacle of the congregation therewith, and the ark of the testimony,"},{"text":"And the table and all his vessels, and the candlestick and his vessels, and the altar of incense,"},{"text":"And the altar of burnt offering with all his vessels, and the laver and his foot."},{"text":"And thou shalt sanctify them, that they may be most holy: whatsoever toucheth them shall be holy."},{"text":"And thou shalt anoint Aaron and his sons, and consecrate them, that they may minister unto me in the priest's office."},{"text":"And thou shalt speak unto the children of Israel, saying, This shall be an holy anointing oil unto me throughout your generations."},{"text":"Upon man's flesh shall it not be poured, neither shall ye make any other like it, after the composition of it: it is holy, and it shall be holy unto you."},{"text":"Whosoever compoundeth any like it, or whosoever putteth any of it upon a stranger, shall even be cut off from his people."},{"text":"And the LORD said unto Moses, Take unto thee sweet spices, stacte, and onycha, and galbanum; these sweet spices with pure frankincense: of each shall there be a like weight:"},{"text":"And thou shalt make it a perfume, a confection after the art of the apothecary, tempered together, pure and holy:"},{"text":"And thou shalt beat some of it very small, and put of it before the testimony in the tabernacle of the congregation, where I will meet with thee: it shall be unto you most holy."},{"text":"And as for the perfume which thou shalt make, ye shall not make to yourselves according to the composition thereof: it shall be unto thee holy for the LORD."},{"text":"Whosoever shall make like unto that, to smell thereto, shall even be cut off from his people."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":31,"verses":[{"text":"And the LORD spake unto Moses, saying,"},{"text":"See, I have called by name Bezaleel the son of Uri, the son of Hur, of the tribe of Judah:"},{"text":"And I have filled him with the spirit of God, in wisdom, and in understanding, and in knowledge, and in all manner of workmanship,"},{"text":"To devise cunning works, to work in gold, and in silver, and in brass,"},{"text":"And in cutting of stones, to set them, and in carving of timber, to work in all manner of workmanship."},{"text":"And I, behold, I have given with him Aholiab, the son of Ahisamach, of the tribe of Dan: and in the hearts of all that are wise hearted I have put wisdom, that they may make all that I have commanded thee;"},{"text":"The tabernacle of the congregation, and the ark of the testimony, and the mercy seat that is thereupon, and all the furniture of the tabernacle,"},{"text":"And the table and his furniture, and the pure candlestick with all his furniture, and the altar of incense,"},{"text":"And the altar of burnt offering with all his furniture, and the laver and his foot,"},{"text":"And the cloths of service, and the holy garments for Aaron the priest, and the garments of his sons, to minister in the priest's office,"},{"text":"And the anointing oil, and sweet incense for the holy place: according to all that I have commanded thee shall they do."},{"text":"And the LORD spake unto Moses, saying,"},{"text":"Speak thou also unto the children of Israel, saying, Verily my sabbaths ye shall keep: for it is a sign between me and you throughout your generations; that ye may know that I am the LORD that doth sanctify you."},{"text":"Ye shall keep the sabbath therefore; for it is holy unto you: every one that defileth it shall surely be put to death: for whosoever doeth any work therein, that soul shall be cut off from among his people."},{"text":"Six days may work be done; but in the seventh is the sabbath of rest, holy to the LORD: whosoever doeth any work in the sabbath day, he shall surely be put to death."},{"text":"Wherefore the children of Israel shall keep the sabbath, to observe the sabbath throughout their generations, for a perpetual covenant."},{"text":"It is a sign between me and the children of Israel for ever: for in six days the LORD made heaven and earth, and on the seventh day he rested, and was refreshed."},{"text":"And he gave unto Moses, when he had made an end of communing with him upon mount Sinai, two tables of testimony, tables of stone, written with the finger of God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":32,"verses":[{"text":"And when the people saw that Moses delayed to come down out of the mount, the people gathered themselves together unto Aaron, and said unto him, Up, make us gods, which shall go before us; for as for this Moses, the man that brought us up out of the land of Egypt, we wot not what is become of him."},{"text":"And Aaron said unto them, Break off the golden earrings, which are in the ears of your wives, of your sons, and of your daughters, and bring them unto me."},{"text":"And all the people brake off the golden earrings which were in their ears, and brought them unto Aaron."},{"text":"And he received them at their hand, and fashioned it with a graving tool, after he had made it a molten calf: and they said, These be thy gods, O Israel, which brought thee up out of the land of Egypt."},{"text":"And when Aaron saw it, he built an altar before it; and Aaron made proclamation, and said, To morrow is a feast to the LORD."},{"text":"And they rose up early on the morrow, and offered burnt offerings, and brought peace offerings; and the people sat down to eat and to drink, and rose up to play."},{"text":"And the LORD said unto Moses, Go, get thee down; for thy people, which thou broughtest out of the land of Egypt, have corrupted themselves:"},{"text":"They have turned aside quickly out of the way which I commanded them: they have made them a molten calf, and have worshipped it, and have sacrificed thereunto, and said, These be thy gods, O Israel, which have brought thee up out of the land of Egypt."},{"text":"And the LORD said unto Moses, I have seen this people, and, behold, it is a stiffnecked people:"},{"text":"Now therefore let me alone, that my wrath may wax hot against them, and that I may consume them: and I will make of thee a great nation."},{"text":"And Moses besought the LORD his God, and said, LORD, why doth thy wrath wax hot against thy people, which thou hast brought forth out of the land of Egypt with great power, and with a mighty hand?"},{"text":"Wherefore should the Egyptians speak, and say, For mischief did he bring them out, to slay them in the mountains, and to consume them from the face of the earth? Turn from thy fierce wrath, and repent of this evil against thy people."},{"text":"Remember Abraham, Isaac, and Israel, thy servants, to whom thou swarest by thine own self, and saidst unto them, I will multiply your seed as the stars of heaven, and all this land that I have spoken of will I give unto your seed, and they shall inherit it for ever."},{"text":"And the LORD repented of the evil which he thought to do unto his people."},{"text":"And Moses turned, and went down from the mount, and the two tables of the testimony were in his hand: the tables were written on both their sides; on the one side and on the other were they written."},{"text":"And the tables were the work of God, and the writing was the writing of God, graven upon the tables."},{"text":"And when Joshua heard the noise of the people as they shouted, he said unto Moses, There is a noise of war in the camp."},{"text":"And he said, It is not the voice of them that shout for mastery, neither is it the voice of them that cry for being overcome: but the noise of them that sing do I hear."},{"text":"And it came to pass, as soon as he came nigh unto the camp, that he saw the calf, and the dancing: and Moses' anger waxed hot, and he cast the tables out of his hands, and brake them beneath the mount."},{"text":"And he took the calf which they had made, and burnt it in the fire, and ground it to powder, and strawed it upon the water, and made the children of Israel drink of it."},{"text":"And Moses said unto Aaron, What did this people unto thee, that thou hast brought so great a sin upon them?"},{"text":"And Aaron said, Let not the anger of my lord wax hot: thou knowest the people, that they are set on mischief."},{"text":"For they said unto me, Make us gods, which shall go before us: for as for this Moses, the man that brought us up out of the land of Egypt, we wot not what is become of him."},{"text":"And I said unto them, Whosoever hath any gold, let them break it off. So they gave it me: then I cast it into the fire, and there came out this calf."},{"text":"And when Moses saw that the people were naked; (for Aaron had made them naked unto their shame among their enemies:)"},{"text":"Then Moses stood in the gate of the camp, and said, Who is on the LORD's side? let him come unto me. And all the sons of Levi gathered themselves together unto him."},{"text":"And he said unto them, Thus saith the LORD God of Israel, Put every man his sword by his side, and go in and out from gate to gate throughout the camp, and slay every man his brother, and every man his companion, and every man his neighbour."},{"text":"And the children of Levi did according to the word of Moses: and there fell of the people that day about three thousand men."},{"text":"For Moses had said, Consecrate yourselves today to the LORD, even every man upon his son, and upon his brother; that he may bestow upon you a blessing this day."},{"text":"And it came to pass on the morrow, that Moses said unto the people, Ye have sinned a great sin: and now I will go up unto the LORD; peradventure I shall make an atonement for your sin."},{"text":"And Moses returned unto the LORD, and said, Oh, this people have sinned a great sin, and have made them gods of gold."},{"text":"Yet now, if thou wilt forgive their sin--; and if not, blot me, I pray thee, out of thy book which thou hast written."},{"text":"And the LORD said unto Moses, Whosoever hath sinned against me, him will I blot out of my book."},{"text":"Therefore now go, lead the people unto the place of which I have spoken unto thee: behold, mine Angel shall go before thee: nevertheless in the day when I visit I will visit their sin upon them."},{"text":"And the LORD plagued the people, because they made the calf, which Aaron made."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":33,"verses":[{"text":"And the LORD said unto Moses, Depart, and go up hence, thou and the people which thou hast brought up out of the land of Egypt, unto the land which I sware unto Abraham, to Isaac, and to Jacob, saying, Unto thy seed will I give it:"},{"text":"And I will send an angel before thee; and I will drive out the Canaanite, the Amorite, and the Hittite, and the Perizzite, the Hivite, and the Jebusite:"},{"text":"Unto a land flowing with milk and honey: for I will not go up in the midst of thee; for thou art a stiffnecked people: lest I consume thee in the way."},{"text":"And when the people heard these evil tidings, they mourned: and no man did put on him his ornaments."},{"text":"For the LORD had said unto Moses, Say unto the children of Israel, Ye are a stiffnecked people: I will come up into the midst of thee in a moment, and consume thee: therefore now put off thy ornaments from thee, that I may know what to do unto thee."},{"text":"And the children of Israel stripped themselves of their ornaments by the mount Horeb."},{"text":"And Moses took the tabernacle, and pitched it without the camp, afar off from the camp, and called it the Tabernacle of the congregation. And it came to pass, that every one which sought the LORD went out unto the tabernacle of the congregation, which was without the camp."},{"text":"And it came to pass, when Moses went out unto the tabernacle, that all the people rose up, and stood every man at his tent door, and looked after Moses, until he was gone into the tabernacle."},{"text":"And it came to pass, as Moses entered into the tabernacle, the cloudy pillar descended, and stood at the door of the tabernacle, and the Lord talked with Moses."},{"text":"And all the people saw the cloudy pillar stand at the tabernacle door: and all the people rose up and worshipped, every man in his tent door."},{"text":"And the LORD spake unto Moses face to face, as a man speaketh unto his friend. And he turned again into the camp: but his servant Joshua, the son of Nun, a young man, departed not out of the tabernacle."},{"text":"And Moses said unto the LORD, See, thou sayest unto me, Bring up this people: and thou hast not let me know whom thou wilt send with me. Yet thou hast said, I know thee by name, and thou hast also found grace in my sight."},{"text":"Now therefore, I pray thee, if I have found grace in thy sight, shew me now thy way, that I may know thee, that I may find grace in thy sight: and consider that this nation is thy people."},{"text":"And he said, My presence shall go with thee, and I will give thee rest."},{"text":"And he said unto him, If thy presence go not with me, carry us not up hence."},{"text":"For wherein shall it be known here that I and thy people have found grace in thy sight? is it not in that thou goest with us? so shall we be separated, I and thy people, from all the people that are upon the face of the earth."},{"text":"And the LORD said unto Moses, I will do this thing also that thou hast spoken: for thou hast found grace in my sight, and I know thee by name."},{"text":"And he said, I beseech thee, shew me thy glory."},{"text":"And he said, I will make all my goodness pass before thee, and I will proclaim the name of the LORD before thee; and will be gracious to whom I will be gracious, and will shew mercy on whom I will shew mercy."},{"text":"And he said, Thou canst not see my face: for there shall no man see me, and live."},{"text":"And the LORD said, Behold, there is a place by me, and thou shalt stand upon a rock:"},{"text":"And it shall come to pass, while my glory passeth by, that I will put thee in a clift of the rock, and will cover thee with my hand while I pass by:"},{"text":"And I will take away mine hand, and thou shalt see my back parts: but my face shall not be seen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":34,"verses":[{"text":"And the LORD said unto Moses, Hew thee two tables of stone like unto the first: and I will write upon these tables the words that were in the first tables, which thou brakest."},{"text":"And be ready in the morning, and come up in the morning unto mount Sinai, and present thyself there to me in the top of the mount."},{"text":"And no man shall come up with thee, neither let any man be seen throughout all the mount; neither let the flocks nor herds feed before that mount."},{"text":"And he hewed two tables of stone like unto the first; and Moses rose up early in the morning, and went up unto mount Sinai, as the LORD had commanded him, and took in his hand the two tables of stone."},{"text":"And the LORD descended in the cloud, and stood with him there, and proclaimed the name of the LORD."},{"text":"And the LORD passed by before him, and proclaimed, The LORD, The LORD God, merciful and gracious, longsuffering, and abundant in goodness and truth,"},{"text":"Keeping mercy for thousands, forgiving iniquity and transgression and sin, and that will by no means clear the guilty; visiting the iniquity of the fathers upon the children, and upon the children's children, unto the third and to the fourth generation."},{"text":"And Moses made haste, and bowed his head toward the earth, and worshipped."},{"text":"And he said, If now I have found grace in thy sight, O LORD, let my LORD, I pray thee, go among us; for it is a stiffnecked people; and pardon our iniquity and our sin, and take us for thine inheritance."},{"text":"And he said, Behold, I make a covenant: before all thy people I will do marvels, such as have not been done in all the earth, nor in any nation: and all the people among which thou art shall see the work of the LORD: for it is a terrible thing that I will do with thee."},{"text":"Observe thou that which I command thee this day: behold, I drive out before thee the Amorite, and the Canaanite, and the Hittite, and the Perizzite, and the Hivite, and the Jebusite."},{"text":"Take heed to thyself, lest thou make a covenant with the inhabitants of the land whither thou goest, lest it be for a snare in the midst of thee:"},{"text":"But ye shall destroy their altars, break their images, and cut down their groves:"},{"text":"For thou shalt worship no other god: for the LORD, whose name is Jealous, is a jealous God:"},{"text":"Lest thou make a covenant with the inhabitants of the land, and they go a whoring after their gods, and do sacrifice unto their gods, and one call thee, and thou eat of his sacrifice;"},{"text":"And thou take of their daughters unto thy sons, and their daughters go a whoring after their gods, and make thy sons go a whoring after their gods."},{"text":"Thou shalt make thee no molten gods."},{"text":"The feast of unleavened bread shalt thou keep. Seven days thou shalt eat unleavened bread, as I commanded thee, in the time of the month Abib: for in the month Abib thou camest out from Egypt."},{"text":"All that openeth the matrix is mine; and every firstling among thy cattle, whether ox or sheep, that is male."},{"text":"But the firstling of an ass thou shalt redeem with a lamb: and if thou redeem him not, then shalt thou break his neck. All the firstborn of thy sons thou shalt redeem. And none shall appear before me empty."},{"text":"Six days thou shalt work, but on the seventh day thou shalt rest: in earing time and in harvest thou shalt rest."},{"text":"And thou shalt observe the feast of weeks, of the firstfruits of wheat harvest, and the feast of ingathering at the year's end."},{"text":"Thrice in the year shall all your menchildren appear before the LORD God, the God of Israel."},{"text":"For I will cast out the nations before thee, and enlarge thy borders: neither shall any man desire thy land, when thou shalt go up to appear before the LORD thy God thrice in the year."},{"text":"Thou shalt not offer the blood of my sacrifice with leaven; neither shall the sacrifice of the feast of the passover be left unto the morning."},{"text":"The first of the firstfruits of thy land thou shalt bring unto the house of the LORD thy God. Thou shalt not seethe a kid in his mother's milk."},{"text":"And the LORD said unto Moses, Write thou these words: for after the tenor of these words I have made a covenant with thee and with Israel."},{"text":"And he was there with the LORD forty days and forty nights; he did neither eat bread, nor drink water. And he wrote upon the tables the words of the covenant, the ten commandments."},{"text":"And it came to pass, when Moses came down from mount Sinai with the two tables of testimony in Moses' hand, when he came down from the mount, that Moses wist not that the skin of his face shone while he talked with him."},{"text":"And when Aaron and all the children of Israel saw Moses, behold, the skin of his face shone; and they were afraid to come nigh him."},{"text":"And Moses called unto them; and Aaron and all the rulers of the congregation returned unto him: and Moses talked with them."},{"text":"And afterward all the children of Israel came nigh: and he gave them in commandment all that the LORD had spoken with him in mount Sinai."},{"text":"And till Moses had done speaking with them, he put a vail on his face."},{"text":"But when Moses went in before the LORD to speak with him, he took the vail off, until he came out. And he came out, and spake unto the children of Israel that which he was commanded."},{"text":"And the children of Israel saw the face of Moses, that the skin of Moses' face shone: and Moses put the vail upon his face again, until he went in to speak with him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":35,"verses":[{"text":"And Moses gathered all the congregation of the children of Israel together, and said unto them, These are the words which the LORD hath commanded, that ye should do them."},{"text":"Six days shall work be done, but on the seventh day there shall be to you an holy day, a sabbath of rest to the LORD: whosoever doeth work therein shall be put to death."},{"text":"Ye shall kindle no fire throughout your habitations upon the sabbath day."},{"text":"And Moses spake unto all the congregation of the children of Israel, saying, This is the thing which the LORD commanded, saying,"},{"text":"Take ye from among you an offering unto the LORD: whosoever is of a willing heart, let him bring it, an offering of the LORD; gold, and silver, and brass,"},{"text":"And blue, and purple, and scarlet, and fine linen, and goats' hair,"},{"text":"And rams' skins dyed red, and badgers' skins, and shittim wood,"},{"text":"And oil for the light, and spices for anointing oil, and for the sweet incense,"},{"text":"And onyx stones, and stones to be set for the ephod, and for the breastplate."},{"text":"And every wise hearted among you shall come, and make all that the LORD hath commanded;"},{"text":"The tabernacle, his tent, and his covering, his taches, and his boards, his bars, his pillars, and his sockets,"},{"text":"The ark, and the staves thereof, with the mercy seat, and the vail of the covering,"},{"text":"The table, and his staves, and all his vessels, and the shewbread,"},{"text":"The candlestick also for the light, and his furniture, and his lamps, with the oil for the light,"},{"text":"And the incense altar, and his staves, and the anointing oil, and the sweet incense, and the hanging for the door at the entering in of the tabernacle,"},{"text":"The altar of burnt offering, with his brasen grate, his staves, and all his vessels, the laver and his foot,"},{"text":"The hangings of the court, his pillars, and their sockets, and the hanging for the door of the court,"},{"text":"The pins of the tabernacle, and the pins of the court, and their cords,"},{"text":"The cloths of service, to do service in the holy place, the holy garments for Aaron the priest, and the garments of his sons, to minister in the priest's office."},{"text":"And all the congregation of the children of Israel departed from the presence of Moses."},{"text":"And they came, every one whose heart stirred him up, and every one whom his spirit made willing, and they brought the LORD's offering to the work of the tabernacle of the congregation, and for all his service, and for the holy garments."},{"text":"And they came, both men and women, as many as were willing hearted, and brought bracelets, and earrings, and rings, and tablets, all jewels of gold: and every man that offered offered an offering of gold unto the LORD."},{"text":"And every man, with whom was found blue, and purple, and scarlet, and fine linen, and goats' hair, and red skins of rams, and badgers' skins, brought them."},{"text":"Every one that did offer an offering of silver and brass brought the LORD's offering: and every man, with whom was found shittim wood for any work of the service, brought it."},{"text":"And all the women that were wise hearted did spin with their hands, and brought that which they had spun, both of blue, and of purple, and of scarlet, and of fine linen."},{"text":"And all the women whose heart stirred them up in wisdom spun goats' hair."},{"text":"And the rulers brought onyx stones, and stones to be set, for the ephod, and for the breastplate;"},{"text":"And spice, and oil for the light, and for the anointing oil, and for the sweet incense."},{"text":"The children of Israel brought a willing offering unto the LORD, every man and woman, whose heart made them willing to bring for all manner of work, which the LORD had commanded to be made by the hand of Moses."},{"text":"And Moses said unto the children of Israel, See, the LORD hath called by name Bezaleel the son of Uri, the son of Hur, of the tribe of Judah;"},{"text":"And he hath filled him with the spirit of God, in wisdom, in understanding, and in knowledge, and in all manner of workmanship;"},{"text":"And to devise curious works, to work in gold, and in silver, and in brass,"},{"text":"And in the cutting of stones, to set them, and in carving of wood, to make any manner of cunning work."},{"text":"And he hath put in his heart that he may teach, both he, and Aholiab, the son of Ahisamach, of the tribe of Dan."},{"text":"Them hath he filled with wisdom of heart, to work all manner of work, of the engraver, and of the cunning workman, and of the embroiderer, in blue, and in purple, in scarlet, and in fine linen, and of the weaver, even of them that do any work, and of those that devise cunning work."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":36,"verses":[{"text":"Then wrought Bezaleel and Aholiab, and every wise hearted man, in whom the LORD put wisdom and understanding to know how to work all manner of work for the service of the sanctuary, according to all that the LORD had commanded."},{"text":"And Moses called Bezaleel and Aholiab, and every wise hearted man, in whose heart the LORD had put wisdom, even every one whose heart stirred him up to come unto the work to do it:"},{"text":"And they received of Moses all the offering, which the children of Israel had brought for the work of the service of the sanctuary, to make it withal. And they brought yet unto him free offerings every morning."},{"text":"And all the wise men, that wrought all the work of the sanctuary, came every man from his work which they made;"},{"text":"And they spake unto Moses, saying, The people bring much more than enough for the service of the work, which the LORD commanded to make."},{"text":"And Moses gave commandment, and they caused it to be proclaimed throughout the camp, saying, Let neither man nor woman make any more work for the offering of the sanctuary. So the people were restrained from bringing."},{"text":"For the stuff they had was sufficient for all the work to make it, and too much."},{"text":"And every wise hearted man among them that wrought the work of the tabernacle made ten curtains of fine twined linen, and blue, and purple, and scarlet: with cherubims of cunning work made he them."},{"text":"The length of one curtain was twenty and eight cubits, and the breadth of one curtain four cubits: the curtains were all of one size."},{"text":"And he coupled the five curtains one unto another: and the other five curtains he coupled one unto another."},{"text":"And he made loops of blue on the edge of one curtain from the selvedge in the coupling: likewise he made in the uttermost side of another curtain, in the coupling of the second."},{"text":"Fifty loops made he in one curtain, and fifty loops made he in the edge of the curtain which was in the coupling of the second: the loops held one curtain to another."},{"text":"And he made fifty taches of gold, and coupled the curtains one unto another with the taches: so it became one tabernacle."},{"text":"And he made curtains of goats' hair for the tent over the tabernacle: eleven curtains he made them."},{"text":"The length of one curtain was thirty cubits, and four cubits was the breadth of one curtain: the eleven curtains were of one size."},{"text":"And he coupled five curtains by themselves, and six curtains by themselves."},{"text":"And he made fifty loops upon the uttermost edge of the curtain in the coupling, and fifty loops made he upon the edge of the curtain which coupleth the second."},{"text":"And he made fifty taches of brass to couple the tent together, that it might be one."},{"text":"And he made a covering for the tent of rams' skins dyed red, and a covering of badgers' skins above that."},{"text":"And he made boards for the tabernacle of shittim wood, standing up."},{"text":"The length of a board was ten cubits, and the breadth of a board one cubit and a half."},{"text":"One board had two tenons, equally distant one from another: thus did he make for all the boards of the tabernacle."},{"text":"And he made boards for the tabernacle; twenty boards for the south side southward:"},{"text":"And forty sockets of silver he made under the twenty boards; two sockets under one board for his two tenons, and two sockets under another board for his two tenons."},{"text":"And for the other side of the tabernacle, which is toward the north corner, he made twenty boards,"},{"text":"And their forty sockets of silver; two sockets under one board, and two sockets under another board."},{"text":"And for the sides of the tabernacle westward he made six boards."},{"text":"And two boards made he for the corners of the tabernacle in the two sides."},{"text":"And they were coupled beneath, and coupled together at the head thereof, to one ring: thus he did to both of them in both the corners."},{"text":"And there were eight boards; and their sockets were sixteen sockets of silver, under every board two sockets."},{"text":"And he made bars of shittim wood; five for the boards of the one side of the tabernacle,"},{"text":"And five bars for the boards of the other side of the tabernacle, and five bars for the boards of the tabernacle for the sides westward."},{"text":"And he made the middle bar to shoot through the boards from the one end to the other."},{"text":"And he overlaid the boards with gold, and made their rings of gold to be places for the bars, and overlaid the bars with gold."},{"text":"And he made a vail of blue, and purple, and scarlet, and fine twined linen: with cherubims made he it of cunning work."},{"text":"And he made thereunto four pillars of shittim wood, and overlaid them with gold: their hooks were of gold; and he cast for them four sockets of silver."},{"text":"And he made an hanging for the tabernacle door of blue, and purple, and scarlet, and fine twined linen, of needlework;"},{"text":"And the five pillars of it with their hooks: and he overlaid their chapiters and their fillets with gold: but their five sockets were of brass."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":37,"verses":[{"text":"And Bezaleel made the ark of shittim wood: two cubits and a half was the length of it, and a cubit and a half the breadth of it, and a cubit and a half the height of it:"},{"text":"And he overlaid it with pure gold within and without, and made a crown of gold to it round about."},{"text":"And he cast for it four rings of gold, to be set by the four corners of it; even two rings upon the one side of it, and two rings upon the other side of it."},{"text":"And he made staves of shittim wood, and overlaid them with gold."},{"text":"And he put the staves into the rings by the sides of the ark, to bear the ark."},{"text":"And he made the mercy seat of pure gold: two cubits and a half was the length thereof, and one cubit and a half the breadth thereof."},{"text":"And he made two cherubims of gold, beaten out of one piece made he them, on the two ends of the mercy seat;"},{"text":"One cherub on the end on this side, and another cherub on the other end on that side: out of the mercy seat made he the cherubims on the two ends thereof."},{"text":"And the cherubims spread out their wings on high, and covered with their wings over the mercy seat, with their faces one to another; even to the mercy seatward were the faces of the cherubims."},{"text":"And he made the table of shittim wood: two cubits was the length thereof, and a cubit the breadth thereof, and a cubit and a half the height thereof:"},{"text":"And he overlaid it with pure gold, and made thereunto a crown of gold round about."},{"text":"Also he made thereunto a border of an handbreadth round about; and made a crown of gold for the border thereof round about."},{"text":"And he cast for it four rings of gold, and put the rings upon the four corners that were in the four feet thereof."},{"text":"Over against the border were the rings, the places for the staves to bear the table."},{"text":"And he made the staves of shittim wood, and overlaid them with gold, to bear the table."},{"text":"And he made the vessels which were upon the table, his dishes, and his spoons, and his bowls, and his covers to cover withal, of pure gold."},{"text":"And he made the candlestick of pure gold: of beaten work made he the candlestick; his shaft, and his branch, his bowls, his knops, and his flowers, were of the same:"},{"text":"And six branches going out of the sides thereof; three branches of the candlestick out of the one side thereof, and three branches of the candlestick out of the other side thereof:"},{"text":"Three bowls made after the fashion of almonds in one branch, a knop and a flower; and three bowls made like almonds in another branch, a knop and a flower: so throughout the six branches going out of the candlestick."},{"text":"And in the candlestick were four bowls made like almonds, his knops, and his flowers:"},{"text":"And a knop under two branches of the same, and a knop under two branches of the same, and a knop under two branches of the same, according to the six branches going out of it."},{"text":"Their knops and their branches were of the same: all of it was one beaten work of pure gold."},{"text":"And he made his seven lamps, and his snuffers, and his snuffdishes, of pure gold."},{"text":"Of a talent of pure gold made he it, and all the vessels thereof."},{"text":"And he made the incense altar of shittim wood: the length of it was a cubit, and the breadth of it a cubit; it was foursquare; and two cubits was the height of it; the horns thereof were of the same."},{"text":"And he overlaid it with pure gold, both the top of it, and the sides thereof round about, and the horns of it: also he made unto it a crown of gold round about."},{"text":"And he made two rings of gold for it under the crown thereof, by the two corners of it, upon the two sides thereof, to be places for the staves to bear it withal."},{"text":"And he made the staves of shittim wood, and overlaid them with gold."},{"text":"And he made the holy anointing oil, and the pure incense of sweet spices, according to the work of the apothecary."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":38,"verses":[{"text":"And he made the altar of burnt offering of shittim wood: five cubits was the length thereof, and five cubits the breadth thereof; it was foursquare; and three cubits the height thereof."},{"text":"And he made the horns thereof on the four corners of it; the horns thereof were of the same: and he overlaid it with brass."},{"text":"And he made all the vessels of the altar, the pots, and the shovels, and the basons, and the fleshhooks, and the firepans: all the vessels thereof made he of brass."},{"text":"And he made for the altar a brasen grate of network under the compass thereof beneath unto the midst of it."},{"text":"And he cast four rings for the four ends of the grate of brass, to be places for the staves."},{"text":"And he made the staves of shittim wood, and overlaid them with brass."},{"text":"And he put the staves into the rings on the sides of the altar, to bear it withal; he made the altar hollow with boards."},{"text":"And he made the laver of brass, and the foot of it of brass, of the lookingglasses of the women assembling, which assembled at the door of the tabernacle of the congregation."},{"text":"And he made the court: on the south side southward the hangings of the court were of fine twined linen, an hundred cubits:"},{"text":"Their pillars were twenty, and their brasen sockets twenty; the hooks of the pillars and their fillets were of silver."},{"text":"And for the north side the hangings were an hundred cubits, their pillars were twenty, and their sockets of brass twenty; the hooks of the pillars and their fillets of silver."},{"text":"And for the west side were hangings of fifty cubits, their pillars ten, and their sockets ten; the hooks of the pillars and their fillets of silver."},{"text":"And for the east side eastward fifty cubits."},{"text":"The hangings of the one side of the gate were fifteen cubits; their pillars three, and their sockets three."},{"text":"And for the other side of the court gate, on this hand and that hand, were hangings of fifteen cubits; their pillars three, and their sockets three."},{"text":"All the hangings of the court round about were of fine twined linen."},{"text":"And the sockets for the pillars were of brass; the hooks of the pillars and their fillets of silver; and the overlaying of their chapiters of silver; and all the pillars of the court were filleted with silver."},{"text":"And the hanging for the gate of the court was needlework, of blue, and purple, and scarlet, and fine twined linen: and twenty cubits was the length, and the height in the breadth was five cubits, answerable to the hangings of the court."},{"text":"And their pillars were four, and their sockets of brass four; their hooks of silver, and the overlaying of their chapiters and their fillets of silver."},{"text":"And all the pins of the tabernacle, and of the court round about, were of brass."},{"text":"This is the sum of the tabernacle, even of the tabernacle of testimony, as it was counted, according to the commandment of Moses, for the service of the Levites, by the hand of Ithamar, son to Aaron the priest."},{"text":"And Bezaleel the son Uri, the son of Hur, of the tribe of Judah, made all that the LORD commanded Moses."},{"text":"And with him was Aholiab, son of Ahisamach, of the tribe of Dan, an engraver, and a cunning workman, and an embroiderer in blue, and in purple, and in scarlet, and fine linen."},{"text":"All the gold that was occupied for the work in all the work of the holy place, even the gold of the offering, was twenty and nine talents, and seven hundred and thirty shekels, after the shekel of the sanctuary."},{"text":"And the silver of them that were numbered of the congregation was an hundred talents, and a thousand seven hundred and threescore and fifteen shekels, after the shekel of the sanctuary:"},{"text":"A bekah for every man, that is, half a shekel, after the shekel of the sanctuary, for every one that went to be numbered, from twenty years old and upward, for six hundred thousand and three thousand and five hundred and fifty men."},{"text":"And of the hundred talents of silver were cast the sockets of the sanctuary, and the sockets of the vail; an hundred sockets of the hundred talents, a talent for a socket."},{"text":"And of the thousand seven hundred seventy and five shekels he made hooks for the pillars, and overlaid their chapiters, and filleted them."},{"text":"And the brass of the offering was seventy talents, and two thousand and four hundred shekels."},{"text":"And therewith he made the sockets to the door of the tabernacle of the congregation, and the brasen altar, and the brasen grate for it, and all the vessels of the altar,"},{"text":"And the sockets of the court round about, and the sockets of the court gate, and all the pins of the tabernacle, and all the pins of the court round about."}]}
|