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":65,"verses":[{"text":"I am sought of them that asked not for me; I am found of them that sought me not: I said, Behold me, behold me, unto a nation that was not called by my name."},{"text":"I have spread out my hands all the day unto a rebellious people, which walketh in a way that was not good, after their own thoughts;"},{"text":"A people that provoketh me to anger continually to my face; that sacrificeth in gardens, and burneth incense upon altars of brick;"},{"text":"Which remain among the graves, and lodge in the monuments, which eat swine's flesh, and broth of abominable things is in their vessels;"},{"text":"Which say, Stand by thyself, come not near to me; for I am holier than thou. These are a smoke in my nose, a fire that burneth all the day."},{"text":"Behold, it is written before me: I will not keep silence, but will recompense, even recompense into their bosom,"},{"text":"Your iniquities, and the iniquities of your fathers together, saith the LORD, which have burned incense upon the mountains, and blasphemed me upon the hills: therefore will I measure their former work into their bosom."},{"text":"Thus saith the LORD, As the new wine is found in the cluster, and one saith, Destroy it not; for a blessing is in it: so will I do for my servants' sakes, that I may not destroy them all."},{"text":"And I will bring forth a seed out of Jacob, and out of Judah an inheritor of my mountains: and mine elect shall inherit it, and my servants shall dwell there."},{"text":"And Sharon shall be a fold of flocks, and the valley of Achor a place for the herds to lie down in, for my people that have sought me."},{"text":"But ye are they that forsake the LORD, that forget my holy mountain, that prepare a table for that troop, and that furnish the drink offering unto that number."},{"text":"Therefore will I number you to the sword, and ye shall all bow down to the slaughter: because when I called, ye did not answer; when I spake, ye did not hear; but did evil before mine eyes, and did choose that wherein I delighted not."},{"text":"Therefore thus saith the Lord GOD, Behold, my servants shall eat, but ye shall be hungry: behold, my servants shall drink, but ye shall be thirsty: behold, my servants shall rejoice, but ye shall be ashamed:"},{"text":"Behold, my servants shall sing for joy of heart, but ye shall cry for sorrow of heart, and shall howl for vexation of spirit."},{"text":"And ye shall leave your name for a curse unto my chosen: for the Lord GOD shall slay thee, and call his servants by another name:"},{"text":"That he who blesseth himself in the earth shall bless himself in the God of truth; and he that sweareth in the earth shall swear by the God of truth; because the former troubles are forgotten, and because they are hid from mine eyes."},{"text":"For, behold, I create new heavens and a new earth: and the former shall not be remembered, nor come into mind."},{"text":"But be ye glad and rejoice for ever in that which I create: for, behold, I create Jerusalem a rejoicing, and her people a joy."},{"text":"And I will rejoice in Jerusalem, and joy in my people: and the voice of weeping shall be no more heard in her, nor the voice of crying."},{"text":"There shall be no more thence an infant of days, nor an old man that hath not filled his days: for the child shall die an hundred years old; but the sinner being an hundred years old shall be accursed."},{"text":"And they shall build houses, and inhabit them; and they shall plant vineyards, and eat the fruit of them."},{"text":"They shall not build, and another inhabit; they shall not plant, and another eat: for as the days of a tree are the days of my people, and mine elect shall long enjoy the work of their hands."},{"text":"They shall not labour in vain, nor bring forth for trouble; for they are the seed of the blessed of the LORD, and their offspring with them."},{"text":"And it shall come to pass, that before they call, I will answer; and while they are yet speaking, I will hear."},{"text":"The wolf and the lamb shall feed together, and the lion shall eat straw like the bullock: and dust shall be the serpent's meat. They shall not hurt nor destroy in all my holy mountain, saith the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":66,"verses":[{"text":"Thus saith the LORD, The heaven is my throne, and the earth is my footstool: where is the house that ye build unto me? and where is the place of my rest?"},{"text":"For all those things hath mine hand made, and all those things have been, saith the LORD: but to this man will I look, even to him that is poor and of a contrite spirit, and trembleth at my word."},{"text":"He that killeth an ox is as if he slew a man; he that sacrificeth a lamb, as if he cut off a dog's neck; he that offereth an oblation, as if he offered swine's blood; he that burneth incense, as if he blessed an idol."},{"text":"I also will choose their delusions, and will bring their fears upon them; because when I called, none did answer; when I spake, they did not hear: but they did evil before mine eyes, and chose that in which I delighted not."},{"text":"Hear the word of the LORD, ye that tremble at his word; Your brethren that hated you, that cast you out for my name's sake, said, Let the LORD be glorified: but he shall appear to your joy, and they shall be ashamed."},{"text":"A voice of noise from the city, a voice from the temple, a voice of the LORD that rendereth recompence to his enemies."},{"text":"Before she travailed, she brought forth; before her pain came, she was delivered of a man child."},{"text":"Who hath heard such a thing? who hath seen such things? Shall the earth be made to bring forth in one day? or shall a nation be born at once? for as soon as Zion travailed, she brought forth her children."},{"text":"Shall I bring to the birth, and not cause to bring forth? saith the LORD: shall I cause to bring forth, and shut the womb? saith thy God."},{"text":"Rejoice ye with Jerusalem, and be glad with her, all ye that love her: rejoice for joy with her, all ye that mourn for her:"},{"text":"That ye may suck, and be satisfied with the breasts of her consolations; that ye may milk out, and be delighted with the abundance of her glory."},{"text":"For thus saith the LORD, Behold, I will extend peace to her like a river, and the glory of the Gentiles like a flowing stream: then shall ye suck, ye shall be borne upon her sides, and be dandled upon her knees."},{"text":"As one whom his mother comforteth, so will I comfort you; and ye shall be comforted in Jerusalem."},{"text":"And when ye see this, your heart shall rejoice, and your bones shall flourish like an herb: and the hand of the LORD shall be known toward his servants, and his indignation toward his enemies."},{"text":"For, behold, the LORD will come with fire, and with his chariots like a whirlwind, to render his anger with fury, and his rebuke with flames of fire."},{"text":"For by fire and by his sword will the LORD plead with all flesh: and the slain of the LORD shall be many."},{"text":"They that sanctify themselves, and purify themselves in the gardens behind one tree in the midst, eating swine's flesh, and the abomination, and the mouse, shall be consumed together, saith the LORD."},{"text":"For I know their works and their thoughts: it shall come, that I will gather all nations and tongues; and they shall come, and see my glory."},{"text":"And I will set a sign among them, and I will send those that escape of them unto the nations, to Tarshish, Pul, and Lud, that draw the bow, to Tubal, and Javan, to the isles afar off, that have not heard my fame, neither have seen my glory; and they shall declare my glory among the Gentiles."},{"text":"And they shall bring all your brethren for an offering unto the LORD out of all nations upon horses, and in chariots, and in litters, and upon mules, and upon swift beasts, to my holy mountain Jerusalem, saith the LORD, as the children of Israel bring an offering in a clean vessel into the house of the LORD."},{"text":"And I will also take of them for priests and for Levites, saith the LORD."},{"text":"For as the new heavens and the new earth, which I will make, shall remain before me, saith the LORD, so shall your seed and your name remain."},{"text":"And it shall come to pass, that from one new moon to another, and from one sabbath to another, shall all flesh come to worship before me, saith the LORD."},{"text":"And they shall go forth, and look upon the carcases of the men that have transgressed against me: for their worm shall not die, neither shall their fire be quenched; and they shall be an abhorring unto all flesh."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"And it came to pass in the days of Ahaz the son of Jotham, the son of Uzziah, king of Judah, that Rezin the king of Syria, and Pekah the son of Remaliah, king of Israel, went up toward Jerusalem to war against it, but could not prevail against it."},{"text":"And it was told the house of David, saying, Syria is confederate with Ephraim. And his heart was moved, and the heart of his people, as the trees of the wood are moved with the wind."},{"text":"Then said the LORD unto Isaiah, Go forth now to meet Ahaz, thou, and Shearjashub thy son, at the end of the conduit of the upper pool in the highway of the fuller's field;"},{"text":"And say unto him, Take heed, and be quiet; fear not, neither be fainthearted for the two tails of these smoking firebrands, for the fierce anger of Rezin with Syria, and of the son of Remaliah."},{"text":"Because Syria, Ephraim, and the son of Remaliah, have taken evil counsel against thee, saying,"},{"text":"Let us go up against Judah, and vex it, and let us make a breach therein for us, and set a king in the midst of it, even the son of Tabeal:"},{"text":"Thus saith the Lord GOD, It shall not stand, neither shall it come to pass."},{"text":"For the head of Syria is Damascus, and the head of Damascus is Rezin; and within threescore and five years shall Ephraim be broken, that it be not a people."},{"text":"And the head of Ephraim is Samaria, and the head of Samaria is Remaliah's son. If ye will not believe, surely ye shall not be established."},{"text":"Moreover the LORD spake again unto Ahaz, saying,"},{"text":"Ask thee a sign of the LORD thy God; ask it either in the depth, or in the height above."},{"text":"But Ahaz said, I will not ask, neither will I tempt the LORD."},{"text":"And he said, Hear ye now, O house of David; Is it a small thing for you to weary men, but will ye weary my God also?"},{"text":"Therefore the Lord himself shall give you a sign; Behold, a virgin shall conceive, and bear a son, and shall call his name Immanuel."},{"text":"Butter and honey shall he eat, that he may know to refuse the evil, and choose the good."},{"text":"For before the child shall know to refuse the evil, and choose the good, the land that thou abhorrest shall be forsaken of both her kings."},{"text":"The LORD shall bring upon thee, and upon thy people, and upon thy father's house, days that have not come, from the day that Ephraim departed from Judah; even the king of Assyria."},{"text":"And it shall come to pass in that day, that the LORD shall hiss for the fly that is in the uttermost part of the rivers of Egypt, and for the bee that is in the land of Assyria."},{"text":"And they shall come, and shall rest all of them in the desolate valleys, and in the holes of the rocks, and upon all thorns, and upon all bushes."},{"text":"In the same day shall the Lord shave with a razor that is hired, namely, by them beyond the river, by the king of Assyria, the head, and the hair of the feet: and it shall also consume the beard."},{"text":"And it shall come to pass in that day, that a man shall nourish a young cow, and two sheep;"},{"text":"And it shall come to pass, for the abundance of milk that they shall give he shall eat butter: for butter and honey shall every one eat that is left in the land."},{"text":"And it shall come to pass in that day, that every place shall be, where there were a thousand vines at a thousand silverlings, it shall even be for briers and thorns."},{"text":"With arrows and with bows shall men come thither; because all the land shall become briers and thorns."},{"text":"And on all hills that shall be digged with the mattock, there shall not come thither the fear of briers and thorns: but it shall be for the sending forth of oxen, and for the treading of lesser cattle."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"Moreover the LORD said unto me, Take thee a great roll, and write in it with a man's pen concerning Mahershalalhashbaz."},{"text":"And I took unto me faithful witnesses to record, Uriah the priest, and Zechariah the son of Jeberechiah."},{"text":"And I went unto the prophetess; and she conceived, and bare a son."},{"text":"For before the child shall have knowledge to cry, My father, and my mother, the riches of Damascus and the spoil of Samaria shall be taken away before the king of Assyria."},{"text":"The LORD spake also unto me again, saying,"},{"text":"Forasmuch as this people refuseth the waters of Shiloah that go softly, and rejoice in Rezin and Remaliah's son;"},{"text":"Now therefore, behold, the Lord bringeth up upon them the waters of the river, strong and many, even the king of Assyria, and all his glory: and he shall come up over all his channels, and go over all his banks:"},{"text":"And he shall pass through Judah; he shall overflow and go over, he shall reach even to the neck; and the stretching out of his wings shall fill the breadth of thy land, O Immanuel."},{"text":"Associate yourselves, O ye people, and ye shall be broken in pieces; and give ear, all ye of far countries: gird yourselves, and ye shall be broken in pieces; gird yourselves, and ye shall be broken in pieces."},{"text":"Take counsel together, and it shall come to nought; speak the word, and it shall not stand: for God is with us."},{"text":"For the LORD spake thus to me with a strong hand, and instructed me that I should not walk in the way of this people, saying,"},{"text":"Say ye not, A confederacy, to all them to whom this people shall say, A confederacy; neither fear ye their fear, nor be afraid."},{"text":"Sanctify the LORD of hosts himself; and let him be your fear, and let him be your dread."},{"text":"And he shall be for a sanctuary; but for a stone of stumbling and for a rock of offence to both the houses of Israel, for a gin and for a snare to the inhabitants of Jerusalem."},{"text":"And many among them shall stumble, and fall, and be broken, and be snared, and be taken."},{"text":"Bind up the testimony, seal the law among my disciples."},{"text":"And I will wait upon the LORD, that hideth his face from the house of Jacob, and I will look for him."},{"text":"Behold, I and the children whom the LORD hath given me are for signs and for wonders in Israel from the LORD of hosts, which dwelleth in mount Zion."},{"text":"And when they shall say unto you, Seek unto them that have familiar spirits, and unto wizards that peep, and that mutter: should not a people seek unto their God? for the living to the dead?"},{"text":"To the law and to the testimony: if they speak not according to this word, it is because there is no light in them."},{"text":"And they shall pass through it, hardly bestead and hungry: and it shall come to pass, that when they shall be hungry, they shall fret themselves, and curse their king and their God, and look upward."},{"text":"And they shall look unto the earth; and behold trouble and darkness, dimness of anguish; and they shall be driven to darkness."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"Nevertheless the dimness shall not be such as was in her vexation, when at the first he lightly afflicted the land of Zebulun and the land of Naphtali, and afterward did more grievously afflict her by the way of the sea, beyond Jordan, in Galilee of the nations."},{"text":"The people that walked in darkness have seen a great light: they that dwell in the land of the shadow of death, upon them hath the light shined."},{"text":"Thou hast multiplied the nation, and not increased the joy: they joy before thee according to the joy in harvest, and as men rejoice when they divide the spoil."},{"text":"For thou hast broken the yoke of his burden, and the staff of his shoulder, the rod of his oppressor, as in the day of Midian."},{"text":"For every battle of the warrior is with confused noise, and garments rolled in blood; but this shall be with burning and fuel of fire."},{"text":"For unto us a child is born, unto us a son is given: and the government shall be upon his shoulder: and his name shall be called Wonderful, Counsellor, The mighty God, The everlasting Father, The Prince of Peace."},{"text":"Of the increase of his government and peace there shall be no end, upon the throne of David, and upon his kingdom, to order it, and to establish it with judgment and with justice from henceforth even for ever. The zeal of the LORD of hosts will perform this."},{"text":"The Lord sent a word into Jacob, and it hath lighted upon Israel."},{"text":"And all the people shall know, even Ephraim and the inhabitant of Samaria, that say in the pride and stoutness of heart,"},{"text":"The bricks are fallen down, but we will build with hewn stones: the sycomores are cut down, but we will change them into cedars."},{"text":"Therefore the LORD shall set up the adversaries of Rezin against him, and join his enemies together;"},{"text":"The Syrians before, and the Philistines behind; and they shall devour Israel with open mouth. For all this his anger is not turned away, but his hand is stretched out still."},{"text":"For the people turneth not unto him that smiteth them, neither do they seek the LORD of hosts."},{"text":"Therefore the LORD will cut off from Israel head and tail, branch and rush, in one day."},{"text":"The ancient and honourable, he is the head; and the prophet that teacheth lies, he is the tail."},{"text":"For the leaders of this people cause them to err; and they that are led of them are destroyed."},{"text":"Therefore the LORD shall have no joy in their young men, neither shall have mercy on their fatherless and widows: for every one is an hypocrite and an evildoer, and every mouth speaketh folly. For all this his anger is not turned away, but his hand is stretched out still."},{"text":"For wickedness burneth as the fire: it shall devour the briers and thorns, and shall kindle in the thickets of the forest, and they shall mount up like the lifting up of smoke."},{"text":"Through the wrath of the LORD of hosts is the land darkened, and the people shall be as the fuel of the fire: no man shall spare his brother."},{"text":"And he shall snatch on the right hand, and be hungry; and he shall eat on the left hand, and they shall not be satisfied: they shall eat every man the flesh of his own arm:"},{"text":"Manasseh, Ephraim; and Ephraim, Manasseh: and they together shall be against Judah. For all this his anger is not turned away, but his hand is stretched out still."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"James, a servant of God and of the Lord Jesus Christ, to the twelve tribes which are scattered abroad, greeting."},{"text":"My brethren, count it all joy when ye fall into divers temptations;"},{"text":"Knowing this, that the trying of your faith worketh patience."},{"text":"But let patience have her perfect work, that ye may be perfect and entire, wanting nothing."},{"text":"If any of you lack wisdom, let him ask of God, that giveth to all men liberally, and upbraideth not; and it shall be given him."},{"text":"But let him ask in faith, nothing wavering. For he that wavereth is like a wave of the sea driven with the wind and tossed."},{"text":"For let not that man think that he shall receive any thing of the Lord."},{"text":"A double minded man is unstable in all his ways."},{"text":"Let the brother of low degree rejoice in that he is exalted:"},{"text":"But the rich, in that he is made low: because as the flower of the grass he shall pass away."},{"text":"For the sun is no sooner risen with a burning heat, but it withereth the grass, and the flower thereof falleth, and the grace of the fashion of it perisheth: so also shall the rich man fade away in his ways."},{"text":"Blessed is the man that endureth temptation: for when he is tried, he shall receive the crown of life, which the Lord hath promised to them that love him."},{"text":"Let no man say when he is tempted, I am tempted of God: for God cannot be tempted with evil, neither tempteth he any man:"},{"text":"But every man is tempted, when he is drawn away of his own lust, and enticed."},{"text":"Then when lust hath conceived, it bringeth forth sin: and sin, when it is finished, bringeth forth death."},{"text":"Do not err, my beloved brethren."},{"text":"Every good gift and every perfect gift is from above, and cometh down from the Father of lights, with whom is no variableness, neither shadow of turning."},{"text":"Of his own will begat he us with the word of truth, that we should be a kind of firstfruits of his creatures."},{"text":"Wherefore, my beloved brethren, let every man be swift to hear, slow to speak, slow to wrath:"},{"text":"For the wrath of man worketh not the righteousness of God."},{"text":"Wherefore lay apart all filthiness and superfluity of naughtiness, and receive with meekness the engrafted word, which is able to save your souls."},{"text":"But be ye doers of the word, and not hearers only, deceiving your own selves."},{"text":"For if any be a hearer of the word, and not a doer, he is like unto a man beholding his natural face in a glass:"},{"text":"For he beholdeth himself, and goeth his way, and straightway forgetteth what manner of man he was."},{"text":"But whoso looketh into the perfect law of liberty, and continueth therein, he being not a forgetful hearer, but a doer of the work, this man shall be blessed in his deed."},{"text":"If any man among you seem to be religious, and bridleth not his tongue, but deceiveth his own heart, this man's religion is vain."},{"text":"Pure religion and undefiled before God and the Father is this, To visit the fatherless and widows in their affliction, and to keep himself unspotted from the world."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"My brethren, have not the faith of our Lord Jesus Christ, the Lord of glory, with respect of persons."},{"text":"For if there come unto your assembly a man with a gold ring, in goodly apparel, and there come in also a poor man in vile raiment;"},{"text":"And ye have respect to him that weareth the gay clothing, and say unto him, Sit thou here in a good place; and say to the poor, Stand thou there, or sit here under my footstool:"},{"text":"Are ye not then partial in yourselves, and are become judges of evil thoughts?"},{"text":"Hearken, my beloved brethren, Hath not God chosen the poor of this world rich in faith, and heirs of the kingdom which he hath promised to them that love him?"},{"text":"But ye have despised the poor. Do not rich men oppress you, and draw you before the judgment seats?"},{"text":"Do not they blaspheme that worthy name by the which ye are called?"},{"text":"If ye fulfil the royal law according to the scripture, Thou shalt love thy neighbour as thyself, ye do well:"},{"text":"But if ye have respect to persons, ye commit sin, and are convinced of the law as transgressors."},{"text":"For whosoever shall keep the whole law, and yet offend in one point, he is guilty of all."},{"text":"For he that said, Do not commit adultery, said also, Do not kill. Now if thou commit no adultery, yet if thou kill, thou art become a transgressor of the law."},{"text":"So speak ye, and so do, as they that shall be judged by the law of liberty."},{"text":"For he shall have judgment without mercy, that hath shewed no mercy; and mercy rejoiceth against judgment."},{"text":"What doth it profit, my brethren, though a man say he hath faith, and have not works? can faith save him?"},{"text":"If a brother or sister be naked, and destitute of daily food,"},{"text":"And one of you say unto them, Depart in peace, be ye warmed and filled; notwithstanding ye give them not those things which are needful to the body; what doth it profit?"},{"text":"Even so faith, if it hath not works, is dead, being alone."},{"text":"Yea, a man may say, Thou hast faith, and I have works: shew me thy faith without thy works, and I will shew thee my faith by my works."},{"text":"Thou believest that there is one God; thou doest well: the devils also believe, and tremble."},{"text":"But wilt thou know, O vain man, that faith without works is dead?"},{"text":"Was not Abraham our father justified by works, when he had offered Isaac his son upon the altar?"},{"text":"Seest thou how faith wrought with his works, and by works was faith made perfect?"},{"text":"And the scripture was fulfilled which saith, Abraham believed God, and it was imputed unto him for righteousness: and he was called the Friend of God."},{"text":"Ye see then how that by works a man is justified, and not by faith only."},{"text":"Likewise also was not Rahab the harlot justified by works, when she had received the messengers, and had sent them out another way?"},{"text":"For as the body without the spirit is dead, so faith without works is dead also."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"My brethren, be not many masters, knowing that we shall receive the greater condemnation."},{"text":"For in many things we offend all. If any man offend not in word, the same is a perfect man, and able also to bridle the whole body."},{"text":"Behold, we put bits in the horses' mouths, that they may obey us; and we turn about their whole body."},{"text":"Behold also the ships, which though they be so great, and are driven of fierce winds, yet are they turned about with a very small helm, whithersoever the governor listeth."},{"text":"Even so the tongue is a little member, and boasteth great things."},{"text":"For every kind of beasts, and of birds, and of serpents, and of things in the sea, is tamed, and hath been tamed of mankind:"},{"text":"But the tongue can no man tame; it is an unruly evil, full of deadly poison."},{"text":"Therewith bless we God, even the Father; and therewith curse we men, which are made after the similitude of God."},{"text":"Out of the same mouth proceedeth blessing and cursing. My brethren, these things ought not so to be."},{"text":"Doth a fountain send forth at the same place sweet water and bitter?"},{"text":"Can the fig tree, my brethren, bear olive berries? either a vine, figs? so can no fountain both yield salt water and fresh."},{"text":"Who is a wise man and endued with knowledge among you? let him shew out of a good conversation his works with meekness of wisdom."},{"text":"But if ye have bitter envying and strife in your hearts, glory not, and lie not against the truth."},{"text":"This wisdom descendeth not from above, but is earthly, sensual, devilish."},{"text":"For where envying and strife is, there is confusion and every evil work."},{"text":"But the wisdom that is from above is first pure, then peaceable, gentle, and easy to be intreated, full of mercy and good fruits, without partiality, and without hypocrisy."},{"text":"And the fruit of righteousness is sown in peace of them that make peace."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"From whence come wars and fightings among you? come they not hence, even of your lusts that war in your members?"},{"text":"Ye lust, and have not: ye kill, and desire to have, and cannot obtain: ye fight and war, yet ye have not, because ye ask not."},{"text":"Ye ask, and receive not, because ye ask amiss, that ye may consume it upon your lusts."},{"text":"Ye adulterers and adulteresses, know ye not that the friendship of the world is enmity with God? whosoever therefore will be a friend of the world is the enemy of God."},{"text":"Do ye think that the scripture saith in vain, The spirit that dwelleth in us lusteth to envy?"},{"text":"But he giveth more grace. Wherefore he saith, God resisteth the proud, but giveth grace unto the humble."},{"text":"Submit yourselves therefore to God. Resist the devil, and he will flee from you."},{"text":"Draw nigh to God, and he will draw nigh to you. Cleanse your hands, ye sinners; and purify your hearts, ye double minded."},{"text":"Be afflicted, and mourn, and weep: let your laughter be turned to mourning, and your joy to heaviness."},{"text":"Humble yourselves in the sight of the Lord, and he shall lift you up."},{"text":"Speak not evil one of another, brethren. He that speaketh evil of his brother, and judgeth his brother, speaketh evil of the law, and judgeth the law: but if thou judge the law, thou art not a doer of the law, but a judge."},{"text":"There is one lawgiver, who is able to save and to destroy: who art thou that judgest another?"},{"text":"Go to now, ye that say, To day or to morrow we will go into such a city, and continue there a year, and buy and sell, and get gain:"},{"text":"Whereas ye know not what shall be on the morrow. For what is your life? It is even a vapour, that appeareth for a little time, and then vanisheth away."},{"text":"For that ye ought to say, If the Lord will, we shall live, and do this, or that."},{"text":"But now ye rejoice in your boastings: all such rejoicing is evil."},{"text":"Therefore to him that knoweth to do good, and doeth it not, to him it is sin."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Go to now, ye rich men, weep and howl for your miseries that shall come upon you."},{"text":"Your riches are corrupted, and your garments are motheaten."},{"text":"Your gold and silver is cankered; and the rust of them shall be a witness against you, and shall eat your flesh as it were fire. Ye have heaped treasure together for the last days."},{"text":"Behold, the hire of the labourers who have reaped down your fields, which is of you kept back by fraud, crieth: and the cries of them which have reaped are entered into the ears of the Lord of sabaoth."},{"text":"Ye have lived in pleasure on the earth, and been wanton; ye have nourished your hearts, as in a day of slaughter."},{"text":"Ye have condemned and killed the just; and he doth not resist you."},{"text":"Be patient therefore, brethren, unto the coming of the Lord."},{"text":"Be ye also patient; stablish your hearts: for the coming of the Lord draweth nigh."},{"text":"Grudge not one against another, brethren, lest ye be condemned: behold, the judge standeth before the door."},{"text":"Take, my brethren, the prophets, who have spoken in the name of the Lord, for an example of suffering affliction, and of patience."},{"text":"Behold, we count them happy which endure. Ye have heard of the patience of Job, and have seen the end of the Lord; that the Lord is very pitiful, and of tender mercy."},{"text":"But above all things, my brethren, swear not, neither by heaven, neither by the earth, neither by any other oath: but let your yea be yea; and your nay, nay; lest ye fall into condemnation."},{"text":"Is any among you afflicted? let him pray. Is any merry? let him sing psalms."},{"text":"Is any sick among you? let him call for the elders of the church; and let them pray over him, anointing him with oil in the name of the Lord:"},{"text":"And the prayer of faith shall save the sick, and the Lord shall raise him up; and if he have committed sins, they shall be forgiven him."},{"text":"Confess your faults one to another, and pray one for another, that ye may be healed. The effectual fervent prayer of a righteous man availeth much."},{"text":"Elias was a man subject to like passions as we are, and he prayed earnestly that it might not rain: and it rained not on the earth by the space of three years and six months."},{"text":"And he prayed again, and the heaven gave rain, and the earth brought forth her fruit."},{"text":"Brethren, if any of you do err from the truth, and one convert him;"},{"text":"Let him know, that he which converteth the sinner from the error of his way shall save a soul from death, and shall hide a multitude of sins."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The words of Jeremiah the son of Hilkiah, of the priests that were in Anathoth in the land of Benjamin:"},{"text":"To whom the word of the LORD came in the days of Josiah the son of Amon king of Judah, in the thirteenth year of his reign."},{"text":"It came also in the days of Jehoiakim the son of Josiah king of Judah, unto the end of the eleventh year of Zedekiah the son of Josiah king of Judah, unto the carrying away of Jerusalem captive in the fifth month."},{"text":"Then the word of the LORD came unto me, saying,"},{"text":"Before I formed thee in the belly I knew thee; and before thou camest forth out of the womb I sanctified thee, and I ordained thee a prophet unto the nations."},{"text":"Then said I, Ah, Lord GOD! behold, I cannot speak: for I am a child."},{"text":"But the LORD said unto me, Say not, I am a child: for thou shalt go to all that I shall send thee, and whatsoever I command thee thou shalt speak."},{"text":"Be not afraid of their faces: for I am with thee to deliver thee, saith the LORD."},{"text":"Then the LORD put forth his hand, and touched my mouth. And the LORD said unto me, Behold, I have put my words in thy mouth."},{"text":"See, I have this day set thee over the nations and over the kingdoms, to root out, and to pull down, and to destroy, and to throw down, to build, and to plant."},{"text":"Moreover the word of the LORD came unto me, saying, Jeremiah, what seest thou? And I said, I see a rod of an almond tree."},{"text":"Then said the LORD unto me, Thou hast well seen: for I will hasten my word to perform it."},{"text":"And the word of the LORD came unto me the second time, saying, What seest thou? And I said, I see a seething pot; and the face thereof is toward the north."},{"text":"Then the LORD said unto me, Out of the north an evil shall break forth upon all the inhabitants of the land."},{"text":"For, lo, I will call all the families of the kingdoms of the north, saith the LORD; and they shall come, and they shall set every one his throne at the entering of the gates of Jerusalem, and against all the walls thereof round about, and against all the cities of Judah."},{"text":"And I will utter my judgments against them touching all their wickedness, who have forsaken me, and have burned incense unto other gods, and worshipped the works of their own hands."},{"text":"Thou therefore gird up thy loins, and arise, and speak unto them all that I command thee: be not dismayed at their faces, lest I confound thee before them."},{"text":"For, behold, I have made thee this day a defenced city, and an iron pillar, and brasen walls against the whole land, against the kings of Judah, against the princes thereof, against the priests thereof, and against the people of the land."},{"text":"And they shall fight against thee; but they shall not prevail against thee; for I am with thee, saith the LORD, to deliver thee."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"Hear ye the word which the LORD speaketh unto you, O house of Israel:"},{"text":"Thus saith the LORD, Learn not the way of the heathen, and be not dismayed at the signs of heaven; for the heathen are dismayed at them."},{"text":"For the customs of the people are vain: for one cutteth a tree out of the forest, the work of the hands of the workman, with the axe."},{"text":"They deck it with silver and with gold; they fasten it with nails and with hammers, that it move not."},{"text":"They are upright as the palm tree, but speak not: they must needs be borne, because they cannot go. Be not afraid of them; for they cannot do evil, neither also is it in them to do good."},{"text":"Forasmuch as there is none like unto thee, O LORD; thou art great, and thy name is great in might."},{"text":"Who would not fear thee, O King of nations? for to thee doth it appertain: forasmuch as among all the wise men of the nations, and in all their kingdoms, there is none like unto thee."},{"text":"But they are altogether brutish and foolish: the stock is a doctrine of vanities."},{"text":"Silver spread into plates is brought from Tarshish, and gold from Uphaz, the work of the workman, and of the hands of the founder: blue and purple is their clothing: they are all the work of cunning men."},{"text":"But the LORD is the true God, he is the living God, and an everlasting king: at his wrath the earth shall tremble, and the nations shall not be able to abide his indignation."},{"text":"Thus shall ye say unto them, The gods that have not made the heavens and the earth, even they shall perish from the earth, and from under these heavens."},{"text":"He hath made the earth by his power, he hath established the world by his wisdom, and hath stretched out the heavens by his discretion."},{"text":"When he uttereth his voice, there is a multitude of waters in the heavens, and he causeth the vapours to ascend from the ends of the earth; he maketh lightnings with rain, and bringeth forth the wind out of his treasures."},{"text":"Every man is brutish in his knowledge: every founder is confounded by the graven image: for his molten image is falsehood, and there is no breath in them."},{"text":"They are vanity, and the work of errors: in the time of their visitation they shall perish."},{"text":"The portion of Jacob is not like them: for he is the former of all things; and Israel is the rod of his inheritance: The LORD of hosts is his name."},{"text":"Gather up thy wares out of the land, O inhabitant of the fortress."},{"text":"For thus saith the LORD, Behold, I will sling out the inhabitants of the land at this once, and will distress them, that they may find it so."},{"text":"Woe is me for my hurt! my wound is grievous; but I said, Truly this is a grief, and I must bear it."},{"text":"My tabernacle is spoiled, and all my cords are broken: my children are gone forth of me, and they are not: there is none to stretch forth my tent any more, and to set up my curtains."},{"text":"For the pastors are become brutish, and have not sought the LORD: therefore they shall not prosper, and all their flocks shall be scattered."},{"text":"Behold, the noise of the bruit is come, and a great commotion out of the north country, to make the cities of Judah desolate, and a den of dragons."},{"text":"O LORD, I know that the way of man is not in himself: it is not in man that walketh to direct his steps."},{"text":"O LORD, correct me, but with judgment; not in thine anger, lest thou bring me to nothing."},{"text":"Pour out thy fury upon the heathen that know thee not, and upon the families that call not on thy name: for they have eaten up Jacob, and devoured him, and consumed him, and have made his habitation desolate."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"The word that came to Jeremiah from the LORD saying,"},{"text":"Hear ye the words of this covenant, and speak unto the men of Judah, and to the inhabitants of Jerusalem;"},{"text":"And say thou unto them, Thus saith the LORD God of Israel; Cursed be the man that obeyeth not the words of this covenant,"},{"text":"Which I commanded your fathers in the day that I brought them forth out of the land of Egypt, from the iron furnace, saying, Obey my voice, and do them, according to all which I command you: so shall ye be my people, and I will be your God:"},{"text":"That I may perform the oath which I have sworn unto your fathers, to give them a land flowing with milk and honey, as it is this day. Then answered I, and said, So be it, O LORD."},{"text":"Then the LORD said unto me, Proclaim all these words in the cities of Judah, and in the streets of Jerusalem, saying, Hear ye the words of this covenant, and do them."},{"text":"For I earnestly protested unto your fathers in the day that I brought them up out of the land of Egypt, even unto this day, rising early and protesting, saying, Obey my voice."},{"text":"Yet they obeyed not, nor inclined their ear, but walked every one in the imagination of their evil heart: therefore I will bring upon them all the words of this covenant, which I commanded them to do: but they did them not."},{"text":"And the LORD said unto me, A conspiracy is found among the men of Judah, and among the inhabitants of Jerusalem."},{"text":"They are turned back to the iniquities of their forefathers, which refused to hear my words; and they went after other gods to serve them: the house of Israel and the house of Judah have broken my covenant which I made with their fathers."},{"text":"Therefore thus saith the LORD, Behold, I will bring evil upon them, which they shall not be able to escape; and though they shall cry unto me, I will not hearken unto them."},{"text":"Then shall the cities of Judah and inhabitants of Jerusalem go, and cry unto the gods unto whom they offer incense: but they shall not save them at all in the time of their trouble."},{"text":"For according to the number of thy cities were thy gods, O Judah; and according to the number of the streets of Jerusalem have ye set up altars to that shameful thing, even altars to burn incense unto Baal."},{"text":"Therefore pray not thou for this people, neither lift up a cry or prayer for them: for I will not hear them in the time that they cry unto me for their trouble."},{"text":"What hath my beloved to do in mine house, seeing she hath wrought lewdness with many, and the holy flesh is passed from thee? when thou doest evil, then thou rejoicest."},{"text":"The LORD called thy name, A green olive tree, fair, and of goodly fruit: with the noise of a great tumult he hath kindled fire upon it, and the branches of it are broken."},{"text":"For the LORD of hosts, that planted thee, hath pronounced evil against thee, for the evil of the house of Israel and of the house of Judah, which they have done against themselves to provoke me to anger in offering incense unto Baal."},{"text":"And the LORD hath given me knowledge of it, and I know it: then thou shewedst me their doings."},{"text":"But I was like a lamb or an ox that is brought to the slaughter; and I knew not that they had devised devices against me, saying, Let us destroy the tree with the fruit thereof, and let us cut him off from the land of the living, that his name may be no more remembered."},{"text":"But, O LORD of hosts, that judgest righteously, that triest the reins and the heart, let me see thy vengeance on them: for unto thee have I revealed my cause."},{"text":"Therefore thus saith the LORD of the men of Anathoth, that seek thy life, saying, Prophesy not in the name of the LORD, that thou die not by our hand:"},{"text":"Therefore thus saith the LORD of hosts, Behold, I will punish them: the young men shall die by the sword; their sons and their daughters shall die by famine:"},{"text":"And there shall be no remnant of them: for I will bring evil upon the men of Anathoth, even the year of their visitation."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"Righteous art thou, O LORD, when I plead with thee: yet let me talk with thee of thy judgments: Wherefore doth the way of the wicked prosper? wherefore are all they happy that deal very treacherously?"},{"text":"Thou hast planted them, yea, they have taken root: they grow, yea, they bring forth fruit: thou art near in their mouth, and far from their reins."},{"text":"But thou, O LORD, knowest me: thou hast seen me, and tried mine heart toward thee: pull them out like sheep for the slaughter, and prepare them for the day of slaughter."},{"text":"How long shall the land mourn, and the herbs of every field wither, for the wickedness of them that dwell therein? the beasts are consumed, and the birds; because they said, He shall not see our last end."},{"text":"If thou hast run with the footmen, and they have wearied thee, then how canst thou contend with horses? and if in the land of peace, wherein thou trustedst, they wearied thee, then how wilt thou do in the swelling of Jordan?"},{"text":"For even thy brethren, and the house of thy father, even they have dealt treacherously with thee; yea, they have called a multitude after thee: believe them not, though they speak fair words unto thee."},{"text":"I have forsaken mine house, I have left mine heritage; I have given the dearly beloved of my soul into the hand of her enemies."},{"text":"Mine heritage is unto me as a lion in the forest; it crieth out against me: therefore have I hated it."},{"text":"Mine heritage is unto me as a speckled bird, the birds round about are against her; come ye, assemble all the beasts of the field, come to devour."},{"text":"Many pastors have destroyed my vineyard, they have trodden my portion under foot, they have made my pleasant portion a desolate wilderness."},{"text":"They have made it desolate, and being desolate it mourneth unto me; the whole land is made desolate, because no man layeth it to heart."},{"text":"The spoilers are come upon all high places through the wilderness: for the sword of the LORD shall devour from the one end of the land even to the other end of the land: no flesh shall have peace."},{"text":"They have sown wheat, but shall reap thorns: they have put themselves to pain, but shall not profit: and they shall be ashamed of your revenues because of the fierce anger of the LORD."},{"text":"Thus saith the LORD against all mine evil neighbours, that touch the inheritance which I have caused my people Israel to inherit; Behold, I will pluck them out of their land, and pluck out the house of Judah from among them."},{"text":"And it shall come to pass, after that I have plucked them out I will return, and have compassion on them, and will bring them again, every man to his heritage, and every man to his land."},{"text":"And it shall come to pass, if they will diligently learn the ways of my people, to swear by my name, The LORD liveth; as they taught my people to swear by Baal; then shall they be built in the midst of my people."},{"text":"But if they will not obey, I will utterly pluck up and destroy that nation, saith the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"Thus saith the LORD unto me, Go and get thee a linen girdle, and put it upon thy loins, and put it not in water."},{"text":"So I got a girdle according to the word of the LORD, and put it on my loins."},{"text":"And the word of the LORD came unto me the second time, saying,"},{"text":"Take the girdle that thou hast got, which is upon thy loins, and arise, go to Euphrates, and hide it there in a hole of the rock."},{"text":"So I went, and hid it by Euphrates, as the LORD commanded me."},{"text":"And it came to pass after many days, that the LORD said unto me, Arise, go to Euphrates, and take the girdle from thence, which I commanded thee to hide there."},{"text":"Then I went to Euphrates, and digged, and took the girdle from the place where I had hid it: and, behold, the girdle was marred, it was profitable for nothing."},{"text":"Then the word of the LORD came unto me, saying,"},{"text":"Thus saith the LORD, After this manner will I mar the pride of Judah, and the great pride of Jerusalem."},{"text":"This evil people, which refuse to hear my words, which walk in the imagination of their heart, and walk after other gods, to serve them, and to worship them, shall even be as this girdle, which is good for nothing."},{"text":"For as the girdle cleaveth to the loins of a man, so have I caused to cleave unto me the whole house of Israel and the whole house of Judah, saith the LORD; that they might be unto me for a people, and for a name, and for a praise, and for a glory: but they would not hear."},{"text":"Therefore thou shalt speak unto them this word; Thus saith the LORD God of Israel, Every bottle shall be filled with wine: and they shall say unto thee, Do we not certainly know that every bottle shall be filled with wine?"},{"text":"Then shalt thou say unto them, Thus saith the LORD, Behold, I will fill all the inhabitants of this land, even the kings that sit upon David's throne, and the priests, and the prophets, and all the inhabitants of Jerusalem, with drunkenness."},{"text":"And I will dash them one against another, even the fathers and the sons together, saith the LORD: I will not pity, nor spare, nor have mercy, but destroy them."},{"text":"Hear ye, and give ear; be not proud: for the LORD hath spoken."},{"text":"Give glory to the LORD your God, before he cause darkness, and before your feet stumble upon the dark mountains, and, while ye look for light, he turn it into the shadow of death, and make it gross darkness."},{"text":"But if ye will not hear it, my soul shall weep in secret places for your pride; and mine eye shall weep sore, and run down with tears, because the LORD's flock is carried away captive."},{"text":"Say unto the king and to the queen, Humble yourselves, sit down: for your principalities shall come down, even the crown of your glory."},{"text":"The cities of the south shall be shut up, and none shall open them: Judah shall be carried away captive all of it, it shall be wholly carried away captive."},{"text":"Lift up your eyes, and behold them that come from the north: where is the flock that was given thee, thy beautiful flock?"},{"text":"What wilt thou say when he shall punish thee? for thou hast taught them to be captains, and as chief over thee: shall not sorrows take thee, as a woman in travail?"},{"text":"And if thou say in thine heart, Wherefore come these things upon me? For the greatness of thine iniquity are thy skirts discovered, and thy heels made bare."},{"text":"Can the Ethiopian change his skin, or the leopard his spots? then may ye also do good, that are accustomed to do evil."},{"text":"Therefore will I scatter them as the stubble that passeth away by the wind of the wilderness."},{"text":"This is thy lot, the portion of thy measures from me, saith the LORD; because thou hast forgotten me, and trusted in falsehood."},{"text":"Therefore will I discover thy skirts upon thy face, that thy shame may appear."},{"text":"I have seen thine adulteries, and thy neighings, the lewdness of thy whoredom, and thine abominations on the hills in the fields. Woe unto thee, O Jerusalem! wilt thou not be made clean? when shall it once be?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"The word of the LORD that came to Jeremiah concerning the dearth."},{"text":"Judah mourneth, and the gates thereof languish; they are black unto the ground; and the cry of Jerusalem is gone up."},{"text":"And their nobles have sent their little ones to the waters: they came to the pits, and found no water; they returned with their vessels empty; they were ashamed and confounded, and covered their heads."},{"text":"Because the ground is chapt, for there was no rain in the earth, the plowmen were ashamed, they covered their heads."},{"text":"Yea, the hind also calved in the field, and forsook it, because there was no grass."},{"text":"And the wild asses did stand in the high places, they snuffed up the wind like dragons; their eyes did fail, because there was no grass."},{"text":"O LORD, though our iniquities testify against us, do thou it for thy name's sake: for our backslidings are many; we have sinned against thee."},{"text":"O the hope of Israel, the saviour thereof in time of trouble, why shouldest thou be as a stranger in the land, and as a wayfaring man that turneth aside to tarry for a night?"},{"text":"Why shouldest thou be as a man astonied, as a mighty man that cannot save? yet thou, O LORD, art in the midst of us, and we are called by thy name; leave us not."},{"text":"Thus saith the LORD unto this people, Thus have they loved to wander, they have not refrained their feet, therefore the LORD doth not accept them; he will now remember their iniquity, and visit their sins."},{"text":"Then said the LORD unto me, Pray not for this people for their good."},{"text":"When they fast, I will not hear their cry; and when they offer burnt offering and an oblation, I will not accept them: but I will consume them by the sword, and by the famine, and by the pestilence."},{"text":"Then said I, Ah, Lord GOD! behold, the prophets say unto them, Ye shall not see the sword, neither shall ye have famine; but I will give you assured peace in this place."},{"text":"Then the LORD said unto me, The prophets prophesy lies in my name: I sent them not, neither have I commanded them, neither spake unto them: they prophesy unto you a false vision and divination, and a thing of nought, and the deceit of their heart."},{"text":"Therefore thus saith the LORD concerning the prophets that prophesy in my name, and I sent them not, yet they say, Sword and famine shall not be in this land; By sword and famine shall those prophets be consumed."},{"text":"And the people to whom they prophesy shall be cast out in the streets of Jerusalem because of the famine and the sword; and they shall have none to bury them, them, their wives, nor their sons, nor their daughters: for I will pour their wickedness upon them."},{"text":"Therefore thou shalt say this word unto them; Let mine eyes run down with tears night and day, and let them not cease: for the virgin daughter of my people is broken with a great breach, with a very grievous blow."},{"text":"If I go forth into the field, then behold the slain with the sword! and if I enter into the city, then behold them that are sick with famine! yea, both the prophet and the priest go about into a land that they know not."},{"text":"Hast thou utterly rejected Judah? hath thy soul lothed Zion? why hast thou smitten us, and there is no healing for us? we looked for peace, and there is no good; and for the time of healing, and behold trouble!"},{"text":"We acknowledge, O LORD, our wickedness, and the iniquity of our fathers: for we have sinned against thee."},{"text":"Do not abhor us, for thy name's sake, do not disgrace the throne of thy glory: remember, break not thy covenant with us."},{"text":"Are there any among the vanities of the Gentiles that can cause rain? or can the heavens give showers? art not thou he, O LORD our God? therefore we will wait upon thee: for thou hast made all these things."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"Then said the LORD unto me, Though Moses and Samuel stood before me, yet my mind could not be toward this people: cast them out of my sight, and let them go forth."},{"text":"And it shall come to pass, if they say unto thee, Whither shall we go forth? then thou shalt tell them, Thus saith the LORD; Such as are for death, to death; and such as are for the sword, to the sword; and such as are for the famine, to the famine; and such as are for the captivity, to the captivity."},{"text":"And I will appoint over them four kinds, saith the LORD: the sword to slay, and the dogs to tear, and the fowls of the heaven, and the beasts of the earth, to devour and destroy."},{"text":"And I will cause them to be removed into all kingdoms of the earth, because of Manasseh the son of Hezekiah king of Judah, for that which he did in Jerusalem."},{"text":"For who shall have pity upon thee, O Jerusalem? or who shall bemoan thee? or who shall go aside to ask how thou doest?"},{"text":"Thou hast forsaken me, saith the LORD, thou art gone backward: therefore will I stretch out my hand against thee, and destroy thee; I am weary with repenting."},{"text":"And I will fan them with a fan in the gates of the land; I will bereave them of children, I will destroy my people since they return not from their ways."},{"text":"Their widows are increased to me above the sand of the seas: I have brought upon them against the mother of the young men a spoiler at noonday: I have caused him to fall upon it suddenly, and terrors upon the city."},{"text":"She that hath borne seven languisheth: she hath given up the ghost; her sun is gone down while it was yet day: she hath been ashamed and confounded: and the residue of them will I deliver to the sword before their enemies, saith the LORD."},{"text":"Woe is me, my mother, that thou hast borne me a man of strife and a man of contention to the whole earth! I have neither lent on usury, nor men have lent to me on usury; yet every one of them doth curse me."},{"text":"The LORD said, Verily it shall be well with thy remnant; verily I will cause the enemy to entreat thee well in the time of evil and in the time of affliction."},{"text":"Shall iron break the northern iron and the steel?"},{"text":"Thy substance and thy treasures will I give to the spoil without price, and that for all thy sins, even in all thy borders."},{"text":"And I will make thee to pass with thine enemies into a land which thou knowest not: for a fire is kindled in mine anger, which shall burn upon you."},{"text":"O LORD, thou knowest: remember me, and visit me, and revenge me of my persecutors; take me not away in thy longsuffering: know that for thy sake I have suffered rebuke."},{"text":"Thy words were found, and I did eat them; and thy word was unto me the joy and rejoicing of mine heart: for I am called by thy name, O LORD God of hosts."},{"text":"I sat not in the assembly of the mockers, nor rejoiced; I sat alone because of thy hand: for thou hast filled me with indignation."},{"text":"Why is my pain perpetual, and my wound incurable, which refuseth to be healed? wilt thou be altogether unto me as a liar, and as waters that fail?"},{"text":"Therefore thus saith the LORD, If thou return, then will I bring thee again, and thou shalt stand before me: and if thou take forth the precious from the vile, thou shalt be as my mouth: let them return unto thee; but return not thou unto them."},{"text":"And I will make thee unto this people a fenced brasen wall: and they shall fight against thee, but they shall not prevail against thee: for I am with thee to save thee and to deliver thee, saith the LORD."},{"text":"And I will deliver thee out of the hand of the wicked, and I will redeem thee out of the hand of the terrible."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"The word of the LORD came also unto me, saying,"},{"text":"Thou shalt not take thee a wife, neither shalt thou have sons or daughters in this place."},{"text":"For thus saith the LORD concerning the sons and concerning the daughters that are born in this place, and concerning their mothers that bare them, and concerning their fathers that begat them in this land;"},{"text":"They shall die of grievous deaths; they shall not be lamented; neither shall they be buried; but they shall be as dung upon the face of the earth: and they shall be consumed by the sword, and by famine; and their carcases shall be meat for the fowls of heaven, and for the beasts of the earth."},{"text":"For thus saith the LORD, Enter not into the house of mourning, neither go to lament nor bemoan them: for I have taken away my peace from this people, saith the LORD, even lovingkindness and mercies."},{"text":"Both the great and the small shall die in this land: they shall not be buried, neither shall men lament for them, nor cut themselves, nor make themselves bald for them:"},{"text":"Neither shall men tear themselves for them in mourning, to comfort them for the dead; neither shall men give them the cup of consolation to drink for their father or for their mother."},{"text":"Thou shalt not also go into the house of feasting, to sit with them to eat and to drink."},{"text":"For thus saith the LORD of hosts, the God of Israel; Behold, I will cause to cease out of this place in your eyes, and in your days, the voice of mirth, and the voice of gladness, the voice of the bridegroom, and the voice of the bride."},{"text":"And it shall come to pass, when thou shalt shew this people all these words, and they shall say unto thee, Wherefore hath the LORD pronounced all this great evil against us? or what is our iniquity? or what is our sin that we have committed against the LORD our God?"},{"text":"Then shalt thou say unto them, Because your fathers have forsaken me, saith the LORD, and have walked after other gods, and have served them, and have worshipped them, and have forsaken me, and have not kept my law;"},{"text":"And ye have done worse than your fathers; for, behold, ye walk every one after the imagination of his evil heart, that they may not hearken unto me:"},{"text":"Therefore will I cast you out of this land into a land that ye know not, neither ye nor your fathers; and there shall ye serve other gods day and night; where I will not shew you favour."},{"text":"Therefore, behold, the days come, saith the LORD, that it shall no more be said, The LORD liveth, that brought up the children of Israel out of the land of Egypt;"},{"text":"But, The LORD liveth, that brought up the children of Israel from the land of the north, and from all the lands whither he had driven them: and I will bring them again into their land that I gave unto their fathers."},{"text":"Behold, I will send for many fishers, saith the LORD, and they shall fish them; and after will I send for many hunters, and they shall hunt them from every mountain, and from every hill, and out of the holes of the rocks."},{"text":"For mine eyes are upon all their ways: they are not hid from my face, neither is their iniquity hid from mine eyes."},{"text":"And first I will recompense their iniquity and their sin double; because they have defiled my land, they have filled mine inheritance with the carcases of their detestable and abominable things."},{"text":"O LORD, my strength, and my fortress, and my refuge in the day of affliction, the Gentiles shall come unto thee from the ends of the earth, and shall say, Surely our fathers have inherited lies, vanity, and things wherein there is no profit."},{"text":"Shall a man make gods unto himself, and they are no gods?"},{"text":"Therefore, behold, I will this once cause them to know, I will cause them to know mine hand and my might; and they shall know that my name is The LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"The sin of Judah is written with a pen of iron, and with the point of a diamond: it is graven upon the table of their heart, and upon the horns of your altars;"},{"text":"Whilst their children remember their altars and their groves by the green trees upon the high hills."},{"text":"O my mountain in the field, I will give thy substance and all thy treasures to the spoil, and thy high places for sin, throughout all thy borders."},{"text":"And thou, even thyself, shalt discontinue from thine heritage that I gave thee; and I will cause thee to serve thine enemies in the land which thou knowest not: for ye have kindled a fire in mine anger, which shall burn for ever."},{"text":"Thus saith the LORD; Cursed be the man that trusteth in man, and maketh flesh his arm, and whose heart departeth from the LORD."},{"text":"For he shall be like the heath in the desert, and shall not see when good cometh; but shall inhabit the parched places in the wilderness, in a salt land and not inhabited."},{"text":"Blessed is the man that trusteth in the LORD, and whose hope the LORD is."},{"text":"For he shall be as a tree planted by the waters, and that spreadeth out her roots by the river, and shall not see when heat cometh, but her leaf shall be green; and shall not be careful in the year of drought, neither shall cease from yielding fruit."},{"text":"The heart is deceitful above all things, and desperately wicked: who can know it?"},{"text":"I the LORD search the heart, I try the reins, even to give every man according to his ways, and according to the fruit of his doings."},{"text":"As the partridge sitteth on eggs, and hatcheth them not; so he that getteth riches, and not by right, shall leave them in the midst of his days, and at his end shall be a fool."},{"text":"A glorious high throne from the beginning is the place of our sanctuary."},{"text":"O LORD, the hope of Israel, all that forsake thee shall be ashamed, and they that depart from me shall be written in the earth, because they have forsaken the LORD, the fountain of living waters."},{"text":"Heal me, O LORD, and I shall be healed; save me, and I shall be saved: for thou art my praise."},{"text":"Behold, they say unto me, Where is the word of the LORD? let it come now."},{"text":"As for me, I have not hastened from being a pastor to follow thee: neither have I desired the woeful day; thou knowest: that which came out of my lips was right before thee."},{"text":"Be not a terror unto me: thou art my hope in the day of evil."},{"text":"Let them be confounded that persecute me, but let not me be confounded: let them be dismayed, but let not me be dismayed: bring upon them the day of evil, and destroy them with double destruction."},{"text":"Thus said the LORD unto me; Go and stand in the gate of the children of the people, whereby the kings of Judah come in, and by the which they go out, and in all the gates of Jerusalem;"},{"text":"And say unto them, Hear ye the word of the LORD, ye kings of Judah, and all Judah, and all the inhabitants of Jerusalem, that enter in by these gates:"},{"text":"Thus saith the LORD; Take heed to yourselves, and bear no burden on the sabbath day, nor bring it in by the gates of Jerusalem;"},{"text":"Neither carry forth a burden out of your houses on the sabbath day, neither do ye any work, but hallow ye the sabbath day, as I commanded your fathers."},{"text":"But they obeyed not, neither inclined their ear, but made their neck stiff, that they might not hear, nor receive instruction."},{"text":"And it shall come to pass, if ye diligently hearken unto me, saith the LORD, to bring in no burden through the gates of this city on the sabbath day, but hallow the sabbath day, to do no work therein;"},{"text":"Then shall there enter into the gates of this city kings and princes sitting upon the throne of David, riding in chariots and on horses, they, and their princes, the men of Judah, and the inhabitants of Jerusalem: and this city shall remain for ever."},{"text":"And they shall come from the cities of Judah, and from the places about Jerusalem, and from the land of Benjamin, and from the plain, and from the mountains, and from the south, bringing burnt offerings, and sacrifices, and meat offerings, and incense, and bringing sacrifices of praise, unto the house of the LORD."},{"text":"But if ye will not hearken unto me to hallow the sabbath day, and not to bear a burden, even entering in at the gates of Jerusalem on the sabbath day; then will I kindle a fire in the gates thereof, and it shall devour the palaces of Jerusalem, and it shall not be quenched."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"The word which came to Jeremiah from the LORD, saying,"},{"text":"Arise, and go down to the potter's house, and there I will cause thee to hear my words."},{"text":"Then I went down to the potter's house, and, behold, he wrought a work on the wheels."},{"text":"And the vessel that he made of clay was marred in the hand of the potter: so he made it again another vessel, as seemed good to the potter to make it."},{"text":"Then the word of the LORD came to me, saying,"},{"text":"O house of Israel, cannot I do with you as this potter? saith the LORD. Behold, as the clay is in the potter's hand, so are ye in mine hand, O house of Israel."},{"text":"At what instant I shall speak concerning a nation, and concerning a kingdom, to pluck up, and to pull down, and to destroy it;"},{"text":"If that nation, against whom I have pronounced, turn from their evil, I will repent of the evil that I thought to do unto them."},{"text":"And at what instant I shall speak concerning a nation, and concerning a kingdom, to build and to plant it;"},{"text":"If it do evil in my sight, that it obey not my voice, then I will repent of the good, wherewith I said I would benefit them."},{"text":"Now therefore go to, speak to the men of Judah, and to the inhabitants of Jerusalem, saying, Thus saith the LORD; Behold, I frame evil against you, and devise a device against you: return ye now every one from his evil way, and make your ways and your doings good."},{"text":"And they said, There is no hope: but we will walk after our own devices, and we will every one do the imagination of his evil heart."},{"text":"Therefore thus saith the LORD; Ask ye now among the heathen, who hath heard such things: the virgin of Israel hath done a very horrible thing."},{"text":"Will a man leave the snow of Lebanon which cometh from the rock of the field? or shall the cold flowing waters that come from another place be forsaken?"},{"text":"Because my people hath forgotten me, they have burned incense to vanity, and they have caused them to stumble in their ways from the ancient paths, to walk in paths, in a way not cast up;"},{"text":"To make their land desolate, and a perpetual hissing; every one that passeth thereby shall be astonished, and wag his head."},{"text":"I will scatter them as with an east wind before the enemy; I will shew them the back, and not the face, in the day of their calamity."},{"text":"Then said they, Come and let us devise devices against Jeremiah; for the law shall not perish from the priest, nor counsel from the wise, nor the word from the prophet. Come, and let us smite him with the tongue, and let us not give heed to any of his words."},{"text":"Give heed to me, O LORD, and hearken to the voice of them that contend with me."},{"text":"Shall evil be recompensed for good? for they have digged a pit for my soul. Remember that I stood before thee to speak good for them, and to turn away thy wrath from them."},{"text":"Therefore deliver up their children to the famine, and pour out their blood by the force of the sword; and let their wives be bereaved of their children, and be widows; and let their men be put to death; let their young men be slain by the sword in battle."},{"text":"Let a cry be heard from their houses, when thou shalt bring a troop suddenly upon them: for they have digged a pit to take me, and hid snares for my feet."},{"text":"Yet, LORD, thou knowest all their counsel against me to slay me: forgive not their iniquity, neither blot out their sin from thy sight, but let them be overthrown before thee; deal thus with them in the time of thine anger."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"Thus saith the LORD, Go and get a potter's earthen bottle, and take of the ancients of the people, and of the ancients of the priests;"},{"text":"And go forth unto the valley of the son of Hinnom, which is by the entry of the east gate, and proclaim there the words that I shall tell thee,"},{"text":"And say, Hear ye the word of the LORD, O kings of Judah, and inhabitants of Jerusalem; Thus saith the LORD of hosts, the God of Israel; Behold, I will bring evil upon this place, the which whosoever heareth, his ears shall tingle."},{"text":"Because they have forsaken me, and have estranged this place, and have burned incense in it unto other gods, whom neither they nor their fathers have known, nor the kings of Judah, and have filled this place with the blood of innocents;"},{"text":"They have built also the high places of Baal, to burn their sons with fire for burnt offerings unto Baal, which I commanded not, nor spake it, neither came it into my mind:"},{"text":"Therefore, behold, the days come, saith the LORD, that this place shall no more be called Tophet, nor The valley of the son of Hinnom, but The valley of slaughter."},{"text":"And I will make void the counsel of Judah and Jerusalem in this place; and I will cause them to fall by the sword before their enemies, and by the hands of them that seek their lives: and their carcases will I give to be meat for the fowls of the heaven, and for the beasts of the earth."},{"text":"And I will make this city desolate, and an hissing; every one that passeth thereby shall be astonished and hiss because of all the plagues thereof."},{"text":"And I will cause them to eat the flesh of their sons and the flesh of their daughters, and they shall eat every one the flesh of his friend in the siege and straitness, wherewith their enemies, and they that seek their lives, shall straiten them."},{"text":"Then shalt thou break the bottle in the sight of the men that go with thee,"},{"text":"And shalt say unto them, Thus saith the LORD of hosts; Even so will I break this people and this city, as one breaketh a potter's vessel, that cannot be made whole again: and they shall bury them in Tophet, till there be no place to bury."},{"text":"Thus will I do unto this place, saith the LORD, and to the inhabitants thereof, and even make this city as Tophet:"},{"text":"And the houses of Jerusalem, and the houses of the kings of Judah, shall be defiled as the place of Tophet, because of all the houses upon whose roofs they have burned incense unto all the host of heaven, and have poured out drink offerings unto other gods."},{"text":"Then came Jeremiah from Tophet, whither the LORD had sent him to prophesy; and he stood in the court of the LORD's house; and said to all the people,"},{"text":"Thus saith the LORD of hosts, the God of Israel; Behold, I will bring upon this city and upon all her towns all the evil that I have pronounced against it, because they have hardened their necks, that they might not hear my words."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"Moreover the word of the LORD came to me, saying,"},{"text":"Go and cry in the ears of Jerusalem, saying, Thus saith the LORD; I remember thee, the kindness of thy youth, the love of thine espousals, when thou wentest after me in the wilderness, in a land that was not sown."},{"text":"Israel was holiness unto the LORD, and the firstfruits of his increase: all that devour him shall offend; evil shall come upon them, saith the LORD."},{"text":"Hear ye the word of the LORD, O house of Jacob, and all the families of the house of Israel:"},{"text":"Thus saith the LORD, What iniquity have your fathers found in me, that they are gone far from me, and have walked after vanity, and are become vain?"},{"text":"Neither said they, Where is the LORD that brought us up out of the land of Egypt, that led us through the wilderness, through a land of deserts and of pits, through a land of drought, and of the shadow of death, through a land that no man passed through, and where no man dwelt?"},{"text":"And I brought you into a plentiful country, to eat the fruit thereof and the goodness thereof; but when ye entered, ye defiled my land, and made mine heritage an abomination."},{"text":"The priests said not, Where is the LORD? and they that handle the law knew me not: the pastors also transgressed against me, and the prophets prophesied by Baal, and walked after things that do not profit."},{"text":"Wherefore I will yet plead with you, saith the LORD, and with your children's children will I plead."},{"text":"For pass over the isles of Chittim, and see; and send unto Kedar, and consider diligently, and see if there be such a thing."},{"text":"Hath a nation changed their gods, which are yet no gods? but my people have changed their glory for that which doth not profit."},{"text":"Be astonished, O ye heavens, at this, and be horribly afraid, be ye very desolate, saith the LORD."},{"text":"For my people have committed two evils; they have forsaken me the fountain of living waters, and hewed them out cisterns, broken cisterns, that can hold no water."},{"text":"Is Israel a servant? is he a homeborn slave? why is he spoiled?"},{"text":"The young lions roared upon him, and yelled, and they made his land waste: his cities are burned without inhabitant."},{"text":"Also the children of Noph and Tahapanes have broken the crown of thy head."},{"text":"Hast thou not procured this unto thyself, in that thou hast forsaken the LORD thy God, when he led thee by the way?"},{"text":"And now what hast thou to do in the way of Egypt, to drink the waters of Sihor? or what hast thou to do in the way of Assyria, to drink the waters of the river?"},{"text":"Thine own wickedness shall correct thee, and thy backslidings shall reprove thee: know therefore and see that it is an evil thing and bitter, that thou hast forsaken the LORD thy God, and that my fear is not in thee, saith the Lord GOD of hosts."},{"text":"For of old time I have broken thy yoke, and burst thy bands; and thou saidst, I will not transgress; when upon every high hill and under every green tree thou wanderest, playing the harlot."},{"text":"Yet I had planted thee a noble vine, wholly a right seed: how then art thou turned into the degenerate plant of a strange vine unto me?"},{"text":"For though thou wash thee with nitre, and take thee much soap, yet thine iniquity is marked before me, saith the Lord GOD."},{"text":"How canst thou say, I am not polluted, I have not gone after Baalim? see thy way in the valley, know what thou hast done: thou art a swift dromedary traversing her ways;"},{"text":"A wild ass used to the wilderness, that snuffeth up the wind at her pleasure; in her occasion who can turn her away? all they that seek her will not weary themselves; in her month they shall find her."},{"text":"Withhold thy foot from being unshod, and thy throat from thirst: but thou saidst, There is no hope: no; for I have loved strangers, and after them will I go."},{"text":"As the thief is ashamed when he is found, so is the house of Israel ashamed; they, their kings, their princes, and their priests, and their prophets."},{"text":"Saying to a stock, Thou art my father; and to a stone, Thou hast brought me forth: for they have turned their back unto me, and not their face: but in the time of their trouble they will say, Arise, and save us."},{"text":"But where are thy gods that thou hast made thee? let them arise, if they can save thee in the time of thy trouble: for according to the number of thy cities are thy gods, O Judah."},{"text":"Wherefore will ye plead with me? ye all have transgressed against me, saith the LORD."},{"text":"In vain have I smitten your children; they received no correction: your own sword hath devoured your prophets, like a destroying lion."},{"text":"O generation, see ye the word of the LORD. Have I been a wilderness unto Israel? a land of darkness? wherefore say my people, We are lords; we will come no more unto thee?"},{"text":"Can a maid forget her ornaments, or a bride her attire? yet my people have forgotten me days without number."},{"text":"Why trimmest thou thy way to seek love? therefore hast thou also taught the wicked ones thy ways."},{"text":"Also in thy skirts is found the blood of the souls of the poor innocents: I have not found it by secret search, but upon all these."},{"text":"Yet thou sayest, Because I am innocent, surely his anger shall turn from me. Behold, I will plead with thee, because thou sayest, I have not sinned."},{"text":"Why gaddest thou about so much to change thy way? thou also shalt be ashamed of Egypt, as thou wast ashamed of Assyria."},{"text":"Yea, thou shalt go forth from him, and thine hands upon thine head: for the LORD hath rejected thy confidences, and thou shalt not prosper in them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"Now Pashur the son of Immer the priest, who was also chief governor in the house of the LORD, heard that Jeremiah prophesied these things."},{"text":"Then Pashur smote Jeremiah the prophet, and put him in the stocks that were in the high gate of Benjamin, which was by the house of the LORD."},{"text":"And it came to pass on the morrow, that Pashur brought forth Jeremiah out of the stocks. Then said Jeremiah unto him, The LORD hath not called thy name Pashur, but Magormissabib."},{"text":"For thus saith the LORD, Behold, I will make thee a terror to thyself, and to all thy friends: and they shall fall by the sword of their enemies, and thine eyes shall behold it: and I will give all Judah into the hand of the king of Babylon, and he shall carry them captive into Babylon, and shall slay them with the sword."},{"text":"Moreover I will deliver all the strength of this city, and all the labours thereof, and all the precious things thereof, and all the treasures of the kings of Judah will I give into the hand of their enemies, which shall spoil them, and take them, and carry them to Babylon."},{"text":"And thou, Pashur, and all that dwell in thine house shall go into captivity: and thou shalt come to Babylon, and there thou shalt die, and shalt be buried there, thou, and all thy friends, to whom thou hast prophesied lies."},{"text":"O LORD, thou hast deceived me, and I was deceived; thou art stronger than I, and hast prevailed: I am in derision daily, every one mocketh me."},{"text":"For since I spake, I cried out, I cried violence and spoil; because the word of the LORD was made a reproach unto me, and a derision, daily."},{"text":"Then I said, I will not make mention of him, nor speak any more in his name. But his word was in mine heart as a burning fire shut up in my bones, and I was weary with forbearing, and I could not stay."},{"text":"For I heard the defaming of many, fear on every side. Report, say they, and we will report it. All my familiars watched for my halting, saying, Peradventure he will be enticed, and we shall prevail against him, and we shall take our revenge on him."},{"text":"But the LORD is with me as a mighty terrible one: therefore my persecutors shall stumble, and they shall not prevail: they shall be greatly ashamed; for they shall not prosper: their everlasting confusion shall never be forgotten."},{"text":"But, O LORD of hosts, that triest the righteous, and seest the reins and the heart, let me see thy vengeance on them: for unto thee have I opened my cause."},{"text":"Sing unto the LORD, praise ye the LORD: for he hath delivered the soul of the poor from the hand of evildoers."},{"text":"Cursed be the day wherein I was born: let not the day wherein my mother bare me be blessed."},{"text":"Cursed be the man who brought tidings to my father, saying, A man child is born unto thee; making him very glad."},{"text":"And let that man be as the cities which the LORD overthrew, and repented not: and let him hear the cry in the morning, and the shouting at noontide;"},{"text":"Because he slew me not from the womb; or that my mother might have been my grave, and her womb to be always great with me."},{"text":"Wherefore came I forth out of the womb to see labour and sorrow, that my days should be consumed with shame?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"The word which came unto Jeremiah from the LORD, when king Zedekiah sent unto him Pashur the son of Melchiah, and Zephaniah the son of Maaseiah the priest, saying,"},{"text":"Enquire, I pray thee, of the LORD for us; for Nebuchadrezzar king of Babylon maketh war against us; if so be that the LORD will deal with us according to all his wondrous works, that he may go up from us."},{"text":"Then said Jeremiah unto them, Thus shall ye say to Zedekiah:"},{"text":"Thus saith the LORD God of Israel; Behold, I will turn back the weapons of war that are in your hands, wherewith ye fight against the king of Babylon, and against the Chaldeans, which besiege you without the walls, and I will assemble them into the midst of this city."},{"text":"And I myself will fight against you with an outstretched hand and with a strong arm, even in anger, and in fury, and in great wrath."},{"text":"And I will smite the inhabitants of this city, both man and beast: they shall die of a great pestilence."},{"text":"And afterward, saith the LORD, I will deliver Zedekiah king of Judah, and his servants, and the people, and such as are left in this city from the pestilence, from the sword, and from the famine, into the hand of Nebuchadrezzar king of Babylon, and into the hand of their enemies, and into the hand of those that seek their life: and he shall smite them with the edge of the sword; he shall not spare them, neither have pity, nor have mercy."},{"text":"And unto this people thou shalt say, Thus saith the LORD; Behold, I set before you the way of life, and the way of death."},{"text":"He that abideth in this city shall die by the sword, and by the famine, and by the pestilence: but he that goeth out, and falleth to the Chaldeans that besiege you, he shall live, and his life shall be unto him for a prey."},{"text":"For I have set my face against this city for evil, and not for good, saith the LORD: it shall be given into the hand of the king of Babylon, and he shall burn it with fire."},{"text":"And touching the house of the king of Judah, say, Hear ye the word of the LORD;"},{"text":"O house of David, thus saith the LORD; Execute judgment in the morning, and deliver him that is spoiled out of the hand of the oppressor, lest my fury go out like fire, and burn that none can quench it, because of the evil of your doings."},{"text":"Behold, I am against thee, O inhabitant of the valley, and rock of the plain, saith the LORD; which say, Who shall come down against us? or who shall enter into our habitations?"},{"text":"But I will punish you according to the fruit of your doings, saith the LORD: and I will kindle a fire in the forest thereof, and it shall devour all things round about it."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":22,"verses":[{"text":"Thus saith the LORD; Go down to the house of the king of Judah, and speak there this word,"},{"text":"And say, Hear the word of the LORD, O king of Judah, that sittest upon the throne of David, thou, and thy servants, and thy people that enter in by these gates:"},{"text":"Thus saith the LORD; Execute ye judgment and righteousness, and deliver the spoiled out of the hand of the oppressor: and do no wrong, do no violence to the stranger, the fatherless, nor the widow, neither shed innocent blood in this place."},{"text":"For if ye do this thing indeed, then shall there enter in by the gates of this house kings sitting upon the throne of David, riding in chariots and on horses, he, and his servants, and his people."},{"text":"But if ye will not hear these words, I swear by myself, saith the LORD, that this house shall become a desolation."},{"text":"For thus saith the LORD unto the king's house of Judah; Thou art Gilead unto me, and the head of Lebanon: yet surely I will make thee a wilderness, and cities which are not inhabited."},{"text":"And I will prepare destroyers against thee, every one with his weapons: and they shall cut down thy choice cedars, and cast them into the fire."},{"text":"And many nations shall pass by this city, and they shall say every man to his neighbour, Wherefore hath the LORD done thus unto this great city?"},{"text":"Then they shall answer, Because they have forsaken the covenant of the LORD their God, and worshipped other gods, and served them."},{"text":"Weep ye not for the dead, neither bemoan him: but weep sore for him that goeth away: for he shall return no more, nor see his native country."},{"text":"For thus saith the LORD touching Shallum the son of Josiah king of Judah, which reigned instead of Josiah his father, which went forth out of this place; He shall not return thither any more:"},{"text":"But he shall die in the place whither they have led him captive, and shall see this land no more."},{"text":"Woe unto him that buildeth his house by unrighteousness, and his chambers by wrong; that useth his neighbour's service without wages, and giveth him not for his work;"},{"text":"That saith, I will build me a wide house and large chambers, and cutteth him out windows; and it is cieled with cedar, and painted with vermilion."},{"text":"Shalt thou reign, because thou closest thyself in cedar? did not thy father eat and drink, and do judgment and justice, and then it was well with him?"},{"text":"He judged the cause of the poor and needy; then it was well with him: was not this to know me? saith the LORD."},{"text":"But thine eyes and thine heart are not but for thy covetousness, and for to shed innocent blood, and for oppression, and for violence, to do it."},{"text":"Therefore thus saith the LORD concerning Jehoiakim the son of Josiah king of Judah; They shall not lament for him, saying, Ah my brother! or, Ah sister! they shall not lament for him, saying, Ah lord! or, Ah his glory!"},{"text":"He shall be buried with the burial of an ass, drawn and cast forth beyond the gates of Jerusalem."},{"text":"Go up to Lebanon, and cry; and lift up thy voice in Bashan, and cry from the passages: for all thy lovers are destroyed."},{"text":"I spake unto thee in thy prosperity; but thou saidst, I will not hear. This hath been thy manner from thy youth, that thou obeyedst not my voice."},{"text":"The wind shall eat up all thy pastors, and thy lovers shall go into captivity: surely then shalt thou be ashamed and confounded for all thy wickedness."},{"text":"O inhabitant of Lebanon, that makest thy nest in the cedars, how gracious shalt thou be when pangs come upon thee, the pain as of a woman in travail!"},{"text":"As I live, saith the LORD, though Coniah the son of Jehoiakim king of Judah were the signet upon my right hand, yet would I pluck thee thence;"},{"text":"And I will give thee into the hand of them that seek thy life, and into the hand of them whose face thou fearest, even into the hand of Nebuchadrezzar king of Babylon, and into the hand of the Chaldeans."},{"text":"And I will cast thee out, and thy mother that bare thee, into another country, where ye were not born; and there shall ye die."},{"text":"But to the land whereunto they desire to return, thither shall they not return."},{"text":"Is this man Coniah a despised broken idol? is he a vessel wherein is no pleasure? wherefore are they cast out, he and his seed, and are cast into a land which they know not?"},{"text":"O earth, earth, earth, hear the word of the LORD."},{"text":"Thus saith the LORD, Write ye this man childless, a man that shall not prosper in his days: for no man of his seed shall prosper, sitting upon the throne of David, and ruling any more in Judah."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":23,"verses":[{"text":"Woe be unto the pastors that destroy and scatter the sheep of my pasture! saith the LORD."},{"text":"Therefore thus saith the LORD God of Israel against the pastors that feed my people; Ye have scattered my flock, and driven them away, and have not visited them: behold, I will visit upon you the evil of your doings, saith the LORD."},{"text":"And I will gather the remnant of my flock out of all countries whither I have driven them, and will bring them again to their folds; and they shall be fruitful and increase."},{"text":"And I will set up shepherds over them which shall feed them: and they shall fear no more, nor be dismayed, neither shall they be lacking, saith the LORD."},{"text":"Behold, the days come, saith the LORD, that I will raise unto David a righteous Branch, and a King shall reign and prosper, and shall execute judgment and justice in the earth."},{"text":"In his days Judah shall be saved, and Israel shall dwell safely: and this is his name whereby he shall be called, THE LORD OUR RIGHTEOUSNESS."},{"text":"Therefore, behold, the days come, saith the LORD, that they shall no more say, The LORD liveth, which brought up the children of Israel out of the land of Egypt;"},{"text":"But, The LORD liveth, which brought up and which led the seed of the house of Israel out of the north country, and from all countries whither I had driven them; and they shall dwell in their own land."},{"text":"Mine heart within me is broken because of the prophets; all my bones shake; I am like a drunken man, and like a man whom wine hath overcome, because of the LORD, and because of the words of his holiness."},{"text":"For the land is full of adulterers; for because of swearing the land mourneth; the pleasant places of the wilderness are dried up, and their course is evil, and their force is not right."},{"text":"For both prophet and priest are profane; yea, in my house have I found their wickedness, saith the LORD."},{"text":"Wherefore their way shall be unto them as slippery ways in the darkness: they shall be driven on, and fall therein: for I will bring evil upon them, even the year of their visitation, saith the LORD."},{"text":"And I have seen folly in the prophets of Samaria; they prophesied in Baal, and caused my people Israel to err."},{"text":"I have seen also in the prophets of Jerusalem an horrible thing: they commit adultery, and walk in lies: they strengthen also the hands of evildoers, that none doth return from his wickedness; they are all of them unto me as Sodom, and the inhabitants thereof as Gomorrah."},{"text":"Therefore thus saith the LORD of hosts concerning the prophets; Behold, I will feed them with wormwood, and make them drink the water of gall: for from the prophets of Jerusalem is profaneness gone forth into all the land."},{"text":"Thus saith the LORD of hosts, Hearken not unto the words of the prophets that prophesy unto you: they make you vain: they speak a vision of their own heart, and not out of the mouth of the LORD."},{"text":"They say still unto them that despise me, The LORD hath said, Ye shall have peace; and they say unto every one that walketh after the imagination of his own heart, No evil shall come upon you."},{"text":"For who hath stood in the counsel of the LORD, and hath perceived and heard his word? who hath marked his word, and heard it?"},{"text":"Behold, a whirlwind of the LORD is gone forth in fury, even a grievous whirlwind: it shall fall grievously upon the head of the wicked."},{"text":"The anger of the LORD shall not return, until he have executed, and till he have performed the thoughts of his heart: in the latter days ye shall consider it perfectly."},{"text":"I have not sent these prophets, yet they ran: I have not spoken to them, yet they prophesied."},{"text":"But if they had stood in my counsel, and had caused my people to hear my words, then they should have turned them from their evil way, and from the evil of their doings."},{"text":"Am I a God at hand, saith the LORD, and not a God afar off?"},{"text":"Can any hide himself in secret places that I shall not see him? saith the LORD. Do not I fill heaven and earth? saith the LORD."},{"text":"I have heard what the prophets said, that prophesy lies in my name, saying, I have dreamed, I have dreamed."},{"text":"How long shall this be in the heart of the prophets that prophesy lies? yea, they are prophets of the deceit of their own heart;"},{"text":"Which think to cause my people to forget my name by their dreams which they tell every man to his neighbour, as their fathers have forgotten my name for Baal."},{"text":"The prophet that hath a dream, let him tell a dream; and he that hath my word, let him speak my word faithfully. What is the chaff to the wheat? saith the LORD."},{"text":"Is not my word like as a fire? saith the LORD; and like a hammer that breaketh the rock in pieces?"},{"text":"Therefore, behold, I am against the prophets, saith the LORD, that steal my words every one from his neighbour."},{"text":"Behold, I am against the prophets, saith the LORD, that use their tongues, and say, He saith."},{"text":"Behold, I am against them that prophesy false dreams, saith the LORD, and do tell them, and cause my people to err by their lies, and by their lightness; yet I sent them not, nor commanded them: therefore they shall not profit this people at all, saith the LORD."},{"text":"And when this people, or the prophet, or a priest, shall ask thee, saying, What is the burden of the LORD? thou shalt then say unto them, What burden? I will even forsake you, saith the LORD."},{"text":"And as for the prophet, and the priest, and the people, that shall say, The burden of the LORD, I will even punish that man and his house."},{"text":"Thus shall ye say every one to his neighbour, and every one to his brother, What hath the LORD answered? and, What hath the LORD spoken?"},{"text":"And the burden of the LORD shall ye mention no more: for every man's word shall be his burden; for ye have perverted the words of the living God, of the LORD of hosts our God."},{"text":"Thus shalt thou say to the prophet, What hath the LORD answered thee? and, What hath the LORD spoken?"},{"text":"But since ye say, The burden of the LORD; therefore thus saith the LORD; Because ye say this word, The burden of the LORD, and I have sent unto you, saying, Ye shall not say, The burden of the LORD;"},{"text":"Therefore, behold, I, even I, will utterly forget you, and I will forsake you, and the city that I gave you and your fathers, and cast you out of my presence:"},{"text":"And I will bring an everlasting reproach upon you, and a perpetual shame, which shall not be forgotten."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":24,"verses":[{"text":"The LORD shewed me, and, behold, two baskets of figs were set before the temple of the LORD, after that Nebuchadrezzar king of Babylon had carried away captive Jeconiah the son of Jehoiakim king of Judah, and the princes of Judah, with the carpenters and smiths, from Jerusalem, and had brought them to Babylon."},{"text":"One basket had very good figs, even like the figs that are first ripe: and the other basket had very naughty figs, which could not be eaten, they were so bad."},{"text":"Then said the LORD unto me, What seest thou, Jeremiah? And I said, Figs; the good figs, very good; and the evil, very evil, that cannot be eaten, they are so evil."},{"text":"Again the word of the LORD came unto me, saying,"},{"text":"Thus saith the LORD, the God of Israel; Like these good figs, so will I acknowledge them that are carried away captive of Judah, whom I have sent out of this place into the land of the Chaldeans for their good."},{"text":"For I will set mine eyes upon them for good, and I will bring them again to this land: and I will build them, and not pull them down; and I will plant them, and not pluck them up."},{"text":"And I will give them an heart to know me, that I am the LORD: and they shall be my people, and I will be their God: for they shall return unto me with their whole heart."},{"text":"And as the evil figs, which cannot be eaten, they are so evil; surely thus saith the LORD, So will I give Zedekiah the king of Judah, and his princes, and the residue of Jerusalem, that remain in this land, and them that dwell in the land of Egypt:"},{"text":"And I will deliver them to be removed into all the kingdoms of the earth for their hurt, to be a reproach and a proverb, a taunt and a curse, in all places whither I shall drive them."},{"text":"And I will send the sword, the famine, and the pestilence, among them, till they be consumed from off the land that I gave unto them and to their fathers."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":25,"verses":[{"text":"The word that came to Jeremiah concerning all the people of Judah in the fourth year of Jehoiakim the son of Josiah king of Judah, that was the first year of Nebuchadrezzar king of Babylon;"},{"text":"The which Jeremiah the prophet spake unto all the people of Judah, and to all the inhabitants of Jerusalem, saying,"},{"text":"From the thirteenth year of Josiah the son of Amon king of Judah, even unto this day, that is the three and twentieth year, the word of the LORD hath come unto me, and I have spoken unto you, rising early and speaking; but ye have not hearkened."},{"text":"And the LORD hath sent unto you all his servants the prophets, rising early and sending them; but ye have not hearkened, nor inclined your ear to hear."},{"text":"They said, Turn ye again now every one from his evil way, and from the evil of your doings, and dwell in the land that the LORD hath given unto you and to your fathers for ever and ever:"},{"text":"And go not after other gods to serve them, and to worship them, and provoke me not to anger with the works of your hands; and I will do you no hurt."},{"text":"Yet ye have not hearkened unto me, saith the LORD; that ye might provoke me to anger with the works of your hands to your own hurt."},{"text":"Therefore thus saith the LORD of hosts; Because ye have not heard my words,"},{"text":"Behold, I will send and take all the families of the north, saith the LORD, and Nebuchadrezzar the king of Babylon, my servant, and will bring them against this land, and against the inhabitants thereof, and against all these nations round about, and will utterly destroy them, and make them an astonishment, and an hissing, and perpetual desolations."},{"text":"Moreover I will take from them the voice of mirth, and the voice of gladness, the voice of the bridegroom, and the voice of the bride, the sound of the millstones, and the light of the candle."},{"text":"And this whole land shall be a desolation, and an astonishment; and these nations shall serve the king of Babylon seventy years."},{"text":"And it shall come to pass, when seventy years are accomplished, that I will punish the king of Babylon, and that nation, saith the LORD, for their iniquity, and the land of the Chaldeans, and will make it perpetual desolations."},{"text":"And I will bring upon that land all my words which I have pronounced against it, even all that is written in this book, which Jeremiah hath prophesied against all the nations."},{"text":"For many nations and great kings shall serve themselves of them also: and I will recompense them according to their deeds, and according to the works of their own hands."},{"text":"For thus saith the LORD God of Israel unto me; Take the wine cup of this fury at my hand, and cause all the nations, to whom I send thee, to drink it."},{"text":"And they shall drink, and be moved, and be mad, because of the sword that I will send among them."},{"text":"Then took I the cup at the LORD's hand, and made all the nations to drink, unto whom the LORD had sent me:"},{"text":"To wit, Jerusalem, and the cities of Judah, and the kings thereof, and the princes thereof, to make them a desolation, an astonishment, an hissing, and a curse; as it is this day;"},{"text":"Pharaoh king of Egypt, and his servants, and his princes, and all his people;"},{"text":"And all the mingled people, and all the kings of the land of Uz, and all the kings of the land of the Philistines, and Ashkelon, and Azzah, and Ekron, and the remnant of Ashdod,"},{"text":"Edom, and Moab, and the children of Ammon,"},{"text":"And all the kings of Tyrus, and all the kings of Zidon, and the kings of the isles which are beyond the sea,"},{"text":"Dedan, and Tema, and Buz, and all that are in the utmost corners,"},{"text":"And all the kings of Arabia, and all the kings of the mingled people that dwell in the desert,"},{"text":"And all the kings of Zimri, and all the kings of Elam, and all the kings of the Medes,"},{"text":"And all the kings of the north, far and near, one with another, and all the kingdoms of the world, which are upon the face of the earth: and the king of Sheshach shall drink after them."},{"text":"Therefore thou shalt say unto them, Thus saith the LORD of hosts, the God of Israel; Drink ye, and be drunken, and spue, and fall, and rise no more, because of the sword which I will send among you."},{"text":"And it shall be, if they refuse to take the cup at thine hand to drink, then shalt thou say unto them, Thus saith the LORD of hosts; Ye shall certainly drink."},{"text":"For, lo, I begin to bring evil on the city which is called by my name, and should ye be utterly unpunished? Ye shall not be unpunished: for I will call for a sword upon all the inhabitants of the earth, saith the LORD of hosts."},{"text":"Therefore prophesy thou against them all these words, and say unto them, The LORD shall roar from on high, and utter his voice from his holy habitation; he shall mightily roar upon his habitation; he shall give a shout, as they that tread the grapes, against all the inhabitants of the earth."},{"text":"A noise shall come even to the ends of the earth; for the LORD hath a controversy with the nations, he will plead with all flesh; he will give them that are wicked to the sword, saith the LORD."},{"text":"Thus saith the LORD of hosts, Behold, evil shall go forth from nation to nation, and a great whirlwind shall be raised up from the coasts of the earth."},{"text":"And the slain of the LORD shall be at that day from one end of the earth even unto the other end of the earth: they shall not be lamented, neither gathered, nor buried; they shall be dung upon the ground."},{"text":"Howl, ye shepherds, and cry; and wallow yourselves in the ashes, ye principal of the flock: for the days of your slaughter and of your dispersions are accomplished; and ye shall fall like a pleasant vessel."},{"text":"And the shepherds shall have no way to flee, nor the principal of the flock to escape."},{"text":"A voice of the cry of the shepherds, and an howling of the principal of the flock, shall be heard: for the LORD hath spoiled their pasture."},{"text":"And the peaceable habitations are cut down because of the fierce anger of the LORD."},{"text":"He hath forsaken his covert, as the lion: for their land is desolate because of the fierceness of the oppressor, and because of his fierce anger."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":26,"verses":[{"text":"In the beginning of the reign of Jehoiakim the son of Josiah king of Judah came this word from the LORD, saying,"},{"text":"Thus saith the LORD; Stand in the court of the LORD's house, and speak unto all the cities of Judah, which come to worship in the LORD's house, all the words that I command thee to speak unto them; diminish not a word:"},{"text":"If so be they will hearken, and turn every man from his evil way, that I may repent me of the evil, which I purpose to do unto them because of the evil of their doings."},{"text":"And thou shalt say unto them, Thus saith the LORD; If ye will not hearken to me, to walk in my law, which I have set before you,"},{"text":"To hearken to the words of my servants the prophets, whom I sent unto you, both rising up early, and sending them, but ye have not hearkened;"},{"text":"Then will I make this house like Shiloh, and will make this city a curse to all the nations of the earth."},{"text":"So the priests and the prophets and all the people heard Jeremiah speaking these words in the house of the LORD."},{"text":"Now it came to pass, when Jeremiah had made an end of speaking all that the LORD had commanded him to speak unto all the people, that the priests and the prophets and all the people took him, saying, Thou shalt surely die."},{"text":"Why hast thou prophesied in the name of the LORD, saying, This house shall be like Shiloh, and this city shall be desolate without an inhabitant? And all the people were gathered against Jeremiah in the house of the LORD."},{"text":"When the princes of Judah heard these things, then they came up from the king's house unto the house of the LORD, and sat down in the entry of the new gate of the LORD's house."},{"text":"Then spake the priests and the prophets unto the princes and to all the people, saying, This man is worthy to die; for he hath prophesied against this city, as ye have heard with your ears."},{"text":"Then spake Jeremiah unto all the princes and to all the people, saying, The LORD sent me to prophesy against this house and against this city all the words that ye have heard."},{"text":"Therefore now amend your ways and your doings, and obey the voice of the LORD your God; and the LORD will repent him of the evil that he hath pronounced against you."},{"text":"As for me, behold, I am in your hand: do with me as seemeth good and meet unto you."},{"text":"But know ye for certain, that if ye put me to death, ye shall surely bring innocent blood upon yourselves, and upon this city, and upon the inhabitants thereof: for of a truth the LORD hath sent me unto you to speak all these words in your ears."},{"text":"Then said the princes and all the people unto the priests and to the prophets; This man is not worthy to die: for he hath spoken to us in the name of the LORD our God."},{"text":"Then rose up certain of the elders of the land, and spake to all the assembly of the people, saying,"},{"text":"Micah the Morasthite prophesied in the days of Hezekiah king of Judah, and spake to all the people of Judah, saying, Thus saith the LORD of hosts; Zion shall be plowed like a field, and Jerusalem shall become heaps, and the mountain of the house as the high places of a forest."},{"text":"Did Hezekiah king of Judah and all Judah put him at all to death? did he not fear the LORD, and besought the LORD, and the LORD repented him of the evil which he had pronounced against them? Thus might we procure great evil against our souls."},{"text":"And there was also a man that prophesied in the name of the LORD, Urijah the son of Shemaiah of Kirjathjearim, who prophesied against this city and against this land according to all the words of Jeremiah."},{"text":"And when Jehoiakim the king, with all his mighty men, and all the princes, heard his words, the king sought to put him to death: but when Urijah heard it, he was afraid, and fled, and went into Egypt;"},{"text":"And Jehoiakim the king sent men into Egypt, namely, Elnathan the son of Achbor, and certain men with him into Egypt."},{"text":"And they fetched forth Urijah out of Egypt, and brought him unto Jehoiakim the king; who slew him with the sword, and cast his dead body into the graves of the common people."},{"text":"Nevertheless the hand of Ahikam the son of Shaphan was with Jeremiah, that they should not give him into the hand of the people to put him to death."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":27,"verses":[{"text":"In the beginning of the reign of Jehoiakim the son of Josiah king of Judah came this word unto Jeremiah from the LORD, saying,"},{"text":"Thus saith the LORD to me; Make thee bonds and yokes, and put them upon thy neck,"},{"text":"And send them to the king of Edom, and to the king of Moab, and to the king of the Ammonites, and to the king of Tyrus, and to the king of Zidon, by the hand of the messengers which come to Jerusalem unto Zedekiah king of Judah;"},{"text":"And command them to say unto their masters, Thus saith the LORD of hosts, the God of Israel; Thus shall ye say unto your masters;"},{"text":"I have made the earth, the man and the beast that are upon the ground, by my great power and by my outstretched arm, and have given it unto whom it seemed meet unto me."},{"text":"And now have I given all these lands into the hand of Nebuchadnezzar the king of Babylon, my servant; and the beasts of the field have I given him also to serve him."},{"text":"And all nations shall serve him, and his son, and his son's son, until the very time of his land come: and then many nations and great kings shall serve themselves of him."},{"text":"And it shall come to pass, that the nation and kingdom which will not serve the same Nebuchadnezzar the king of Babylon, and that will not put their neck under the yoke of the king of Babylon, that nation will I punish, saith the LORD, with the sword, and with the famine, and with the pestilence, until I have consumed them by his hand."},{"text":"Therefore hearken not ye to your prophets, nor to your diviners, nor to your dreamers, nor to your enchanters, nor to your sorcerers, which speak unto you, saying, Ye shall not serve the king of Babylon:"},{"text":"For they prophesy a lie unto you, to remove you far from your land; and that I should drive you out, and ye should perish."},{"text":"But the nations that bring their neck under the yoke of the king of Babylon, and serve him, those will I let remain still in their own land, saith the LORD; and they shall till it, and dwell therein."},{"text":"I spake also to Zedekiah king of Judah according to all these words, saying, Bring your necks under the yoke of the king of Babylon, and serve him and his people, and live."},{"text":"Why will ye die, thou and thy people, by the sword, by the famine, and by the pestilence, as the LORD hath spoken against the nation that will not serve the king of Babylon?"},{"text":"Therefore hearken not unto the words of the prophets that speak unto you, saying, Ye shall not serve the king of Babylon: for they prophesy a lie unto you."},{"text":"For I have not sent them, saith the LORD, yet they prophesy a lie in my name; that I might drive you out, and that ye might perish, ye, and the prophets that prophesy unto you."},{"text":"Also I spake to the priests and to all this people, saying, Thus saith the LORD; Hearken not to the words of your prophets that prophesy unto you, saying, Behold, the vessels of the LORD's house shall now shortly be brought again from Babylon: for they prophesy a lie unto you."},{"text":"Hearken not unto them; serve the king of Babylon, and live: wherefore should this city be laid waste?"},{"text":"But if they be prophets, and if the word of the LORD be with them, let them now make intercession to the LORD of hosts, that the vessels which are left in the house of the LORD, and in the house of the king of Judah, and at Jerusalem, go not to Babylon."},{"text":"For thus saith the LORD of hosts concerning the pillars, and concerning the sea, and concerning the bases, and concerning the residue of the vessels that remain in this city."},{"text":"Which Nebuchadnezzar king of Babylon took not, when he carried away captive Jeconiah the son of Jehoiakim king of Judah from Jerusalem to Babylon, and all the nobles of Judah and Jerusalem;"},{"text":"Yea, thus saith the LORD of hosts, the God of Israel, concerning the vessels that remain in the house of the LORD, and in the house of the king of Judah and of Jerusalem;"},{"text":"They shall be carried to Babylon, and there shall they be until the day that I visit them, saith the LORD; then will I bring them up, and restore them to this place."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":28,"verses":[{"text":"And it came to pass the same year, in the beginning of the reign of Zedekiah king of Judah, in the fourth year, and in the fifth month, that Hananiah the son of Azur the prophet, which was of Gibeon, spake unto me in the house of the LORD, in the presence of the priests and of all the people, saying,"},{"text":"Thus speaketh the LORD of hosts, the God of Israel, saying, I have broken the yoke of the king of Babylon."},{"text":"Within two full years will I bring again into this place all the vessels of the LORD's house, that Nebuchadnezzar king of Babylon took away from this place, and carried them to Babylon:"},{"text":"And I will bring again to this place Jeconiah the son of Jehoiakim king of Judah, with all the captives of Judah, that went into Babylon, saith the LORD: for I will break the yoke of the king of Babylon."},{"text":"Then the prophet Jeremiah said unto the prophet Hananiah in the presence of the priests, and in the presence of all the people that stood in the house of the LORD,"},{"text":"Even the prophet Jeremiah said, Amen: the LORD do so: the LORD perform thy words which thou hast prophesied, to bring again the vessels of the LORD's house, and all that is carried away captive, from Babylon into this place."},{"text":"Nevertheless hear thou now this word that I speak in thine ears, and in the ears of all the people;"},{"text":"The prophets that have been before me and before thee of old prophesied both against many countries, and against great kingdoms, of war, and of evil, and of pestilence."},{"text":"The prophet which prophesieth of peace, when the word of the prophet shall come to pass, then shall the prophet be known, that the LORD hath truly sent him."},{"text":"Then Hananiah the prophet took the yoke from off the prophet Jeremiah's neck, and brake it."},{"text":"And Hananiah spake in the presence of all the people, saying, Thus saith the LORD; Even so will I break the yoke of Nebuchadnezzar king of Babylon from the neck of all nations within the space of two full years. And the prophet Jeremiah went his way."},{"text":"Then the word of the LORD came unto Jeremiah the prophet, after that Hananiah the prophet had broken the yoke from off the neck of the prophet Jeremiah, saying,"},{"text":"Go and tell Hananiah, saying, Thus saith the LORD; Thou hast broken the yokes of wood; but thou shalt make for them yokes of iron."},{"text":"For thus saith the LORD of hosts, the God of Israel; I have put a yoke of iron upon the neck of all these nations, that they may serve Nebuchadnezzar king of Babylon; and they shall serve him: and I have given him the beasts of the field also."},{"text":"Then said the prophet Jeremiah unto Hananiah the prophet, Hear now, Hananiah; The LORD hath not sent thee; but thou makest this people to trust in a lie."},{"text":"Therefore thus saith the LORD; Behold, I will cast thee from off the face of the earth: this year thou shalt die, because thou hast taught rebellion against the LORD."},{"text":"So Hananiah the prophet died the same year in the seventh month."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":29,"verses":[{"text":"Now these are the words of the letter that Jeremiah the prophet sent from Jerusalem unto the residue of the elders which were carried away captives, and to the priests, and to the prophets, and to all the people whom Nebuchadnezzar had carried away captive from Jerusalem to Babylon;"},{"text":"(After that Jeconiah the king, and the queen, and the eunuchs, the princes of Judah and Jerusalem, and the carpenters, and the smiths, were departed from Jerusalem;)"},{"text":"By the hand of Elasah the son of Shaphan, and Gemariah the son of Hilkiah, (whom Zedekiah king of Judah sent unto Babylon to Nebuchadnezzar king of Babylon) saying,"},{"text":"Thus saith the LORD of hosts, the God of Israel, unto all that are carried away captives, whom I have caused to be carried away from Jerusalem unto Babylon;"},{"text":"Build ye houses, and dwell in them; and plant gardens, and eat the fruit of them;"},{"text":"Take ye wives, and beget sons and daughters; and take wives for your sons, and give your daughters to husbands, that they may bear sons and daughters; that ye may be increased there, and not diminished."},{"text":"And seek the peace of the city whither I have caused you to be carried away captives, and pray unto the LORD for it: for in the peace thereof shall ye have peace."},{"text":"For thus saith the LORD of hosts, the God of Israel; Let not your prophets and your diviners, that be in the midst of you, deceive you, neither hearken to your dreams which ye cause to be dreamed."},{"text":"For they prophesy falsely unto you in my name: I have not sent them, saith the LORD."},{"text":"For thus saith the LORD, That after seventy years be accomplished at Babylon I will visit you, and perform my good word toward you, in causing you to return to this place."},{"text":"For I know the thoughts that I think toward you, saith the LORD, thoughts of peace, and not of evil, to give you an expected end."},{"text":"Then shall ye call upon me, and ye shall go and pray unto me, and I will hearken unto you."},{"text":"And ye shall seek me, and find me, when ye shall search for me with all your heart."},{"text":"And I will be found of you, saith the LORD: and I will turn away your captivity, and I will gather you from all the nations, and from all the places whither I have driven you, saith the LORD; and I will bring you again into the place whence I caused you to be carried away captive."},{"text":"Because ye have said, The LORD hath raised us up prophets in Babylon;"},{"text":"Know that thus saith the LORD of the king that sitteth upon the throne of David, and of all the people that dwelleth in this city, and of your brethren that are not gone forth with you into captivity;"},{"text":"Thus saith the LORD of hosts; Behold, I will send upon them the sword, the famine, and the pestilence, and will make them like vile figs, that cannot be eaten, they are so evil."},{"text":"And I will persecute them with the sword, with the famine, and with the pestilence, and will deliver them to be removed to all the kingdoms of the earth, to be a curse, and an astonishment, and an hissing, and a reproach, among all the nations whither I have driven them:"},{"text":"Because they have not hearkened to my words, saith the LORD, which I sent unto them by my servants the prophets, rising up early and sending them; but ye would not hear, saith the LORD."},{"text":"Hear ye therefore the word of the LORD, all ye of the captivity, whom I have sent from Jerusalem to Babylon:"},{"text":"Thus saith the LORD of hosts, the God of Israel, of Ahab the son of Kolaiah, and of Zedekiah the son of Maaseiah, which prophesy a lie unto you in my name; Behold, I will deliver them into the hand of Nebuchadrezzar king of Babylon; and he shall slay them before your eyes;"},{"text":"And of them shall be taken up a curse by all the captivity of Judah which are in Babylon, saying, The LORD make thee like Zedekiah and like Ahab, whom the king of Babylon roasted in the fire;"},{"text":"Because they have committed villany in Israel, and have committed adultery with their neighbours' wives, and have spoken lying words in my name, which I have not commanded them; even I know, and am a witness, saith the LORD."},{"text":"Thus shalt thou also speak to Shemaiah the Nehelamite, saying,"},{"text":"Thus speaketh the LORD of hosts, the God of Israel, saying, Because thou hast sent letters in thy name unto all the people that are at Jerusalem, and to Zephaniah the son of Maaseiah the priest, and to all the priests, saying,"},{"text":"The LORD hath made thee priest in the stead of Jehoiada the priest, that ye should be officers in the house of the LORD, for every man that is mad, and maketh himself a prophet, that thou shouldest put him in prison, and in the stocks."},{"text":"Now therefore why hast thou not reproved Jeremiah of Anathoth, which maketh himself a prophet to you?"},{"text":"For therefore he sent unto us in Babylon, saying, This captivity is long: build ye houses, and dwell in them; and plant gardens, and eat the fruit of them."},{"text":"And Zephaniah the priest read this letter in the ears of Jeremiah the prophet."},{"text":"Then came the word of the LORD unto Jeremiah, saying,"},{"text":"Send to all them of the captivity, saying, Thus saith the LORD concerning Shemaiah the Nehelamite; Because that Shemaiah hath prophesied unto you, and I sent him not, and he caused you to trust in a lie:"},{"text":"Therefore thus saith the LORD; Behold, I will punish Shemaiah the Nehelamite, and his seed: he shall not have a man to dwell among this people; neither shall he behold the good that I will do for my people, saith the LORD; because he hath taught rebellion against the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"They say, If a man put away his wife, and she go from him, and become another man's, shall he return unto her again? shall not that land be greatly polluted? but thou hast played the harlot with many lovers; yet return again to me, saith the LORD."},{"text":"Lift up thine eyes unto the high places, and see where thou hast not been lien with. In the ways hast thou sat for them, as the Arabian in the wilderness; and thou hast polluted the land with thy whoredoms and with thy wickedness."},{"text":"Therefore the showers have been withholden, and there hath been no latter rain; and thou hadst a whore's forehead, thou refusedst to be ashamed."},{"text":"Wilt thou not from this time cry unto me, My father, thou art the guide of my youth?"},{"text":"Will he reserve his anger for ever? will he keep it to the end? Behold, thou hast spoken and done evil things as thou couldest."},{"text":"The LORD said also unto me in the days of Josiah the king, Hast thou seen that which backsliding Israel hath done? she is gone up upon every high mountain and under every green tree, and there hath played the harlot."},{"text":"And I said after she had done all these things, Turn thou unto me. But she returned not. And her treacherous sister Judah saw it."},{"text":"And I saw, when for all the causes whereby backsliding Israel committed adultery I had put her away, and given her a bill of divorce; yet her treacherous sister Judah feared not, but went and played the harlot also."},{"text":"And it came to pass through the lightness of her whoredom, that she defiled the land, and committed adultery with stones and with stocks."},{"text":"And yet for all this her treacherous sister Judah hath not turned unto me with her whole heart, but feignedly, saith the LORD."},{"text":"And the LORD said unto me, The backsliding Israel hath justified herself more than treacherous Judah."},{"text":"Go and proclaim these words toward the north, and say, Return, thou backsliding Israel, saith the LORD; and I will not cause mine anger to fall upon you: for I am merciful, saith the LORD, and I will not keep anger for ever."},{"text":"Only acknowledge thine iniquity, that thou hast transgressed against the LORD thy God, and hast scattered thy ways to the strangers under every green tree, and ye have not obeyed my voice, saith the LORD."},{"text":"Turn, O backsliding children, saith the LORD; for I am married unto you: and I will take you one of a city, and two of a family, and I will bring you to Zion:"},{"text":"And I will give you pastors according to mine heart, which shall feed you with knowledge and understanding."},{"text":"And it shall come to pass, when ye be multiplied and increased in the land, in those days, saith the LORD, they shall say no more, The ark of the covenant of the LORD: neither shall it come to mind: neither shall they remember it; neither shall they visit it; neither shall that be done any more."},{"text":"At that time they shall call Jerusalem the throne of the LORD; and all the nations shall be gathered unto it, to the name of the LORD, to Jerusalem: neither shall they walk any more after the imagination of their evil heart."},{"text":"In those days the house of Judah shall walk with the house of Israel, and they shall come together out of the land of the north to the land that I have given for an inheritance unto your fathers."},{"text":"But I said, How shall I put thee among the children, and give thee a pleasant land, a goodly heritage of the hosts of nations? and I said, Thou shalt call me, My father; and shalt not turn away from me."},{"text":"Surely as a wife treacherously departeth from her husband, so have ye dealt treacherously with me, O house of Israel, saith the LORD."},{"text":"A voice was heard upon the high places, weeping and supplications of the children of Israel: for they have perverted their way, and they have forgotten the LORD their God."},{"text":"Return, ye backsliding children, and I will heal your backslidings."},{"text":"Truly in vain is salvation hoped for from the hills, and from the multitude of mountains: truly in the LORD our God is the salvation of Israel."},{"text":"For shame hath devoured the labour of our fathers from our youth; their flocks and their herds, their sons and their daughters."},{"text":"We lie down in our shame, and our confusion covereth us: for we have sinned against the LORD our God, we and our fathers, from our youth even unto this day, and have not obeyed the voice of the LORD our God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":30,"verses":[{"text":"The word that came to Jeremiah from the LORD, saying,"},{"text":"Thus speaketh the LORD God of Israel, saying, Write thee all the words that I have spoken unto thee in a book."},{"text":"For, lo, the days come, saith the LORD, that I will bring again the captivity of my people Israel and Judah, saith the LORD: and I will cause them to return to the land that I gave to their fathers, and they shall possess it."},{"text":"And these are the words that the LORD spake concerning Israel and concerning Judah."},{"text":"For thus saith the LORD; We have heard a voice of trembling, of fear, and not of peace."},{"text":"Ask ye now, and see whether a man doth travail with child? wherefore do I see every man with his hands on his loins, as a woman in travail, and all faces are turned into paleness?"},{"text":"Alas! for that day is great, so that none is like it: it is even the time of Jacob's trouble, but he shall be saved out of it."},{"text":"For it shall come to pass in that day, saith the LORD of hosts, that I will break his yoke from off thy neck, and will burst thy bonds, and strangers shall no more serve themselves of him:"},{"text":"But they shall serve the LORD their God, and David their king, whom I will raise up unto them."},{"text":"Therefore fear thou not, O my servant Jacob, saith the LORD; neither be dismayed, O Israel: for, lo, I will save thee from afar, and thy seed from the land of their captivity; and Jacob shall return, and shall be in rest, and be quiet, and none shall make him afraid."},{"text":"For I am with thee, saith the LORD, to save thee: though I make a full end of all nations whither I have scattered thee, yet I will not make a full end of thee: but I will correct thee in measure, and will not leave thee altogether unpunished."},{"text":"For thus saith the LORD, Thy bruise is incurable, and thy wound is grievous."},{"text":"There is none to plead thy cause, that thou mayest be bound up: thou hast no healing medicines."},{"text":"All thy lovers have forgotten thee; they seek thee not; for I have wounded thee with the wound of an enemy, with the chastisement of a cruel one, for the multitude of thine iniquity; because thy sins were increased."},{"text":"Why criest thou for thine affliction? thy sorrow is incurable for the multitude of thine iniquity: because thy sins were increased, I have done these things unto thee."},{"text":"Therefore all they that devour thee shall be devoured; and all thine adversaries, every one of them, shall go into captivity; and they that spoil thee shall be a spoil, and all that prey upon thee will I give for a prey."},{"text":"For I will restore health unto thee, and I will heal thee of thy wounds, saith the LORD; because they called thee an Outcast, saying, This is Zion, whom no man seeketh after."},{"text":"Thus saith the LORD; Behold, I will bring again the captivity of Jacob's tents, and have mercy on his dwellingplaces; and the city shall be builded upon her own heap, and the palace shall remain after the manner thereof."},{"text":"And out of them shall proceed thanksgiving and the voice of them that make merry: and I will multiply them, and they shall not be few; I will also glorify them, and they shall not be small."},{"text":"Their children also shall be as aforetime, and their congregation shall be established before me, and I will punish all that oppress them."},{"text":"And their nobles shall be of themselves, and their governor shall proceed from the midst of them; and I will cause him to draw near, and he shall approach unto me: for who is this that engaged his heart to approach unto me? saith the LORD."},{"text":"And ye shall be my people, and I will be your God."},{"text":"Behold, the whirlwind of the LORD goeth forth with fury, a continuing whirlwind: it shall fall with pain upon the head of the wicked."},{"text":"The fierce anger of the LORD shall not return, until he hath done it, and until he have performed the intents of his heart: in the latter days ye shall consider it."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":31,"verses":[{"text":"At the same time, saith the LORD, will I be the God of all the families of Israel, and they shall be my people."},{"text":"Thus saith the LORD, The people which were left of the sword found grace in the wilderness; even Israel, when I went to cause him to rest."},{"text":"The LORD hath appeared of old unto me, saying, Yea, I have loved thee with an everlasting love: therefore with lovingkindness have I drawn thee."},{"text":"Again I will build thee, and thou shalt be built, O virgin of Israel: thou shalt again be adorned with thy tabrets, and shalt go forth in the dances of them that make merry."},{"text":"Thou shalt yet plant vines upon the mountains of Samaria: the planters shall plant, and shall eat them as common things."},{"text":"For there shall be a day, that the watchmen upon the mount Ephraim shall cry, Arise ye, and let us go up to Zion unto the LORD our God."},{"text":"For thus saith the LORD; Sing with gladness for Jacob, and shout among the chief of the nations: publish ye, praise ye, and say, O LORD, save thy people, the remnant of Israel."},{"text":"Behold, I will bring them from the north country, and gather them from the coasts of the earth, and with them the blind and the lame, the woman with child and her that travaileth with child together: a great company shall return thither."},{"text":"They shall come with weeping, and with supplications will I lead them: I will cause them to walk by the rivers of waters in a straight way, wherein they shall not stumble: for I am a father to Israel, and Ephraim is my firstborn."},{"text":"Hear the word of the LORD, O ye nations, and declare it in the isles afar off, and say, He that scattered Israel will gather him, and keep him, as a shepherd doth his flock."},{"text":"For the LORD hath redeemed Jacob, and ransomed him from the hand of him that was stronger than he."},{"text":"Therefore they shall come and sing in the height of Zion, and shall flow together to the goodness of the LORD, for wheat, and for wine, and for oil, and for the young of the flock and of the herd: and their soul shall be as a watered garden; and they shall not sorrow any more at all."},{"text":"Then shall the virgin rejoice in the dance, both young men and old together: for I will turn their mourning into joy, and will comfort them, and make them rejoice from their sorrow."},{"text":"And I will satiate the soul of the priests with fatness, and my people shall be satisfied with my goodness, saith the LORD."},{"text":"Thus saith the LORD; A voice was heard in Ramah, lamentation, and bitter weeping; Rahel weeping for her children refused to be comforted for her children, because they were not."},{"text":"Thus saith the LORD; Refrain thy voice from weeping, and thine eyes from tears: for thy work shall be rewarded, saith the LORD; and they shall come again from the land of the enemy."},{"text":"And there is hope in thine end, saith the LORD, that thy children shall come again to their own border."},{"text":"I have surely heard Ephraim bemoaning himself thus; Thou hast chastised me, and I was chastised, as a bullock unaccustomed to the yoke: turn thou me, and I shall be turned; for thou art the LORD my God."},{"text":"Surely after that I was turned, I repented; and after that I was instructed, I smote upon my thigh: I was ashamed, yea, even confounded, because I did bear the reproach of my youth."},{"text":"Is Ephraim my dear son? is he a pleasant child? for since I spake against him, I do earnestly remember him still: therefore my bowels are troubled for him; I will surely have mercy upon him, saith the LORD."},{"text":"Set thee up waymarks, make thee high heaps: set thine heart toward the highway, even the way which thou wentest: turn again, O virgin of Israel, turn again to these thy cities."},{"text":"How long wilt thou go about, O thou backsliding daughter? for the LORD hath created a new thing in the earth, A woman shall compass a man."},{"text":"Thus saith the LORD of hosts, the God of Israel; As yet they shall use this speech in the land of Judah and in the cities thereof, when I shall bring again their captivity; The LORD bless thee, O habitation of justice, and mountain of holiness."},{"text":"And there shall dwell in Judah itself, and in all the cities thereof together, husbandmen, and they that go forth with flocks."},{"text":"For I have satiated the weary soul, and I have replenished every sorrowful soul."},{"text":"Upon this I awaked, and beheld; and my sleep was sweet unto me."},{"text":"Behold, the days come, saith the LORD, that I will sow the house of Israel and the house of Judah with the seed of man, and with the seed of beast."},{"text":"And it shall come to pass, that like as I have watched over them, to pluck up, and to break down, and to throw down, and to destroy, and to afflict; so will I watch over them, to build, and to plant, saith the LORD."},{"text":"In those days they shall say no more, The fathers have eaten a sour grape, and the children's teeth are set on edge."},{"text":"But every one shall die for his own iniquity: every man that eateth the sour grape, his teeth shall be set on edge."},{"text":"Behold, the days come, saith the LORD, that I will make a new covenant with the house of Israel, and with the house of Judah:"},{"text":"Not according to the covenant that I made with their fathers in the day that I took them by the hand to bring them out of the land of Egypt; which my covenant they brake, although I was an husband unto them, saith the LORD:"},{"text":"But this shall be the covenant that I will make with the house of Israel; After those days, saith the LORD, I will put my law in their inward parts, and write it in their hearts; and will be their God, and they shall be my people."},{"text":"And they shall teach no more every man his neighbour, and every man his brother, saying, Know the LORD: for they shall all know me, from the least of them unto the greatest of them, saith the LORD: for I will forgive their iniquity, and I will remember their sin no more."},{"text":"Thus saith the LORD, which giveth the sun for a light by day, and the ordinances of the moon and of the stars for a light by night, which divideth the sea when the waves thereof roar; The LORD of hosts is his name:"},{"text":"If those ordinances depart from before me, saith the LORD, then the seed of Israel also shall cease from being a nation before me for ever."},{"text":"Thus saith the LORD; If heaven above can be measured, and the foundations of the earth searched out beneath, I will also cast off all the seed of Israel for all that they have done, saith the LORD."},{"text":"Behold, the days come, saith the LORD, that the city shall be built to the LORD from the tower of Hananeel unto the gate of the corner."},{"text":"And the measuring line shall yet go forth over against it upon the hill Gareb, and shall compass about to Goath."},{"text":"And the whole valley of the dead bodies, and of the ashes, and all the fields unto the brook of Kidron, unto the corner of the horse gate toward the east, shall be holy unto the LORD; it shall not be plucked up, nor thrown down any more for ever."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":32,"verses":[{"text":"The word that came to Jeremiah from the LORD in the tenth year of Zedekiah king of Judah, which was the eighteenth year of Nebuchadrezzar."},{"text":"For then the king of Babylon's army besieged Jerusalem: and Jeremiah the prophet was shut up in the court of the prison, which was in the king of Judah's house."},{"text":"For Zedekiah king of Judah had shut him up, saying, Wherefore dost thou prophesy, and say, Thus saith the LORD, Behold, I will give this city into the hand of the king of Babylon, and he shall take it;"},{"text":"And Zedekiah king of Judah shall not escape out of the hand of the Chaldeans, but shall surely be delivered into the hand of the king of Babylon, and shall speak with him mouth to mouth, and his eyes shall behold his eyes;"},{"text":"And he shall lead Zedekiah to Babylon, and there shall he be until I visit him, saith the LORD: though ye fight with the Chaldeans, ye shall not prosper."},{"text":"And Jeremiah said, The word of the LORD came unto me, saying,"},{"text":"Behold, Hanameel the son of Shallum thine uncle shall come unto thee saying, Buy thee my field that is in Anathoth: for the right of redemption is thine to buy it."},{"text":"So Hanameel mine uncle's son came to me in the court of the prison according to the word of the LORD, and said unto me, Buy my field, I pray thee, that is in Anathoth, which is in the country of Benjamin: for the right of inheritance is thine, and the redemption is thine; buy it for thyself."},{"text":"And I bought the field of Hanameel my uncle's son, that was in Anathoth, and weighed him the money, even seventeen shekels of silver."},{"text":"And I subscribed the evidence, and sealed it, and took witnesses, and weighed him the money in the balances."},{"text":"So I took the evidence of the purchase, both that which was sealed according to the law and custom, and that which was open:"},{"text":"And I gave the evidence of the purchase unto Baruch the son of Neriah, the son of Maaseiah, in the sight of Hanameel mine uncle's son, and in the presence of the witnesses that subscribed the book of the purchase, before all the Jews that sat in the court of the prison."},{"text":"And I charged Baruch before them, saying,"},{"text":"Thus saith the LORD of hosts, the God of Israel; Take these evidences, this evidence of the purchase, both which is sealed, and this evidence which is open; and put them in an earthen vessel, that they may continue many days."},{"text":"For thus saith the LORD of hosts, the God of Israel; Houses and fields and vineyards shall be possessed again in this land."},{"text":"Now when I had delivered the evidence of the purchase unto Baruch the son of Neriah, I prayed unto the LORD, saying,"},{"text":"Ah Lord GOD! behold, thou hast made the heaven and the earth by thy great power and stretched out arm, and there is nothing too hard for thee:"},{"text":"Thou shewest lovingkindness unto thousands, and recompensest the iniquity of the fathers into the bosom of their children after them: the Great, the Mighty God, the LORD of hosts, is his name,"},{"text":"Great in counsel, and mighty in work: for thine eyes are open upon all the ways of the sons of men: to give every one according to his ways, and according to the fruit of his doings:"},{"text":"Which hast set signs and wonders in the land of Egypt, even unto this day, and in Israel, and among other men; and hast made thee a name, as at this day;"},{"text":"And hast brought forth thy people Israel out of the land of Egypt with signs, and with wonders, and with a strong hand, and with a stretched out arm, and with great terror;"},{"text":"And hast given them this land, which thou didst swear to their fathers to give them, a land flowing with milk and honey;"},{"text":"And they came in, and possessed it; but they obeyed not thy voice, neither walked in thy law; they have done nothing of all that thou commandedst them to do: therefore thou hast caused all this evil to come upon them:"},{"text":"Behold the mounts, they are come unto the city to take it; and the city is given into the hand of the Chaldeans, that fight against it, because of the sword, and of the famine, and of the pestilence: and what thou hast spoken is come to pass; and, behold, thou seest it."},{"text":"And thou hast said unto me, O Lord GOD, Buy thee the field for money, and take witnesses; for the city is given into the hand of the Chaldeans."},{"text":"Then came the word of the LORD unto Jeremiah, saying,"},{"text":"Behold, I am the LORD, the God of all flesh: is there any thing too hard for me?"},{"text":"Therefore thus saith the LORD; Behold, I will give this city into the hand of the Chaldeans, and into the hand of Nebuchadrezzar king of Babylon, and he shall take it:"},{"text":"And the Chaldeans, that fight against this city, shall come and set fire on this city, and burn it with the houses, upon whose roofs they have offered incense unto Baal, and poured out drink offerings unto other gods, to provoke me to anger."},{"text":"For the children of Israel and the children of Judah have only done evil before me from their youth: for the children of Israel have only provoked me to anger with the work of their hands, saith the LORD."},{"text":"For this city hath been to me as a provocation of mine anger and of my fury from the day that they built it even unto this day; that I should remove it from before my face,"},{"text":"Because of all the evil of the children of Israel and of the children of Judah, which they have done to provoke me to anger, they, their kings, their princes, their priests, and their prophets, and the men of Judah, and the inhabitants of Jerusalem."},{"text":"And they have turned unto me the back, and not the face: though I taught them, rising up early and teaching them, yet they have not hearkened to receive instruction."},{"text":"But they set their abominations in the house, which is called by my name, to defile it."},{"text":"And they built the high places of Baal, which are in the valley of the son of Hinnom, to cause their sons and their daughters to pass through the fire unto Molech; which I commanded them not, neither came it into my mind, that they should do this abomination, to cause Judah to sin."},{"text":"And now therefore thus saith the LORD, the God of Israel, concerning this city, whereof ye say, It shall be delivered into the hand of the king of Babylon by the sword, and by the famine, and by the pestilence;"},{"text":"Behold, I will gather them out of all countries, whither I have driven them in mine anger, and in my fury, and in great wrath; and I will bring them again unto this place, and I will cause them to dwell safely:"},{"text":"And they shall be my people, and I will be their God:"},{"text":"And I will give them one heart, and one way, that they may fear me for ever, for the good of them, and of their children after them:"},{"text":"And I will make an everlasting covenant with them, that I will not turn away from them, to do them good; but I will put my fear in their hearts, that they shall not depart from me."},{"text":"Yea, I will rejoice over them to do them good, and I will plant them in this land assuredly with my whole heart and with my whole soul."},{"text":"For thus saith the LORD; Like as I have brought all this great evil upon this people, so will I bring upon them all the good that I have promised them."},{"text":"And fields shall be bought in this land, whereof ye say, It is desolate without man or beast; it is given into the hand of the Chaldeans."},{"text":"Men shall buy fields for money, and subscribe evidences, and seal them, and take witnesses in the land of Benjamin, and in the places about Jerusalem, and in the cities of Judah, and in the cities of the mountains, and in the cities of the valley, and in the cities of the south: for I will cause their captivity to return, saith the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":33,"verses":[{"text":"Moreover the word of the LORD came unto Jeremiah the second time, while he was yet shut up in the court of the prison, saying,"},{"text":"Thus saith the LORD the maker thereof, the LORD that formed it, to establish it; the LORD is his name;"},{"text":"Call unto me, and I will answer thee, and shew thee great and mighty things, which thou knowest not."},{"text":"For thus saith the LORD, the God of Israel, concerning the houses of this city, and concerning the houses of the kings of Judah, which are thrown down by the mounts, and by the sword;"},{"text":"They come to fight with the Chaldeans, but it is to fill them with the dead bodies of men, whom I have slain in mine anger and in my fury, and for all whose wickedness I have hid my face from this city."},{"text":"Behold, I will bring it health and cure, and I will cure them, and will reveal unto them the abundance of peace and truth."},{"text":"And I will cause the captivity of Judah and the captivity of Israel to return, and will build them, as at the first."},{"text":"And I will cleanse them from all their iniquity, whereby they have sinned against me; and I will pardon all their iniquities, whereby they have sinned, and whereby they have transgressed against me."},{"text":"And it shall be to me a name of joy, a praise and an honour before all the nations of the earth, which shall hear all the good that I do unto them: and they shall fear and tremble for all the goodness and for all the prosperity that I procure unto it."},{"text":"Thus saith the LORD; Again there shall be heard in this place, which ye say shall be desolate without man and without beast, even in the cities of Judah, and in the streets of Jerusalem, that are desolate, without man, and without inhabitant, and without beast,"},{"text":"The voice of joy, and the voice of gladness, the voice of the bridegroom, and the voice of the bride, the voice of them that shall say, Praise the LORD of hosts: for the LORD is good; for his mercy endureth for ever: and of them that shall bring the sacrifice of praise into the house of the LORD. For I will cause to return the captivity of the land, as at the first, saith the LORD."},{"text":"Thus saith the LORD of hosts; Again in this place, which is desolate without man and without beast, and in all the cities thereof, shall be an habitation of shepherds causing their flocks to lie down."},{"text":"In the cities of the mountains, in the cities of the vale, and in the cities of the south, and in the land of Benjamin, and in the places about Jerusalem, and in the cities of Judah, shall the flocks pass again under the hands of him that telleth them, saith the LORD."},{"text":"Behold, the days come, saith the LORD, that I will perform that good thing which I have promised unto the house of Israel and to the house of Judah."},{"text":"In those days, and at that time, will I cause the Branch of righteousness to grow up unto David; and he shall execute judgment and righteousness in the land."},{"text":"In those days shall Judah be saved, and Jerusalem shall dwell safely: and this is the name wherewith she shall be called, The LORD our righteousness."},{"text":"For thus saith the LORD; David shall never want a man to sit upon the throne of the house of Israel;"},{"text":"Neither shall the priests the Levites want a man before me to offer burnt offerings, and to kindle meat offerings, and to do sacrifice continually."},{"text":"And the word of the LORD came unto Jeremiah, saying,"},{"text":"Thus saith the LORD; If ye can break my covenant of the day, and my covenant of the night, and that there should not be day and night in their season;"},{"text":"Then may also my covenant be broken with David my servant, that he should not have a son to reign upon his throne; and with the Levites the priests, my ministers."},{"text":"As the host of heaven cannot be numbered, neither the sand of the sea measured: so will I multiply the seed of David my servant, and the Levites that minister unto me."},{"text":"Moreover the word of the LORD came to Jeremiah, saying,"},{"text":"Considerest thou not what this people have spoken, saying, The two families which the LORD hath chosen, he hath even cast them off? thus they have despised my people, that they should be no more a nation before them."},{"text":"Thus saith the LORD; If my covenant be not with day and night, and if I have not appointed the ordinances of heaven and earth;"},{"text":"Then will I cast away the seed of Jacob and David my servant, so that I will not take any of his seed to be rulers over the seed of Abraham, Isaac, and Jacob: for I will cause their captivity to return, and have mercy on them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":34,"verses":[{"text":"The word which came unto Jeremiah from the LORD, when Nebuchadnezzar king of Babylon, and all his army, and all the kingdoms of the earth of his dominion, and all the people, fought against Jerusalem, and against all the cities thereof, saying,"},{"text":"Thus saith the LORD, the God of Israel; Go and speak to Zedekiah king of Judah, and tell him, Thus saith the LORD; Behold, I will give this city into the hand of the king of Babylon, and he shall burn it with fire:"},{"text":"And thou shalt not escape out of his hand, but shalt surely be taken, and delivered into his hand; and thine eyes shall behold the eyes of the king of Babylon, and he shall speak with thee mouth to mouth, and thou shalt go to Babylon."},{"text":"Yet hear the word of the LORD, O Zedekiah king of Judah; Thus saith the LORD of thee, Thou shalt not die by the sword:"},{"text":"But thou shalt die in peace: and with the burnings of thy fathers, the former kings which were before thee, so shall they burn odours for thee; and they will lament thee, saying, Ah lord! for I have pronounced the word, saith the LORD."},{"text":"Then Jeremiah the prophet spake all these words unto Zedekiah king of Judah in Jerusalem,"},{"text":"When the king of Babylon's army fought against Jerusalem, and against all the cities of Judah that were left, against Lachish, and against Azekah: for these defenced cities remained of the cities of Judah."},{"text":"This is the word that came unto Jeremiah from the LORD, after that the king Zedekiah had made a covenant with all the people which were at Jerusalem, to proclaim liberty unto them;"},{"text":"That every man should let his manservant, and every man his maidservant, being an Hebrew or an Hebrewess, go free; that none should serve himself of them, to wit, of a Jew his brother."},{"text":"Now when all the princes, and all the people, which had entered into the covenant, heard that every one should let his manservant, and every one his maidservant, go free, that none should serve themselves of them any more, then they obeyed, and let them go."},{"text":"But afterward they turned, and caused the servants and the handmaids, whom they had let go free, to return, and brought them into subjection for servants and for handmaids."},{"text":"Therefore the word of the LORD came to Jeremiah from the LORD, saying,"},{"text":"Thus saith the LORD, the God of Israel; I made a covenant with your fathers in the day that I brought them forth out of the land of Egypt, out of the house of bondmen, saying,"},{"text":"At the end of seven years let ye go every man his brother an Hebrew, which hath been sold unto thee; and when he hath served thee six years, thou shalt let him go free from thee: but your fathers hearkened not unto me, neither inclined their ear."},{"text":"And ye were now turned, and had done right in my sight, in proclaiming liberty every man to his neighbour; and ye had made a covenant before me in the house which is called by my name:"},{"text":"But ye turned and polluted my name, and caused every man his servant, and every man his handmaid, whom ye had set at liberty at their pleasure, to return, and brought them into subjection, to be unto you for servants and for handmaids."},{"text":"Therefore thus saith the LORD; Ye have not hearkened unto me, in proclaiming liberty, every one to his brother, and every man to his neighbour: behold, I proclaim a liberty for you, saith the LORD, to the sword, to the pestilence, and to the famine; and I will make you to be removed into all the kingdoms of the earth."},{"text":"And I will give the men that have transgressed my covenant, which have not performed the words of the covenant which they had made before me, when they cut the calf in twain, and passed between the parts thereof,"},{"text":"The princes of Judah, and the princes of Jerusalem, the eunuchs, and the priests, and all the people of the land, which passed between the parts of the calf;"},{"text":"I will even give them into the hand of their enemies, and into the hand of them that seek their life: and their dead bodies shall be for meat unto the fowls of the heaven, and to the beasts of the earth."},{"text":"And Zedekiah king of Judah and his princes will I give into the hand of their enemies, and into the hand of them that seek their life, and into the hand of the king of Babylon's army, which are gone up from you."},{"text":"Behold, I will command, saith the LORD, and cause them to return to this city; and they shall fight against it, and take it, and burn it with fire: and I will make the cities of Judah a desolation without an inhabitant."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":35,"verses":[{"text":"The word which came unto Jeremiah from the LORD in the days of Jehoiakim the son of Josiah king of Judah, saying,"},{"text":"Go unto the house of the Rechabites, and speak unto them, and bring them into the house of the LORD, into one of the chambers, and give them wine to drink."},{"text":"Then I took Jaazaniah the son of Jeremiah, the son of Habaziniah, and his brethren, and all his sons, and the whole house of the Rechabites;"},{"text":"And I brought them into the house of the LORD, into the chamber of the sons of Hanan, the son of Igdaliah, a man of God, which was by the chamber of the princes, which was above the chamber of Maaseiah the son of Shallum, the keeper of the door:"},{"text":"And I set before the sons of the house of the Rechabites pots full of wine, and cups, and I said unto them, Drink ye wine."},{"text":"But they said, We will drink no wine: for Jonadab the son of Rechab our father commanded us, saying, Ye shall drink no wine, neither ye, nor your sons for ever:"},{"text":"Neither shall ye build house, nor sow seed, nor plant vineyard, nor have any: but all your days ye shall dwell in tents; that ye may live many days in the land where ye be strangers."},{"text":"Thus have we obeyed the voice of Jonadab the son of Rechab our father in all that he hath charged us, to drink no wine all our days, we, our wives, our sons, nor our daughters;"},{"text":"Nor to build houses for us to dwell in: neither have we vineyard, nor field, nor seed:"},{"text":"But we have dwelt in tents, and have obeyed, and done according to all that Jonadab our father commanded us."},{"text":"But it came to pass, when Nebuchadrezzar king of Babylon came up into the land, that we said, Come, and let us go to Jerusalem for fear of the army of the Chaldeans, and for fear of the army of the Syrians: so we dwell at Jerusalem."},{"text":"Then came the word of the LORD unto Jeremiah, saying,"},{"text":"Thus saith the LORD of hosts, the God of Israel; Go and tell the men of Judah and the inhabitants of Jerusalem, Will ye not receive instruction to hearken to my words? saith the LORD."},{"text":"The words of Jonadab the son of Rechab, that he commanded his sons not to drink wine, are performed; for unto this day they drink none, but obey their father's commandment: notwithstanding I have spoken unto you, rising early and speaking; but ye hearkened not unto me."},{"text":"I have sent also unto you all my servants the prophets, rising up early and sending them, saying, Return ye now every man from his evil way, and amend your doings, and go not after other gods to serve them, and ye shall dwell in the land which I have given to you and to your fathers: but ye have not inclined your ear, nor hearkened unto me."},{"text":"Because the sons of Jonadab the son of Rechab have performed the commandment of their father, which he commanded them; but this people hath not hearkened unto me:"},{"text":"Therefore thus saith the LORD God of hosts, the God of Israel; Behold, I will bring upon Judah and upon all the inhabitants of Jerusalem all the evil that I have pronounced against them: because I have spoken unto them, but they have not heard; and I have called unto them, but they have not answered."},{"text":"And Jeremiah said unto the house of the Rechabites, Thus saith the LORD of hosts, the God of Israel; Because ye have obeyed the commandment of Jonadab your father, and kept all his precepts, and done according unto all that he hath commanded you:"},{"text":"Therefore thus saith the LORD of hosts, the God of Israel; Jonadab the son of Rechab shall not want a man to stand before me for ever."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":36,"verses":[{"text":"And it came to pass in the fourth year of Jehoiakim the son of Josiah king of Judah, that this word came unto Jeremiah from the LORD, saying,"},{"text":"Take thee a roll of a book, and write therein all the words that I have spoken unto thee against Israel, and against Judah, and against all the nations, from the day I spake unto thee, from the days of Josiah, even unto this day."},{"text":"It may be that the house of Judah will hear all the evil which I purpose to do unto them; that they may return every man from his evil way; that I may forgive their iniquity and their sin."},{"text":"Then Jeremiah called Baruch the son of Neriah: and Baruch wrote from the mouth of Jeremiah all the words of the LORD, which he had spoken unto him, upon a roll of a book."},{"text":"And Jeremiah commanded Baruch, saying, I am shut up; I cannot go into the house of the LORD:"},{"text":"Therefore go thou, and read in the roll, which thou hast written from my mouth, the words of the LORD in the ears of the people in the LORD's house upon the fasting day: and also thou shalt read them in the ears of all Judah that come out of their cities."},{"text":"It may be they will present their supplication before the LORD, and will return every one from his evil way: for great is the anger and the fury that the LORD hath pronounced against this people."},{"text":"And Baruch the son of Neriah did according to all that Jeremiah the prophet commanded him, reading in the book the words of the LORD in the LORD's house."},{"text":"And it came to pass in the fifth year of Jehoiakim the son of Josiah king of Judah, in the ninth month, that they proclaimed a fast before the LORD to all the people in Jerusalem, and to all the people that came from the cities of Judah unto Jerusalem."},{"text":"Then read Baruch in the book the words of Jeremiah in the house of the LORD, in the chamber of Gemariah the son of Shaphan the scribe, in the higher court, at the entry of the new gate of the LORD's house, in the ears of all the people."},{"text":"When Michaiah the son of Gemariah, the son of Shaphan, had heard out of the book all the words of the LORD,"},{"text":"Then he went down into the king's house, into the scribe's chamber: and, lo, all the princes sat there, even Elishama the scribe, and Delaiah the son of Shemaiah, and Elnathan the son of Achbor, and Gemariah the son of Shaphan, and Zedekiah the son of Hananiah, and all the princes."},{"text":"Then Michaiah declared unto them all the words that he had heard, when Baruch read the book in the ears of the people."},{"text":"Therefore all the princes sent Jehudi the son of Nethaniah, the son of Shelemiah, the son of Cushi, unto Baruch, saying, Take in thine hand the roll wherein thou hast read in the ears of the people, and come. So Baruch the son of Neriah took the roll in his hand, and came unto them."},{"text":"And they said unto him, Sit down now, and read it in our ears. So Baruch read it in their ears."},{"text":"Now it came to pass, when they had heard all the words, they were afraid both one and other, and said unto Baruch, We will surely tell the king of all these words."},{"text":"And they asked Baruch, saying, Tell us now, How didst thou write all these words at his mouth?"},{"text":"Then Baruch answered them, He pronounced all these words unto me with his mouth, and I wrote them with ink in the book."},{"text":"Then said the princes unto Baruch, Go, hide thee, thou and Jeremiah; and let no man know where ye be."},{"text":"And they went in to the king into the court, but they laid up the roll in the chamber of Elishama the scribe, and told all the words in the ears of the king."},{"text":"So the king sent Jehudi to fetch the roll: and he took it out of Elishama the scribe's chamber. And Jehudi read it in the ears of the king, and in the ears of all the princes which stood beside the king."},{"text":"Now the king sat in the winterhouse in the ninth month: and there was a fire on the hearth burning before him."},{"text":"And it came to pass, that when Jehudi had read three or four leaves, he cut it with the penknife, and cast it into the fire that was on the hearth, until all the roll was consumed in the fire that was on the hearth."},{"text":"Yet they were not afraid, nor rent their garments, neither the king, nor any of his servants that heard all these words."},{"text":"Nevertheless Elnathan and Delaiah and Gemariah had made intercession to the king that he would not burn the roll: but he would not hear them."},{"text":"But the king commanded Jerahmeel the son of Hammelech, and Seraiah the son of Azriel, and Shelemiah the son of Abdeel, to take Baruch the scribe and Jeremiah the prophet: but the LORD hid them."},{"text":"Then the word of the LORD came to Jeremiah, after that the king had burned the roll, and the words which Baruch wrote at the mouth of Jeremiah, saying,"},{"text":"Take thee again another roll, and write in it all the former words that were in the first roll, which Jehoiakim the king of Judah hath burned."},{"text":"And thou shalt say to Jehoiakim king of Judah, Thus saith the LORD; Thou hast burned this roll, saying, Why hast thou written therein, saying, The king of Babylon shall certainly come and destroy this land, and shall cause to cease from thence man and beast?"},{"text":"Therefore thus saith the LORD of Jehoiakim king of Judah; He shall have none to sit upon the throne of David: and his dead body shall be cast out in the day to the heat, and in the night to the frost."},{"text":"And I will punish him and his seed and his servants for their iniquity; and I will bring upon them, and upon the inhabitants of Jerusalem, and upon the men of Judah, all the evil that I have pronounced against them; but they hearkened not."},{"text":"Then took Jeremiah another roll, and gave it to Baruch the scribe, the son of Neriah; who wrote therein from the mouth of Jeremiah all the words of the book which Jehoiakim king of Judah had burned in the fire: and there were added besides unto them many like words."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":37,"verses":[{"text":"And king Zedekiah the son of Josiah reigned instead of Coniah the son of Jehoiakim, whom Nebuchadrezzar king of Babylon made king in the land of Judah."},{"text":"But neither he, nor his servants, nor the people of the land, did hearken unto the words of the LORD, which he spake by the prophet Jeremiah."},{"text":"And Zedekiah the king sent Jehucal the son of Shelemiah and Zephaniah the son of Maaseiah the priest to the prophet Jeremiah, saying, Pray now unto the LORD our God for us."},{"text":"Now Jeremiah came in and went out among the people: for they had not put him into prison."},{"text":"Then Pharaoh's army was come forth out of Egypt: and when the Chaldeans that besieged Jerusalem heard tidings of them, they departed from Jerusalem."},{"text":"Then came the word of the LORD unto the prophet Jeremiah saying,"},{"text":"Thus saith the LORD, the God of Israel; Thus shall ye say to the king of Judah, that sent you unto me to enquire of me; Behold, Pharaoh's army, which is come forth to help you, shall return to Egypt into their own land."},{"text":"And the Chaldeans shall come again, and fight against this city, and take it, and burn it with fire."},{"text":"Thus saith the LORD; Deceive not yourselves, saying, The Chaldeans shall surely depart from us: for they shall not depart."},{"text":"For though ye had smitten the whole army of the Chaldeans that fight against you, and there remained but wounded men among them, yet should they rise up every man in his tent, and burn this city with fire."},{"text":"And it came to pass, that when the army of the Chaldeans was broken up from Jerusalem for fear of Pharaoh's army,"},{"text":"Then Jeremiah went forth out of Jerusalem to go into the land of Benjamin, to separate himself thence in the midst of the people."},{"text":"And when he was in the gate of Benjamin, a captain of the ward was there, whose name was Irijah, the son of Shelemiah, the son of Hananiah; and he took Jeremiah the prophet, saying, Thou fallest away to the Chaldeans."},{"text":"Then said Jeremiah, It is false; I fall not away to the Chaldeans."},{"text":"Wherefore the princes were wroth with Jeremiah, and smote him, and put him in prison in the house of Jonathan the scribe: for they had made that the prison."},{"text":"When Jeremiah was entered into the dungeon, and into the cabins, and Jeremiah had remained there many days;"},{"text":"Then Zedekiah the king sent, and took him out: and the king asked him secretly in his house, and said, Is there any word from the LORD? And Jeremiah said, There is: for, said he, thou shalt be delivered into the hand of the king of Babylon."},{"text":"Moreover Jeremiah said unto king Zedekiah, What have I offended against thee, or against thy servants, or against this people, that ye have put me in prison?"},{"text":"Where are now your prophets which prophesied unto you, saying, The king of Babylon shall not come against you, nor against this land?"},{"text":"Therefore hear now, I pray thee, O my lord the king: let my supplication, I pray thee, be accepted before thee; that thou cause me not to return to the house of Jonathan the scribe, lest I die there."},{"text":"Then Zedekiah the king commanded that they should commit Jeremiah into the court of the prison, and that they should give him daily a piece of bread out of the bakers' street, until all the bread in the city were spent."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":38,"verses":[{"text":"Then Shephatiah the son of Mattan, and Gedaliah the son of Pashur, and Jucal the son of Shelemiah, and Pashur the son of Malchiah, heard the words that Jeremiah had spoken unto all the people, saying,"},{"text":"Thus saith the LORD, He that remaineth in this city shall die by the sword, by the famine, and by the pestilence: but he that goeth forth to the Chaldeans shall live; for he shall have his life for a prey, and shall live."},{"text":"Thus saith the LORD, This city shall surely be given into the hand of the king of Babylon's army, which shall take it."},{"text":"Therefore the princes said unto the king, We beseech thee, let this man be put to death: for thus he weakeneth the hands of the men of war that remain in this city, and the hands of all the people, in speaking such words unto them: for this man seeketh not the welfare of this people, but the hurt."},{"text":"Then Zedekiah the king said, Behold, he is in your hand: for the king is not he that can do any thing against you."},{"text":"Then took they Jeremiah, and cast him into the dungeon of Malchiah the son of Hammelech, that was in the court of the prison: and they let down Jeremiah with cords. And in the dungeon there was no water, but mire: so Jeremiah sunk in the mire."},{"text":"Now when Ebedmelech the Ethiopian, one of the eunuchs which was in the king's house, heard that they had put Jeremiah in the dungeon; the king then sitting in the gate of Benjamin;"},{"text":"Ebedmelech went forth out of the king's house, and spake to the king saying,"},{"text":"My lord the king, these men have done evil in all that they have done to Jeremiah the prophet, whom they have cast into the dungeon; and he is like to die for hunger in the place where he is: for there is no more bread in the city."},{"text":"Then the king commanded Ebedmelech the Ethiopian, saying, Take from hence thirty men with thee, and take up Jeremiah the prophet out of the dungeon, before he die."},{"text":"So Ebedmelech took the men with him, and went into the house of the king under the treasury, and took thence old cast clouts and old rotten rags, and let them down by cords into the dungeon to Jeremiah."},{"text":"And Ebedmelech the Ethiopian said unto Jeremiah, Put now these old cast clouts and rotten rags under thine armholes under the cords. And Jeremiah did so."},{"text":"So they drew up Jeremiah with cords, and took him up out of the dungeon: and Jeremiah remained in the court of the prison."},{"text":"Then Zedekiah the king sent, and took Jeremiah the prophet unto him into the third entry that is in the house of the LORD: and the king said unto Jeremiah, I will ask thee a thing; hide nothing from me."},{"text":"Then Jeremiah said unto Zedekiah, If I declare it unto thee, wilt thou not surely put me to death? and if I give thee counsel, wilt thou not hearken unto me?"},{"text":"So Zedekiah the king sware secretly unto Jeremiah, saying, As the LORD liveth, that made us this soul, I will not put thee to death, neither will I give thee into the hand of these men that seek thy life."},{"text":"Then said Jeremiah unto Zedekiah, Thus saith the LORD, the God of hosts, the God of Israel; If thou wilt assuredly go forth unto the king of Babylon's princes, then thy soul shall live, and this city shall not be burned with fire; and thou shalt live, and thine house:"},{"text":"But if thou wilt not go forth to the king of Babylon's princes, then shall this city be given into the hand of the Chaldeans, and they shall burn it with fire, and thou shalt not escape out of their hand."},{"text":"And Zedekiah the king said unto Jeremiah, I am afraid of the Jews that are fallen to the Chaldeans, lest they deliver me into their hand, and they mock me."},{"text":"But Jeremiah said, They shall not deliver thee. Obey, I beseech thee, the voice of the LORD, which I speak unto thee: so it shall be well unto thee, and thy soul shall live."},{"text":"But if thou refuse to go forth, this is the word that the LORD hath shewed me:"},{"text":"And, behold, all the women that are left in the king of Judah's house shall be brought forth to the king of Babylon's princes, and those women shall say, Thy friends have set thee on, and have prevailed against thee: thy feet are sunk in the mire, and they are turned away back."},{"text":"So they shall bring out all thy wives and thy children to the Chaldeans: and thou shalt not escape out of their hand, but shalt be taken by the hand of the king of Babylon: and thou shalt cause this city to be burned with fire."},{"text":"Then said Zedekiah unto Jeremiah, Let no man know of these words, and thou shalt not die."},{"text":"But if the princes hear that I have talked with thee, and they come unto thee, and say unto thee, Declare unto us now what thou hast said unto the king, hide it not from us, and we will not put thee to death; also what the king said unto thee:"},{"text":"Then thou shalt say unto them, I presented my supplication before the king, that he would not cause me to return to Jonathan's house, to die there."},{"text":"Then came all the princes unto Jeremiah, and asked him: and he told them according to all these words that the king had commanded. So they left off speaking with him; for the matter was not perceived."},{"text":"So Jeremiah abode in the court of the prison until the day that Jerusalem was taken: and he was there when Jerusalem was taken."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":39,"verses":[{"text":"In the ninth year of Zedekiah king of Judah, in the tenth month, came Nebuchadrezzar king of Babylon and all his army against Jerusalem, and they besieged it."},{"text":"And in the eleventh year of Zedekiah, in the fourth month, the ninth day of the month, the city was broken up."},{"text":"And all the princes of the king of Babylon came in, and sat in the middle gate, even Nergalsharezer, Samgarnebo, Sarsechim, Rabsaris, Nergalsharezer, Rabmag, with all the residue of the princes of the king of Babylon."},{"text":"And it came to pass, that when Zedekiah the king of Judah saw them, and all the men of war, then they fled, and went forth out of the city by night, by the way of the king's garden, by the gate betwixt the two walls: and he went out the way of the plain."},{"text":"But the Chaldeans' army pursued after them, and overtook Zedekiah in the plains of Jericho: and when they had taken him, they brought him up to Nebuchadnezzar king of Babylon to Riblah in the land of Hamath, where he gave judgment upon him."},{"text":"Then the king of Babylon slew the sons of Zedekiah in Riblah before his eyes: also the king of Babylon slew all the nobles of Judah."},{"text":"Moreover he put out Zedekiah's eyes, and bound him with chains, to carry him to Babylon."},{"text":"And the Chaldeans burned the king's house, and the houses of the people, with fire, and brake down the walls of Jerusalem."},{"text":"Then Nebuzaradan the captain of the guard carried away captive into Babylon the remnant of the people that remained in the city, and those that fell away, that fell to him, with the rest of the people that remained."},{"text":"But Nebuzaradan the captain of the guard left of the poor of the people, which had nothing, in the land of Judah, and gave them vineyards and fields at the same time."},{"text":"Now Nebuchadrezzar king of Babylon gave charge concerning Jeremiah to Nebuzaradan the captain of the guard, saying,"},{"text":"Take him, and look well to him, and do him no harm; but do unto him even as he shall say unto thee."},{"text":"So Nebuzaradan the captain of the guard sent, and Nebushasban, Rabsaris, and Nergalsharezer, Rabmag, and all the king of Babylon's princes;"},{"text":"Even they sent, and took Jeremiah out of the court of the prison, and committed him unto Gedaliah the son of Ahikam the son of Shaphan, that he should carry him home: so he dwelt among the people."},{"text":"Now the word of the LORD came unto Jeremiah, while he was shut up in the court of the prison, saying,"},{"text":"Go and speak to Ebedmelech the Ethiopian, saying, Thus saith the LORD of hosts, the God of Israel; Behold, I will bring my words upon this city for evil, and not for good; and they shall be accomplished in that day before thee."},{"text":"But I will deliver thee in that day, saith the LORD: and thou shalt not be given into the hand of the men of whom thou art afraid."},{"text":"For I will surely deliver thee, and thou shalt not fall by the sword, but thy life shall be for a prey unto thee: because thou hast put thy trust in me, saith the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"If thou wilt return, O Israel, saith the LORD, return unto me: and if thou wilt put away thine abominations out of my sight, then shalt thou not remove."},{"text":"And thou shalt swear, The LORD liveth, in truth, in judgment, and in righteousness; and the nations shall bless themselves in him, and in him shall they glory."},{"text":"For thus saith the LORD to the men of Judah and Jerusalem, Break up your fallow ground, and sow not among thorns."},{"text":"Circumcise yourselves to the LORD, and take away the foreskins of your heart, ye men of Judah and inhabitants of Jerusalem: lest my fury come forth like fire, and burn that none can quench it, because of the evil of your doings."},{"text":"Declare ye in Judah, and publish in Jerusalem; and say, Blow ye the trumpet in the land: cry, gather together, and say, Assemble yourselves, and let us go into the defenced cities."},{"text":"Set up the standard toward Zion: retire, stay not: for I will bring evil from the north, and a great destruction."},{"text":"The lion is come up from his thicket, and the destroyer of the Gentiles is on his way; he is gone forth from his place to make thy land desolate; and thy cities shall be laid waste, without an inhabitant."},{"text":"For this gird you with sackcloth, lament and howl: for the fierce anger of the LORD is not turned back from us."},{"text":"And it shall come to pass at that day, saith the LORD, that the heart of the king shall perish, and the heart of the princes; and the priests shall be astonished, and the prophets shall wonder."},{"text":"Then said I, Ah, Lord GOD! surely thou hast greatly deceived this people and Jerusalem, saying, Ye shall have peace; whereas the sword reacheth unto the soul."},{"text":"At that time shall it be said to this people and to Jerusalem, A dry wind of the high places in the wilderness toward the daughter of my people, not to fan, nor to cleanse,"},{"text":"Even a full wind from those places shall come unto me: now also will I give sentence against them."},{"text":"Behold, he shall come up as clouds, and his chariots shall be as a whirlwind: his horses are swifter than eagles. Woe unto us! for we are spoiled."},{"text":"O Jerusalem, wash thine heart from wickedness, that thou mayest be saved. How long shall thy vain thoughts lodge within thee?"},{"text":"For a voice declareth from Dan, and publisheth affliction from mount Ephraim."},{"text":"Make ye mention to the nations; behold, publish against Jerusalem, that watchers come from a far country, and give out their voice against the cities of Judah."},{"text":"As keepers of a field, are they against her round about; because she hath been rebellious against me, saith the LORD."},{"text":"Thy way and thy doings have procured these things unto thee; this is thy wickedness, because it is bitter, because it reacheth unto thine heart."},{"text":"My bowels, my bowels! I am pained at my very heart; my heart maketh a noise in me; I cannot hold my peace, because thou hast heard, O my soul, the sound of the trumpet, the alarm of war."},{"text":"Destruction upon destruction is cried; for the whole land is spoiled: suddenly are my tents spoiled, and my curtains in a moment."},{"text":"How long shall I see the standard, and hear the sound of the trumpet?"},{"text":"For my people is foolish, they have not known me; they are sottish children, and they have none understanding: they are wise to do evil, but to do good they have no knowledge."},{"text":"I beheld the earth, and, lo, it was without form, and void; and the heavens, and they had no light."},{"text":"I beheld the mountains, and, lo, they trembled, and all the hills moved lightly."},{"text":"I beheld, and, lo, there was no man, and all the birds of the heavens were fled."},{"text":"I beheld, and, lo, the fruitful place was a wilderness, and all the cities thereof were broken down at the presence of the LORD, and by his fierce anger."},{"text":"For thus hath the LORD said, The whole land shall be desolate; yet will I not make a full end."},{"text":"For this shall the earth mourn, and the heavens above be black; because I have spoken it, I have purposed it, and will not repent, neither will I turn back from it."},{"text":"The whole city shall flee for the noise of the horsemen and bowmen; they shall go into thickets, and climb up upon the rocks: every city shall be forsaken, and not a man dwell therein."},{"text":"And when thou art spoiled, what wilt thou do? Though thou clothest thyself with crimson, though thou deckest thee with ornaments of gold, though thou rentest thy face with painting, in vain shalt thou make thyself fair; thy lovers will despise thee, they will seek thy life."},{"text":"For I have heard a voice as of a woman in travail, and the anguish as of her that bringeth forth her first child, the voice of the daughter of Zion, that bewaileth herself, that spreadeth her hands, saying, Woe is me now! for my soul is wearied because of murderers."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":40,"verses":[{"text":"The word that came to Jeremiah from the LORD, after that Nebuzaradan the captain of the guard had let him go from Ramah, when he had taken him being bound in chains among all that were carried away captive of Jerusalem and Judah, which were carried away captive unto Babylon."},{"text":"And the captain of the guard took Jeremiah, and said unto him, The LORD thy God hath pronounced this evil upon this place."},{"text":"Now the LORD hath brought it, and done according as he hath said: because ye have sinned against the LORD, and have not obeyed his voice, therefore this thing is come upon you."},{"text":"And now, behold, I loose thee this day from the chains which were upon thine hand. If it seem good unto thee to come with me into Babylon, come; and I will look well unto thee: but if it seem ill unto thee to come with me into Babylon, forbear: behold, all the land is before thee: whither it seemeth good and convenient for thee to go, thither go."},{"text":"Now while he was not yet gone back, he said, Go back also to Gedaliah the son of Ahikam the son of Shaphan, whom the king of Babylon hath made governor over the cities of Judah, and dwell with him among the people: or go wheresoever it seemeth convenient unto thee to go. So the captain of the guard gave him victuals and a reward, and let him go."},{"text":"Then went Jeremiah unto Gedaliah the son of Ahikam to Mizpah; and dwelt with him among the people that were left in the land."},{"text":"Now when all the captains of the forces which were in the fields, even they and their men, heard that the king of Babylon had made Gedaliah the son of Ahikam governor in the land, and had committed unto him men, and women, and children, and of the poor of the land, of them that were not carried away captive to Babylon;"},{"text":"Then they came to Gedaliah to Mizpah, even Ishmael the son of Nethaniah, and Johanan and Jonathan the sons of Kareah, and Seraiah the son of Tanhumeth, and the sons of Ephai the Netophathite, and Jezaniah the son of a Maachathite, they and their men."},{"text":"And Gedaliah the son of Ahikam the son of Shaphan sware unto them and to their men, saying, Fear not to serve the Chaldeans: dwell in the land, and serve the king of Babylon, and it shall be well with you."},{"text":"As for me, behold, I will dwell at Mizpah, to serve the Chaldeans, which will come unto us: but ye, gather ye wine, and summer fruits, and oil, and put them in your vessels, and dwell in your cities that ye have taken."},{"text":"Likewise when all the Jews that were in Moab, and among the Ammonites, and in Edom, and that were in all the countries, heard that the king of Babylon had left a remnant of Judah, and that he had set over them Gedaliah the son of Ahikam the son of Shaphan;"},{"text":"Even all the Jews returned out of all places whither they were driven, and came to the land of Judah, to Gedaliah, unto Mizpah, and gathered wine and summer fruits very much."},{"text":"Moreover Johanan the son of Kareah, and all the captains of the forces that were in the fields, came to Gedaliah to Mizpah,"},{"text":"And said unto him, Dost thou certainly know that Baalis the king of the Ammonites hath sent Ishmael the son of Nethaniah to slay thee? But Gedaliah the son of Ahikam believed them not."},{"text":"Then Johanan the son of Kareah spake to Gedaliah in Mizpah secretly saying, Let me go, I pray thee, and I will slay Ishmael the son of Nethaniah, and no man shall know it: wherefore should he slay thee, that all the Jews which are gathered unto thee should be scattered, and the remnant in Judah perish?"},{"text":"But Gedaliah the son of Ahikam said unto Johanan the son of Kareah, Thou shalt not do this thing: for thou speakest falsely of Ishmael."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":41,"verses":[{"text":"Now it came to pass in the seventh month, that Ishmael the son of Nethaniah the son of Elishama, of the seed royal, and the princes of the king, even ten men with him, came unto Gedaliah the son of Ahikam to Mizpah; and there they did eat bread together in Mizpah."},{"text":"Then arose Ishmael the son of Nethaniah, and the ten men that were with him, and smote Gedaliah the son of Ahikam the son of Shaphan with the sword, and slew him, whom the king of Babylon had made governor over the land."},{"text":"Ishmael also slew all the Jews that were with him, even with Gedaliah, at Mizpah, and the Chaldeans that were found there, and the men of war."},{"text":"And it came to pass the second day after he had slain Gedaliah, and no man knew it,"},{"text":"That there came certain from Shechem, from Shiloh, and from Samaria, even fourscore men, having their beards shaven, and their clothes rent, and having cut themselves, with offerings and incense in their hand, to bring them to the house of the LORD."},{"text":"And Ishmael the son of Nethaniah went forth from Mizpah to meet them, weeping all along as he went: and it came to pass, as he met them, he said unto them, Come to Gedaliah the son of Ahikam."},{"text":"And it was so, when they came into the midst of the city, that Ishmael the son of Nethaniah slew them, and cast them into the midst of the pit, he, and the men that were with him."},{"text":"But ten men were found among them that said unto Ishmael, Slay us not: for we have treasures in the field, of wheat, and of barley, and of oil, and of honey. So he forbare, and slew them not among their brethren."},{"text":"Now the pit wherein Ishmael had cast all the dead bodies of the men, whom he had slain because of Gedaliah, was it which Asa the king had made for fear of Baasha king of Israel: and Ishmael the son of Nethaniah filled it with them that were slain."},{"text":"Then Ishmael carried away captive all the residue of the people that were in Mizpah, even the king's daughters, and all the people that remained in Mizpah, whom Nebuzaradan the captain of the guard had committed to Gedaliah the son of Ahikam: and Ishmael the son of Nethaniah carried them away captive, and departed to go over to the Ammonites."},{"text":"But when Johanan the son of Kareah, and all the captains of the forces that were with him, heard of all the evil that Ishmael the son of Nethaniah had done,"},{"text":"Then they took all the men, and went to fight with Ishmael the son of Nethaniah, and found him by the great waters that are in Gibeon."},{"text":"Now it came to pass, that when all the people which were with Ishmael saw Johanan the son of Kareah, and all the captains of the forces that were with him, then they were glad."},{"text":"So all the people that Ishmael had carried away captive from Mizpah cast about and returned, and went unto Johanan the son of Kareah."},{"text":"But Ishmael the son of Nethaniah escaped from Johanan with eight men, and went to the Ammonites."},{"text":"Then took Johanan the son of Kareah, and all the captains of the forces that were with him, all the remnant of the people whom he had recovered from Ishmael the son of Nethaniah, from Mizpah, after that he had slain Gedaliah the son of Ahikam, even mighty men of war, and the women, and the children, and the eunuchs, whom he had brought again from Gibeon:"},{"text":"And they departed, and dwelt in the habitation of Chimham, which is by Bethlehem, to go to enter into Egypt,"},{"text":"Because of the Chaldeans: for they were afraid of them, because Ishmael the son of Nethaniah had slain Gedaliah the son of Ahikam, whom the king of Babylon made governor in the land."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":42,"verses":[{"text":"Then all the captains of the forces, and Johanan the son of Kareah, and Jezaniah the son of Hoshaiah, and all the people from the least even unto the greatest, came near,"},{"text":"And said unto Jeremiah the prophet, Let, we beseech thee, our supplication be accepted before thee, and pray for us unto the LORD thy God, even for all this remnant; (for we are left but a few of many, as thine eyes do behold us:)"},{"text":"That the LORD thy God may shew us the way wherein we may walk, and the thing that we may do."},{"text":"Then Jeremiah the prophet said unto them, I have heard you; behold, I will pray unto the LORD your God according to your words; and it shall come to pass, that whatsoever thing the LORD shall answer you, I will declare it unto you; I will keep nothing back from you."},{"text":"Then they said to Jeremiah, The LORD be a true and faithful witness between us, if we do not even according to all things for the which the LORD thy God shall send thee to us."},{"text":"Whether it be good, or whether it be evil, we will obey the voice of the LORD our God, to whom we send thee; that it may be well with us, when we obey the voice of the LORD our God."},{"text":"And it came to pass after ten days, that the word of the LORD came unto Jeremiah."},{"text":"Then called he Johanan the son of Kareah, and all the captains of the forces which were with him, and all the people from the least even to the greatest,"},{"text":"And said unto them, Thus saith the LORD, the God of Israel, unto whom ye sent me to present your supplication before him;"},{"text":"If ye will still abide in this land, then will I build you, and not pull you down, and I will plant you, and not pluck you up: for I repent me of the evil that I have done unto you."},{"text":"Be not afraid of the king of Babylon, of whom ye are afraid; be not afraid of him, saith the LORD: for I am with you to save you, and to deliver you from his hand."},{"text":"And I will shew mercies unto you, that he may have mercy upon you, and cause you to return to your own land."},{"text":"But if ye say, We will not dwell in this land, neither obey the voice of the LORD your God,"},{"text":"Saying, No; but we will go into the land of Egypt, where we shall see no war, nor hear the sound of the trumpet, nor have hunger of bread; and there will we dwell:"},{"text":"And now therefore hear the word of the LORD, ye remnant of Judah; Thus saith the LORD of hosts, the God of Israel; If ye wholly set your faces to enter into Egypt, and go to sojourn there;"},{"text":"Then it shall come to pass, that the sword, which ye feared, shall overtake you there in the land of Egypt, and the famine, whereof ye were afraid, shall follow close after you there in Egypt; and there ye shall die."},{"text":"So shall it be with all the men that set their faces to go into Egypt to sojourn there; they shall die by the sword, by the famine, and by the pestilence: and none of them shall remain or escape from the evil that I will bring upon them."},{"text":"For thus saith the LORD of hosts, the God of Israel; As mine anger and my fury hath been poured forth upon the inhabitants of Jerusalem; so shall my fury be poured forth upon you, when ye shall enter into Egypt: and ye shall be an execration, and an astonishment, and a curse, and a reproach; and ye shall see this place no more."},{"text":"The LORD hath said concerning you, O ye remnant of Judah; Go ye not into Egypt: know certainly that I have admonished you this day."},{"text":"For ye dissembled in your hearts, when ye sent me unto the LORD your God, saying, Pray for us unto the LORD our God; and according unto all that the LORD our God shall say, so declare unto us, and we will do it."},{"text":"And now I have this day declared it to you; but ye have not obeyed the voice of the LORD your God, nor any thing for the which he hath sent me unto you."},{"text":"Now therefore know certainly that ye shall die by the sword, by the famine, and by the pestilence, in the place whither ye desire to go and to sojourn."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":43,"verses":[{"text":"And it came to pass, that when Jeremiah had made an end of speaking unto all the people all the words of the LORD their God, for which the LORD their God had sent him to them, even all these words,"},{"text":"Then spake Azariah the son of Hoshaiah, and Johanan the son of Kareah, and all the proud men, saying unto Jeremiah, Thou speakest falsely: the LORD our God hath not sent thee to say, Go not into Egypt to sojourn there:"},{"text":"But Baruch the son of Neriah setteth thee on against us, for to deliver us into the hand of the Chaldeans, that they might put us to death, and carry us away captives into Babylon."},{"text":"So Johanan the son of Kareah, and all the captains of the forces, and all the people, obeyed not the voice of the LORD, to dwell in the land of Judah."},{"text":"But Johanan the son of Kareah, and all the captains of the forces, took all the remnant of Judah, that were returned from all nations, whither they had been driven, to dwell in the land of Judah;"},{"text":"Even men, and women, and children, and the king's daughters, and every person that Nebuzaradan the captain of the guard had left with Gedaliah the son of Ahikam the son of Shaphan, and Jeremiah the prophet, and Baruch the son of Neriah."},{"text":"So they came into the land of Egypt: for they obeyed not the voice of the LORD: thus came they even to Tahpanhes."},{"text":"Then came the word of the LORD unto Jeremiah in Tahpanhes, saying,"},{"text":"Take great stones in thine hand, and hide them in the clay in the brickkiln, which is at the entry of Pharaoh's house in Tahpanhes, in the sight of the men of Judah;"},{"text":"And say unto them, Thus saith the LORD of hosts, the God of Israel; Behold, I will send and take Nebuchadrezzar the king of Babylon, my servant, and will set his throne upon these stones that I have hid; and he shall spread his royal pavilion over them."},{"text":"And when he cometh, he shall smite the land of Egypt, and deliver such as are for death to death; and such as are for captivity to captivity; and such as are for the sword to the sword."},{"text":"And I will kindle a fire in the houses of the gods of Egypt; and he shall burn them, and carry them away captives: and he shall array himself with the land of Egypt, as a shepherd putteth on his garment; and he shall go forth from thence in peace."},{"text":"He shall break also the images of Bethshemesh, that is in the land of Egypt; and the houses of the gods of the Egyptians shall he burn with fire."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":44,"verses":[{"text":"The word that came to Jeremiah concerning all the Jews which dwell in the land of Egypt, which dwell at Migdol, and at Tahpanhes, and at Noph, and in the country of Pathros, saying,"},{"text":"Thus saith the LORD of hosts, the God of Israel; Ye have seen all the evil that I have brought upon Jerusalem, and upon all the cities of Judah; and, behold, this day they are a desolation, and no man dwelleth therein,"},{"text":"Because of their wickedness which they have committed to provoke me to anger, in that they went to burn incense, and to serve other gods, whom they knew not, neither they, ye, nor your fathers."},{"text":"Howbeit I sent unto you all my servants the prophets, rising early and sending them, saying, Oh, do not this abominable thing that I hate."},{"text":"But they hearkened not, nor inclined their ear to turn from their wickedness, to burn no incense unto other gods."},{"text":"Wherefore my fury and mine anger was poured forth, and was kindled in the cities of Judah and in the streets of Jerusalem; and they are wasted and desolate, as at this day."},{"text":"Therefore now thus saith the LORD, the God of hosts, the God of Israel; Wherefore commit ye this great evil against your souls, to cut off from you man and woman, child and suckling, out of Judah, to leave you none to remain;"},{"text":"In that ye provoke me unto wrath with the works of your hands, burning incense unto other gods in the land of Egypt, whither ye be gone to dwell, that ye might cut yourselves off, and that ye might be a curse and a reproach among all the nations of the earth?"},{"text":"Have ye forgotten the wickedness of your fathers, and the wickedness of the kings of Judah, and the wickedness of their wives, and your own wickedness, and the wickedness of your wives, which they have committed in the land of Judah, and in the streets of Jerusalem?"},{"text":"They are not humbled even unto this day, neither have they feared, nor walked in my law, nor in my statutes, that I set before you and before your fathers."},{"text":"Therefore thus saith the LORD of hosts, the God of Israel; Behold, I will set my face against you for evil, and to cut off all Judah."},{"text":"And I will take the remnant of Judah, that have set their faces to go into the land of Egypt to sojourn there, and they shall all be consumed, and fall in the land of Egypt; they shall even be consumed by the sword and by the famine: they shall die, from the least even unto the greatest, by the sword and by the famine: and they shall be an execration, and an astonishment, and a curse, and a reproach."},{"text":"For I will punish them that dwell in the land of Egypt, as I have punished Jerusalem, by the sword, by the famine, and by the pestilence:"},{"text":"So that none of the remnant of Judah, which are gone into the land of Egypt to sojourn there, shall escape or remain, that they should return into the land of Judah, to the which they have a desire to return to dwell there: for none shall return but such as shall escape."},{"text":"Then all the men which knew that their wives had burned incense unto other gods, and all the women that stood by, a great multitude, even all the people that dwelt in the land of Egypt, in Pathros, answered Jeremiah, saying,"},{"text":"As for the word that thou hast spoken unto us in the name of the LORD, we will not hearken unto thee."},{"text":"But we will certainly do whatsoever thing goeth forth out of our own mouth, to burn incense unto the queen of heaven, and to pour out drink offerings unto her, as we have done, we, and our fathers, our kings, and our princes, in the cities of Judah, and in the streets of Jerusalem: for then had we plenty of victuals, and were well, and saw no evil."},{"text":"But since we left off to burn incense to the queen of heaven, and to pour out drink offerings unto her, we have wanted all things, and have been consumed by the sword and by the famine."},{"text":"And when we burned incense to the queen of heaven, and poured out drink offerings unto her, did we make her cakes to worship her, and pour out drink offerings unto her, without our men?"},{"text":"Then Jeremiah said unto all the people, to the men, and to the women, and to all the people which had given him that answer, saying,"},{"text":"The incense that ye burned in the cities of Judah, and in the streets of Jerusalem, ye, and your fathers, your kings, and your princes, and the people of the land, did not the LORD remember them, and came it not into his mind?"},{"text":"So that the LORD could no longer bear, because of the evil of your doings, and because of the abominations which ye have committed; therefore is your land a desolation, and an astonishment, and a curse, without an inhabitant, as at this day."},{"text":"Because ye have burned incense, and because ye have sinned against the LORD, and have not obeyed the voice of the LORD, nor walked in his law, nor in his statutes, nor in his testimonies; therefore this evil is happened unto you, as at this day."},{"text":"Moreover Jeremiah said unto all the people, and to all the women, Hear the word of the LORD, all Judah that are in the land of Egypt:"},{"text":"Thus saith the LORD of hosts, the God of Israel, saying; Ye and your wives have both spoken with your mouths, and fulfilled with your hand, saying, We will surely perform our vows that we have vowed, to burn incense to the queen of heaven, and to pour out drink offerings unto her: ye will surely accomplish your vows, and surely perform your vows."},{"text":"Therefore hear ye the word of the LORD, all Judah that dwell in the land of Egypt; Behold, I have sworn by my great name, saith the LORD, that my name shall no more be named in the mouth of any man of Judah in all the land of Egypt, saying, The Lord GOD liveth."},{"text":"Behold, I will watch over them for evil, and not for good: and all the men of Judah that are in the land of Egypt shall be consumed by the sword and by the famine, until there be an end of them."},{"text":"Yet a small number that escape the sword shall return out of the land of Egypt into the land of Judah, and all the remnant of Judah, that are gone into the land of Egypt to sojourn there, shall know whose words shall stand, mine, or their's."},{"text":"And this shall be a sign unto you, saith the LORD, that I will punish you in this place, that ye may know that my words shall surely stand against you for evil:"},{"text":"Thus saith the LORD; Behold, I will give Pharaohhophra king of Egypt into the hand of his enemies, and into the hand of them that seek his life; as I gave Zedekiah king of Judah into the hand of Nebuchadrezzar king of Babylon, his enemy, and that sought his life."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":45,"verses":[{"text":"The word that Jeremiah the prophet spake unto Baruch the son of Neriah, when he had written these words in a book at the mouth of Jeremiah, in the fourth year of Jehoiakim the son of Josiah king of Judah, saying,"},{"text":"Thus saith the LORD, the God of Israel, unto thee, O Baruch:"},{"text":"Thou didst say, Woe is me now! for the LORD hath added grief to my sorrow; I fainted in my sighing, and I find no rest."},{"text":"Thus shalt thou say unto him, The LORD saith thus; Behold, that which I have built will I break down, and that which I have planted I will pluck up, even this whole land."},{"text":"And seekest thou great things for thyself? seek them not: for, behold, I will bring evil upon all flesh, saith the LORD: but thy life will I give unto thee for a prey in all places whither thou goest."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":46,"verses":[{"text":"The word of the LORD which came to Jeremiah the prophet against the Gentiles;"},{"text":"Against Egypt, against the army of Pharaohnecho king of Egypt, which was by the river Euphrates in Carchemish, which Nebuchadrezzar king of Babylon smote in the fourth year of Jehoiakim the son of Josiah king of Judah."},{"text":"Order ye the buckler and shield, and draw near to battle."},{"text":"Harness the horses; and get up, ye horsemen, and stand forth with your helmets; furbish the spears, and put on the brigandines."},{"text":"Wherefore have I seen them dismayed and turned away back? and their mighty ones are beaten down, and are fled apace, and look not back: for fear was round about, saith the LORD."},{"text":"Let not the swift flee away, nor the mighty man escape; they shall stumble, and fall toward the north by the river Euphrates."},{"text":"Who is this that cometh up as a flood, whose waters are moved as the rivers?"},{"text":"Egypt riseth up like a flood, and his waters are moved like the rivers; and he saith, I will go up, and will cover the earth; I will destroy the city and the inhabitants thereof."},{"text":"Come up, ye horses; and rage, ye chariots; and let the mighty men come forth; the Ethiopians and the Libyans, that handle the shield; and the Lydians, that handle and bend the bow."},{"text":"For this is the day of the Lord GOD of hosts, a day of vengeance, that he may avenge him of his adversaries: and the sword shall devour, and it shall be satiate and made drunk with their blood: for the Lord GOD of hosts hath a sacrifice in the north country by the river Euphrates."},{"text":"Go up into Gilead, and take balm, O virgin, the daughter of Egypt: in vain shalt thou use many medicines; for thou shalt not be cured."},{"text":"The nations have heard of thy shame, and thy cry hath filled the land: for the mighty man hath stumbled against the mighty, and they are fallen both together."},{"text":"The word that the LORD spake to Jeremiah the prophet, how Nebuchadrezzar king of Babylon should come and smite the land of Egypt."},{"text":"Declare ye in Egypt, and publish in Migdol, and publish in Noph and in Tahpanhes: say ye, Stand fast, and prepare thee; for the sword shall devour round about thee."},{"text":"Why are thy valiant men swept away? they stood not, because the LORD did drive them."},{"text":"He made many to fall, yea, one fell upon another: and they said, Arise, and let us go again to our own people, and to the land of our nativity, from the oppressing sword."},{"text":"They did cry there, Pharaoh king of Egypt is but a noise; he hath passed the time appointed."},{"text":"As I live, saith the King, whose name is the LORD of hosts, Surely as Tabor is among the mountains, and as Carmel by the sea, so shall he come."},{"text":"O thou daughter dwelling in Egypt, furnish thyself to go into captivity: for Noph shall be waste and desolate without an inhabitant."},{"text":"Egypt is like a very fair heifer, but destruction cometh; it cometh out of the north."},{"text":"Also her hired men are in the midst of her like fatted bullocks; for they also are turned back, and are fled away together: they did not stand, because the day of their calamity was come upon them, and the time of their visitation."},{"text":"The voice thereof shall go like a serpent; for they shall march with an army, and come against her with axes, as hewers of wood."},{"text":"They shall cut down her forest, saith the LORD, though it cannot be searched; because they are more than the grasshoppers, and are innumerable."},{"text":"The daughter of Egypt shall be confounded; she shall be delivered into the hand of the people of the north."},{"text":"The LORD of hosts, the God of Israel, saith; Behold, I will punish the multitude of No, and Pharaoh, and Egypt, with their gods, and their kings; even Pharaoh, and all them that trust in him:"},{"text":"And I will deliver them into the hand of those that seek their lives, and into the hand of Nebuchadrezzar king of Babylon, and into the hand of his servants: and afterward it shall be inhabited, as in the days of old, saith the LORD."},{"text":"But fear not thou, O my servant Jacob, and be not dismayed, O Israel: for, behold, I will save thee from afar off, and thy seed from the land of their captivity; and Jacob shall return, and be in rest and at ease, and none shall make him afraid."},{"text":"Fear thou not, O Jacob my servant, saith the LORD: for I am with thee; for I will make a full end of all the nations whither I have driven thee: but I will not make a full end of thee, but correct thee in measure; yet will I not leave thee wholly unpunished."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":47,"verses":[{"text":"The word of the LORD that came to Jeremiah the prophet against the Philistines, before that Pharaoh smote Gaza."},{"text":"Thus saith the LORD; Behold, waters rise up out of the north, and shall be an overflowing flood, and shall overflow the land, and all that is therein; the city, and them that dwell therein: then the men shall cry, and all the inhabitants of the land shall howl."},{"text":"At the noise of the stamping of the hoofs of his strong horses, at the rushing of his chariots, and at the rumbling of his wheels, the fathers shall not look back to their children for feebleness of hands;"},{"text":"Because of the day that cometh to spoil all the Philistines, and to cut off from Tyrus and Zidon every helper that remaineth: for the LORD will spoil the Philistines, the remnant of the country of Caphtor."},{"text":"Baldness is come upon Gaza; Ashkelon is cut off with the remnant of their valley: how long wilt thou cut thyself?"},{"text":"O thou sword of the LORD, how long will it be ere thou be quiet? put up thyself into thy scabbard, rest, and be still."},{"text":"How can it be quiet, seeing the LORD hath given it a charge against Ashkelon, and against the sea shore? there hath he appointed it."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":48,"verses":[{"text":"Against Moab thus saith the LORD of hosts, the God of Israel; Woe unto Nebo! for it is spoiled: Kiriathaim is confounded and taken: Misgab is confounded and dismayed."},{"text":"There shall be no more praise of Moab: in Heshbon they have devised evil against it; come, and let us cut it off from being a nation. Also thou shalt be cut down, O Madmen; the sword shall pursue thee."},{"text":"A voice of crying shall be from Horonaim, spoiling and great destruction."},{"text":"Moab is destroyed; her little ones have caused a cry to be heard."},{"text":"For in the going up of Luhith continual weeping shall go up; for in the going down of Horonaim the enemies have heard a cry of destruction."},{"text":"Flee, save your lives, and be like the heath in the wilderness."},{"text":"For because thou hast trusted in thy works and in thy treasures, thou shalt also be taken: and Chemosh shall go forth into captivity with his priests and his princes together."},{"text":"And the spoiler shall come upon every city, and no city shall escape: the valley also shall perish, and the plain shall be destroyed, as the LORD hath spoken."},{"text":"Give wings unto Moab, that it may flee and get away: for the cities thereof shall be desolate, without any to dwell therein."},{"text":"Cursed be he that doeth the work of the LORD deceitfully, and cursed be he that keepeth back his sword from blood."},{"text":"Moab hath been at ease from his youth, and he hath settled on his lees, and hath not been emptied from vessel to vessel, neither hath he gone into captivity: therefore his taste remained in him, and his scent is not changed."},{"text":"Therefore, behold, the days come, saith the LORD, that I will send unto him wanderers, that shall cause him to wander, and shall empty his vessels, and break their bottles."},{"text":"And Moab shall be ashamed of Chemosh, as the house of Israel was ashamed of Bethel their confidence."},{"text":"How say ye, We are mighty and strong men for the war?"},{"text":"Moab is spoiled, and gone up out of her cities, and his chosen young men are gone down to the slaughter, saith the King, whose name is the LORD of hosts."},{"text":"The calamity of Moab is near to come, and his affliction hasteth fast."},{"text":"All ye that are about him, bemoan him; and all ye that know his name, say, How is the strong staff broken, and the beautiful rod!"},{"text":"Thou daughter that dost inhabit Dibon, come down from thy glory, and sit in thirst; for the spoiler of Moab shall come upon thee, and he shall destroy thy strong holds."},{"text":"O inhabitant of Aroer, stand by the way, and espy; ask him that fleeth, and her that escapeth, and say, What is done?"},{"text":"Moab is confounded; for it is broken down: howl and cry; tell ye it in Arnon, that Moab is spoiled,"},{"text":"And judgment is come upon the plain country; upon Holon, and upon Jahazah, and upon Mephaath,"},{"text":"And upon Dibon, and upon Nebo, and upon Bethdiblathaim,"},{"text":"And upon Kiriathaim, and upon Bethgamul, and upon Bethmeon,"},{"text":"And upon Kerioth, and upon Bozrah, and upon all the cities of the land of Moab, far or near."},{"text":"The horn of Moab is cut off, and his arm is broken, saith the LORD."},{"text":"Make ye him drunken: for he magnified himself against the LORD: Moab also shall wallow in his vomit, and he also shall be in derision."},{"text":"For was not Israel a derision unto thee? was he found among thieves? for since thou spakest of him, thou skippedst for joy."},{"text":"O ye that dwell in Moab, leave the cities, and dwell in the rock, and be like the dove that maketh her nest in the sides of the hole's mouth."},{"text":"We have heard the pride of Moab, (he is exceeding proud) his loftiness, and his arrogancy, and his pride, and the haughtiness of his heart."},{"text":"I know his wrath, saith the LORD; but it shall not be so; his lies shall not so effect it."},{"text":"Therefore will I howl for Moab, and I will cry out for all Moab; mine heart shall mourn for the men of Kirheres."},{"text":"O vine of Sibmah, I will weep for thee with the weeping of Jazer: thy plants are gone over the sea, they reach even to the sea of Jazer: the spoiler is fallen upon thy summer fruits and upon thy vintage."},{"text":"And joy and gladness is taken from the plentiful field, and from the land of Moab, and I have caused wine to fail from the winepresses: none shall tread with shouting; their shouting shall be no shouting."},{"text":"From the cry of Heshbon even unto Elealeh, and even unto Jahaz, have they uttered their voice, from Zoar even unto Horonaim, as an heifer of three years old: for the waters also of Nimrim shall be desolate."},{"text":"Moreover I will cause to cease in Moab, saith the LORD, him that offereth in the high places, and him that burneth incense to his gods."},{"text":"Therefore mine heart shall sound for Moab like pipes, and mine heart shall sound like pipes for the men of Kirheres: because the riches that he hath gotten are perished."},{"text":"For every head shall be bald, and every beard clipped: upon all the hands shall be cuttings, and upon the loins sackcloth."},{"text":"There shall be lamentation generally upon all the housetops of Moab, and in the streets thereof: for I have broken Moab like a vessel wherein is no pleasure, saith the LORD."},{"text":"They shall howl, saying, How is it broken down! how hath Moab turned the back with shame! so shall Moab be a derision and a dismaying to all them about him."},{"text":"For thus saith the LORD; Behold, he shall fly as an eagle, and shall spread his wings over Moab."},{"text":"Kerioth is taken, and the strong holds are surprised, and the mighty men's hearts in Moab at that day shall be as the heart of a woman in her pangs."},{"text":"And Moab shall be destroyed from being a people, because he hath magnified himself against the LORD."},{"text":"Fear, and the pit, and the snare, shall be upon thee, O inhabitant of Moab, saith the LORD."},{"text":"He that fleeth from the fear shall fall into the pit; and he that getteth up out of the pit shall be taken in the snare: for I will bring upon it, even upon Moab, the year of their visitation, saith the LORD."},{"text":"They that fled stood under the shadow of Heshbon because of the force: but a fire shall come forth out of Heshbon, and a flame from the midst of Sihon, and shall devour the corner of Moab, and the crown of the head of the tumultuous ones."},{"text":"Woe be unto thee, O Moab! the people of Chemosh perisheth: for thy sons are taken captives, and thy daughters captives."},{"text":"Yet will I bring again the captivity of Moab in the latter days, saith the LORD. Thus far is the judgment of Moab."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":49,"verses":[{"text":"Concerning the Ammonites, thus saith the LORD; Hath Israel no sons? hath he no heir? why then doth their king inherit Gad, and his people dwell in his cities?"},{"text":"Therefore, behold, the days come, saith the LORD, that I will cause an alarm of war to be heard in Rabbah of the Ammonites; and it shall be a desolate heap, and her daughters shall be burned with fire: then shall Israel be heir unto them that were his heirs, saith the LORD."},{"text":"Howl, O Heshbon, for Ai is spoiled: cry, ye daughters of Rabbah, gird you with sackcloth; lament, and run to and fro by the hedges; for their king shall go into captivity, and his priests and his princes together."},{"text":"Wherefore gloriest thou in the valleys, thy flowing valley, O backsliding daughter? that trusted in her treasures, saying, Who shall come unto me?"},{"text":"Behold, I will bring a fear upon thee, saith the Lord GOD of hosts, from all those that be about thee; and ye shall be driven out every man right forth; and none shall gather up him that wandereth."},{"text":"And afterward I will bring again the captivity of the children of Ammon, saith the LORD."},{"text":"Concerning Edom, thus saith the LORD of hosts; Is wisdom no more in Teman? is counsel perished from the prudent? is their wisdom vanished?"},{"text":"Flee ye, turn back, dwell deep, O inhabitants of Dedan; for I will bring the calamity of Esau upon him, the time that I will visit him."},{"text":"If grapegatherers come to thee, would they not leave some gleaning grapes? if thieves by night, they will destroy till they have enough."},{"text":"But I have made Esau bare, I have uncovered his secret places, and he shall not be able to hide himself: his seed is spoiled, and his brethren, and his neighbours, and he is not."},{"text":"Leave thy fatherless children, I will preserve them alive; and let thy widows trust in me."},{"text":"For thus saith the LORD; Behold, they whose judgment was not to drink of the cup have assuredly drunken; and art thou he that shall altogether go unpunished? thou shalt not go unpunished, but thou shalt surely drink of it."},{"text":"For I have sworn by myself, saith the LORD, that Bozrah shall become a desolation, a reproach, a waste, and a curse; and all the cities thereof shall be perpetual wastes."},{"text":"I have heard a rumour from the LORD, and an ambassador is sent unto the heathen, saying, Gather ye together, and come against her, and rise up to the battle."},{"text":"For, lo, I will make thee small among the heathen, and despised among men."},{"text":"Thy terribleness hath deceived thee, and the pride of thine heart, O thou that dwellest in the clefts of the rock, that holdest the height of the hill: though thou shouldest make thy nest as high as the eagle, I will bring thee down from thence, saith the LORD."},{"text":"Also Edom shall be a desolation: every one that goeth by it shall be astonished, and shall hiss at all the plagues thereof."},{"text":"As in the overthrow of Sodom and Gomorrah and the neighbour cities thereof, saith the LORD, no man shall abide there, neither shall a son of man dwell in it."},{"text":"Behold, he shall come up like a lion from the swelling of Jordan against the habitation of the strong: but I will suddenly make him run away from her: and who is a chosen man, that I may appoint over her? for who is like me? and who will appoint me the time? and who is that shepherd that will stand before me?"},{"text":"Therefore hear the counsel of the LORD, that he hath taken against Edom; and his purposes, that he hath purposed against the inhabitants of Teman: Surely the least of the flock shall draw them out: surely he shall make their habitations desolate with them."},{"text":"The earth is moved at the noise of their fall, at the cry the noise thereof was heard in the Red sea."},{"text":"Behold, he shall come up and fly as the eagle, and spread his wings over Bozrah: and at that day shall the heart of the mighty men of Edom be as the heart of a woman in her pangs."},{"text":"Concerning Damascus. Hamath is confounded, and Arpad: for they have heard evil tidings: they are fainthearted; there is sorrow on the sea; it cannot be quiet."},{"text":"Damascus is waxed feeble, and turneth herself to flee, and fear hath seized on her: anguish and sorrows have taken her, as a woman in travail."},{"text":"How is the city of praise not left, the city of my joy!"},{"text":"Therefore her young men shall fall in her streets, and all the men of war shall be cut off in that day, saith the LORD of hosts."},{"text":"And I will kindle a fire in the wall of Damascus, and it shall consume the palaces of Benhadad."},{"text":"Concerning Kedar, and concerning the kingdoms of Hazor, which Nebuchadrezzar king of Babylon shall smite, thus saith the LORD; Arise ye, go up to Kedar, and spoil the men of the east."},{"text":"Their tents and their flocks shall they take away: they shall take to themselves their curtains, and all their vessels, and their camels; and they shall cry unto them, Fear is on every side."},{"text":"Flee, get you far off, dwell deep, O ye inhabitants of Hazor, saith the LORD; for Nebuchadrezzar king of Babylon hath taken counsel against you, and hath conceived a purpose against you."},{"text":"Arise, get you up unto the wealthy nation, that dwelleth without care, saith the LORD, which have neither gates nor bars, which dwell alone."},{"text":"And their camels shall be a booty, and the multitude of their cattle a spoil: and I will scatter into all winds them that are in the utmost corners; and I will bring their calamity from all sides thereof, saith the LORD."},{"text":"And Hazor shall be a dwelling for dragons, and a desolation for ever: there shall no man abide there, nor any son of man dwell in it."},{"text":"The word of the LORD that came to Jeremiah the prophet against Elam in the beginning of the reign of Zedekiah king of Judah, saying,"},{"text":"Thus saith the LORD of hosts; Behold, I will break the bow of Elam, the chief of their might."},{"text":"And upon Elam will I bring the four winds from the four quarters of heaven, and will scatter them toward all those winds; and there shall be no nation whither the outcasts of Elam shall not come."},{"text":"For I will cause Elam to be dismayed before their enemies, and before them that seek their life: and I will bring evil upon them, even my fierce anger, saith the LORD; and I will send the sword after them, till I have consumed them:"},{"text":"And I will set my throne in Elam, and will destroy from thence the king and the princes, saith the LORD."},{"text":"But it shall come to pass in the latter days, that I will bring again the captivity of Elam, saith the LORD."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Run ye to and fro through the streets of Jerusalem, and see now, and know, and seek in the broad places thereof, if ye can find a man, if there be any that executeth judgment, that seeketh the truth; and I will pardon it."},{"text":"And though they say, The LORD liveth; surely they swear falsely."},{"text":"O LORD, are not thine eyes upon the truth? thou hast stricken them, but they have not grieved; thou hast consumed them, but they have refused to receive correction: they have made their faces harder than a rock; they have refused to return."},{"text":"Therefore I said, Surely these are poor; they are foolish: for they know not the way of the LORD, nor the judgment of their God."},{"text":"I will get me unto the great men, and will speak unto them; for they have known the way of the LORD, and the judgment of their God: but these have altogether broken the yoke, and burst the bonds."},{"text":"Wherefore a lion out of the forest shall slay them, and a wolf of the evenings shall spoil them, a leopard shall watch over their cities: every one that goeth out thence shall be torn in pieces: because their transgressions are many, and their backslidings are increased."},{"text":"How shall I pardon thee for this? thy children have forsaken me, and sworn by them that are no gods: when I had fed them to the full, they then committed adultery, and assembled themselves by troops in the harlots' houses."},{"text":"They were as fed horses in the morning: every one neighed after his neighbour's wife."},{"text":"Shall I not visit for these things? saith the LORD: and shall not my soul be avenged on such a nation as this?"},{"text":"Go ye up upon her walls, and destroy; but make not a full end: take away her battlements; for they are not the LORD's."},{"text":"For the house of Israel and the house of Judah have dealt very treacherously against me, saith the LORD."},{"text":"They have belied the LORD, and said, It is not he; neither shall evil come upon us; neither shall we see sword nor famine:"},{"text":"And the prophets shall become wind, and the word is not in them: thus shall it be done unto them."},{"text":"Wherefore thus saith the LORD God of hosts, Because ye speak this word, behold, I will make my words in thy mouth fire, and this people wood, and it shall devour them."},{"text":"Lo, I will bring a nation upon you from far, O house of Israel, saith the LORD: it is a mighty nation, it is an ancient nation, a nation whose language thou knowest not, neither understandest what they say."},{"text":"Their quiver is as an open sepulchre, they are all mighty men."},{"text":"And they shall eat up thine harvest, and thy bread, which thy sons and thy daughters should eat: they shall eat up thy flocks and thine herds: they shall eat up thy vines and thy fig trees: they shall impoverish thy fenced cities, wherein thou trustedst, with the sword."},{"text":"Nevertheless in those days, saith the LORD, I will not make a full end with you."},{"text":"And it shall come to pass, when ye shall say, Wherefore doeth the LORD our God all these things unto us? then shalt thou answer them, Like as ye have forsaken me, and served strange gods in your land, so shall ye serve strangers in a land that is not your's."},{"text":"Declare this in the house of Jacob, and publish it in Judah, saying,"},{"text":"Hear now this, O foolish people, and without understanding; which have eyes, and see not; which have ears, and hear not:"},{"text":"Fear ye not me? saith the LORD: will ye not tremble at my presence, which have placed the sand for the bound of the sea by a perpetual decree, that it cannot pass it: and though the waves thereof toss themselves, yet can they not prevail; though they roar, yet can they not pass over it?"},{"text":"But this people hath a revolting and a rebellious heart; they are revolted and gone."},{"text":"Neither say they in their heart, Let us now fear the LORD our God, that giveth rain, both the former and the latter, in his season: he reserveth unto us the appointed weeks of the harvest."},{"text":"Your iniquities have turned away these things, and your sins have withholden good things from you."},{"text":"For among my people are found wicked men: they lay wait, as he that setteth snares; they set a trap, they catch men."},{"text":"As a cage is full of birds, so are their houses full of deceit: therefore they are become great, and waxen rich."},{"text":"They are waxen fat, they shine: yea, they overpass the deeds of the wicked: they judge not the cause, the cause of the fatherless, yet they prosper; and the right of the needy do they not judge."},{"text":"Shall I not visit for these things? saith the LORD: shall not my soul be avenged on such a nation as this?"},{"text":"A wonderful and horrible thing is committed in the land;"},{"text":"The prophets prophesy falsely, and the priests bear rule by their means; and my people love to have it so: and what will ye do in the end thereof?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":50,"verses":[{"text":"The word that the LORD spake against Babylon and against the land of the Chaldeans by Jeremiah the prophet."},{"text":"Declare ye among the nations, and publish, and set up a standard; publish, and conceal not: say, Babylon is taken, Bel is confounded, Merodach is broken in pieces; her idols are confounded, her images are broken in pieces."},{"text":"For out of the north there cometh up a nation against her, which shall make her land desolate, and none shall dwell therein: they shall remove, they shall depart, both man and beast."},{"text":"In those days, and in that time, saith the LORD, the children of Israel shall come, they and the children of Judah together, going and weeping: they shall go, and seek the LORD their God."},{"text":"They shall ask the way to Zion with their faces thitherward, saying, Come, and let us join ourselves to the LORD in a perpetual covenant that shall not be forgotten."},{"text":"My people hath been lost sheep: their shepherds have caused them to go astray, they have turned them away on the mountains: they have gone from mountain to hill, they have forgotten their restingplace."},{"text":"All that found them have devoured them: and their adversaries said, We offend not, because they have sinned against the LORD, the habitation of justice, even the LORD, the hope of their fathers."},{"text":"Remove out of the midst of Babylon, and go forth out of the land of the Chaldeans, and be as the he goats before the flocks."},{"text":"For, lo, I will raise and cause to come up against Babylon an assembly of great nations from the north country: and they shall set themselves in array against her; from thence she shall be taken: their arrows shall be as of a mighty expert man; none shall return in vain."},{"text":"And Chaldea shall be a spoil: all that spoil her shall be satisfied, saith the LORD."},{"text":"Because ye were glad, because ye rejoiced, O ye destroyers of mine heritage, because ye are grown fat as the heifer at grass, and bellow as bulls;"},{"text":"Your mother shall be sore confounded; she that bare you shall be ashamed: behold, the hindermost of the nations shall be a wilderness, a dry land, and a desert."},{"text":"Because of the wrath of the LORD it shall not be inhabited, but it shall be wholly desolate: every one that goeth by Babylon shall be astonished, and hiss at all her plagues."},{"text":"Put yourselves in array against Babylon round about: all ye that bend the bow, shoot at her, spare no arrows: for she hath sinned against the LORD."},{"text":"Shout against her round about: she hath given her hand: her foundations are fallen, her walls are thrown down: for it is the vengeance of the LORD: take vengeance upon her; as she hath done, do unto her."},{"text":"Cut off the sower from Babylon, and him that handleth the sickle in the time of harvest: for fear of the oppressing sword they shall turn every one to his people, and they shall flee every one to his own land."},{"text":"Israel is a scattered sheep; the lions have driven him away: first the king of Assyria hath devoured him; and last this Nebuchadrezzar king of Babylon hath broken his bones."},{"text":"Therefore thus saith the LORD of hosts, the God of Israel; Behold, I will punish the king of Babylon and his land, as I have punished the king of Assyria."},{"text":"And I will bring Israel again to his habitation, and he shall feed on Carmel and Bashan, and his soul shall be satisfied upon mount Ephraim and Gilead."},{"text":"In those days, and in that time, saith the LORD, the iniquity of Israel shall be sought for, and there shall be none; and the sins of Judah, and they shall not be found: for I will pardon them whom I reserve."},{"text":"Go up against the land of Merathaim, even against it, and against the inhabitants of Pekod: waste and utterly destroy after them, saith the LORD, and do according to all that I have commanded thee."},{"text":"A sound of battle is in the land, and of great destruction."},{"text":"How is the hammer of the whole earth cut asunder and broken! how is Babylon become a desolation among the nations!"},{"text":"I have laid a snare for thee, and thou art also taken, O Babylon, and thou wast not aware: thou art found, and also caught, because thou hast striven against the LORD."},{"text":"The LORD hath opened his armoury, and hath brought forth the weapons of his indignation: for this is the work of the Lord GOD of hosts in the land of the Chaldeans."},{"text":"Come against her from the utmost border, open her storehouses: cast her up as heaps, and destroy her utterly: let nothing of her be left."},{"text":"Slay all her bullocks; let them go down to the slaughter: woe unto them! for their day is come, the time of their visitation."},{"text":"The voice of them that flee and escape out of the land of Babylon, to declare in Zion the vengeance of the LORD our God, the vengeance of his temple."},{"text":"Call together the archers against Babylon: all ye that bend the bow, camp against it round about; let none thereof escape: recompense her according to her work; according to all that she hath done, do unto her: for she hath been proud against the LORD, against the Holy One of Israel."},{"text":"Therefore shall her young men fall in the streets, and all her men of war shall be cut off in that day, saith the LORD."},{"text":"Behold, I am against thee, O thou most proud, saith the Lord GOD of hosts: for thy day is come, the time that I will visit thee."},{"text":"And the most proud shall stumble and fall, and none shall raise him up: and I will kindle a fire in his cities, and it shall devour all round about him."},{"text":"Thus saith the LORD of hosts; The children of Israel and the children of Judah were oppressed together: and all that took them captives held them fast; they refused to let them go."},{"text":"Their Redeemer is strong; the LORD of hosts is his name: he shall throughly plead their cause, that he may give rest to the land, and disquiet the inhabitants of Babylon."},{"text":"A sword is upon the Chaldeans, saith the LORD, and upon the inhabitants of Babylon, and upon her princes, and upon her wise men."},{"text":"A sword is upon the liars; and they shall dote: a sword is upon her mighty men; and they shall be dismayed."},{"text":"A sword is upon their horses, and upon their chariots, and upon all the mingled people that are in the midst of her; and they shall become as women: a sword is upon her treasures; and they shall be robbed."},{"text":"A drought is upon her waters; and they shall be dried up: for it is the land of graven images, and they are mad upon their idols."},{"text":"Therefore the wild beasts of the desert with the wild beasts of the islands shall dwell there, and the owls shall dwell therein: and it shall be no more inhabited for ever; neither shall it be dwelt in from generation to generation."},{"text":"As God overthrew Sodom and Gomorrah and the neighbour cities thereof, saith the LORD; so shall no man abide there, neither shall any son of man dwell therein."},{"text":"Behold, a people shall come from the north, and a great nation, and many kings shall be raised up from the coasts of the earth."},{"text":"They shall hold the bow and the lance: they are cruel, and will not shew mercy: their voice shall roar like the sea, and they shall ride upon horses, every one put in array, like a man to the battle, against thee, O daughter of Babylon."},{"text":"The king of Babylon hath heard the report of them, and his hands waxed feeble: anguish took hold of him, and pangs as of a woman in travail."},{"text":"Behold, he shall come up like a lion from the swelling of Jordan unto the habitation of the strong: but I will make them suddenly run away from her: and who is a chosen man, that I may appoint over her? for who is like me? and who will appoint me the time? and who is that shepherd that will stand before me?"},{"text":"Therefore hear ye the counsel of the LORD, that he hath taken against Babylon; and his purposes, that he hath purposed against the land of the Chaldeans: Surely the least of the flock shall draw them out: surely he shall make their habitation desolate with them."},{"text":"At the noise of the taking of Babylon the earth is moved, and the cry is heard among the nations."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":51,"verses":[{"text":"Thus saith the LORD; Behold, I will raise up against Babylon, and against them that dwell in the midst of them that rise up against me, a destroying wind;"},{"text":"And will send unto Babylon fanners, that shall fan her, and shall empty her land: for in the day of trouble they shall be against her round about."},{"text":"Against him that bendeth let the archer bend his bow, and against him that lifteth himself up in his brigandine: and spare ye not her young men; destroy ye utterly all her host."},{"text":"Thus the slain shall fall in the land of the Chaldeans, and they that are thrust through in her streets."},{"text":"For Israel hath not been forsaken, nor Judah of his God, of the LORD of hosts; though their land was filled with sin against the Holy One of Israel."},{"text":"Flee out of the midst of Babylon, and deliver every man his soul: be not cut off in her iniquity; for this is the time of the LORD's vengeance; he will render unto her a recompence."},{"text":"Babylon hath been a golden cup in the LORD's hand, that made all the earth drunken: the nations have drunken of her wine; therefore the nations are mad."},{"text":"Babylon is suddenly fallen and destroyed: howl for her; take balm for her pain, if so be she may be healed."},{"text":"We would have healed Babylon, but she is not healed: forsake her, and let us go every one into his own country: for her judgment reacheth unto heaven, and is lifted up even to the skies."},{"text":"The LORD hath brought forth our righteousness: come, and let us declare in Zion the work of the LORD our God."},{"text":"Make bright the arrows; gather the shields: the LORD hath raised up the spirit of the kings of the Medes: for his device is against Babylon, to destroy it; because it is the vengeance of the LORD, the vengeance of his temple."},{"text":"Set up the standard upon the walls of Babylon, make the watch strong, set up the watchmen, prepare the ambushes: for the LORD hath both devised and done that which he spake against the inhabitants of Babylon."},{"text":"O thou that dwellest upon many waters, abundant in treasures, thine end is come, and the measure of thy covetousness."},{"text":"The LORD of hosts hath sworn by himself, saying, Surely I will fill thee with men, as with caterpillers; and they shall lift up a shout against thee."},{"text":"He hath made the earth by his power, he hath established the world by his wisdom, and hath stretched out the heaven by his understanding."},{"text":"When he uttereth his voice, there is a multitude of waters in the heavens; and he causeth the vapours to ascend from the ends of the earth: he maketh lightnings with rain, and bringeth forth the wind out of his treasures."},{"text":"Every man is brutish by his knowledge; every founder is confounded by the graven image: for his molten image is falsehood, and there is no breath in them."},{"text":"They are vanity, the work of errors: in the time of their visitation they shall perish."},{"text":"The portion of Jacob is not like them; for he is the former of all things: and Israel is the rod of his inheritance: the LORD of hosts is his name."},{"text":"Thou art my battle axe and weapons of war: for with thee will I break in pieces the nations, and with thee will I destroy kingdoms;"},{"text":"And with thee will I break in pieces the horse and his rider; and with thee will I break in pieces the chariot and his rider;"},{"text":"With thee also will I break in pieces man and woman; and with thee will I break in pieces old and young; and with thee will I break in pieces the young man and the maid;"},{"text":"I will also break in pieces with thee the shepherd and his flock; and with thee will I break in pieces the husbandman and his yoke of oxen; and with thee will I break in pieces captains and rulers."},{"text":"And I will render unto Babylon and to all the inhabitants of Chaldea all their evil that they have done in Zion in your sight, saith the LORD."},{"text":"Behold, I am against thee, O destroying mountain, saith the LORD, which destroyest all the earth: and I will stretch out mine hand upon thee, and roll thee down from the rocks, and will make thee a burnt mountain."},{"text":"And they shall not take of thee a stone for a corner, nor a stone for foundations; but thou shalt be desolate for ever, saith the LORD."},{"text":"Set ye up a standard in the land, blow the trumpet among the nations, prepare the nations against her, call together against her the kingdoms of Ararat, Minni, and Ashchenaz; appoint a captain against her; cause the horses to come up as the rough caterpillers."},{"text":"Prepare against her the nations with the kings of the Medes, the captains thereof, and all the rulers thereof, and all the land of his dominion."},{"text":"And the land shall tremble and sorrow: for every purpose of the LORD shall be performed against Babylon, to make the land of Babylon a desolation without an inhabitant."},{"text":"The mighty men of Babylon have forborn to fight, they have remained in their holds: their might hath failed; they became as women: they have burned her dwellingplaces; her bars are broken."},{"text":"One post shall run to meet another, and one messenger to meet another, to shew the king of Babylon that his city is taken at one end,"},{"text":"And that the passages are stopped, and the reeds they have burned with fire, and the men of war are affrighted."},{"text":"For thus saith the LORD of hosts, the God of Israel; The daughter of Babylon is like a threshingfloor, it is time to thresh her: yet a little while, and the time of her harvest shall come."},{"text":"Nebuchadrezzar the king of Babylon hath devoured me, he hath crushed me, he hath made me an empty vessel, he hath swallowed me up like a dragon, he hath filled his belly with my delicates, he hath cast me out."},{"text":"The violence done to me and to my flesh be upon Babylon, shall the inhabitant of Zion say; and my blood upon the inhabitants of Chaldea, shall Jerusalem say."},{"text":"Therefore thus saith the LORD; Behold, I will plead thy cause, and take vengeance for thee; and I will dry up her sea, and make her springs dry."},{"text":"And Babylon shall become heaps, a dwellingplace for dragons, an astonishment, and an hissing, without an inhabitant."},{"text":"They shall roar together like lions: they shall yell as lions' whelps."},{"text":"In their heat I will make their feasts, and I will make them drunken, that they may rejoice, and sleep a perpetual sleep, and not wake, saith the LORD."},{"text":"I will bring them down like lambs to the slaughter, like rams with he goats."},{"text":"How is Sheshach taken! and how is the praise of the whole earth surprised! how is Babylon become an astonishment among the nations!"},{"text":"The sea is come up upon Babylon: she is covered with the multitude of the waves thereof."},{"text":"Her cities are a desolation, a dry land, and a wilderness, a land wherein no man dwelleth, neither doth any son of man pass thereby."},{"text":"And I will punish Bel in Babylon, and I will bring forth out of his mouth that which he hath swallowed up: and the nations shall not flow together any more unto him: yea, the wall of Babylon shall fall."},{"text":"My people, go ye out of the midst of her, and deliver ye every man his soul from the fierce anger of the LORD."},{"text":"And lest your heart faint, and ye fear for the rumour that shall be heard in the land; a rumour shall both come one year, and after that in another year shall come a rumour, and violence in the land, ruler against ruler."},{"text":"Therefore, behold, the days come, that I will do judgment upon the graven images of Babylon: and her whole land shall be confounded, and all her slain shall fall in the midst of her."},{"text":"Then the heaven and the earth, and all that is therein, shall sing for Babylon: for the spoilers shall come unto her from the north, saith the LORD."},{"text":"As Babylon hath caused the slain of Israel to fall, so at Babylon shall fall the slain of all the earth."},{"text":"Ye that have escaped the sword, go away, stand not still: remember the LORD afar off, and let Jerusalem come into your mind."},{"text":"We are confounded, because we have heard reproach: shame hath covered our faces: for strangers are come into the sanctuaries of the LORD's house."},{"text":"Wherefore, behold, the days come, saith the LORD, that I will do judgment upon her graven images: and through all her land the wounded shall groan."},{"text":"Though Babylon should mount up to heaven, and though she should fortify the height of her strength, yet from me shall spoilers come unto her, saith the LORD."},{"text":"A sound of a cry cometh from Babylon, and great destruction from the land of the Chaldeans:"},{"text":"Because the LORD hath spoiled Babylon, and destroyed out of her the great voice; when her waves do roar like great waters, a noise of their voice is uttered:"},{"text":"Because the spoiler is come upon her, even upon Babylon, and her mighty men are taken, every one of their bows is broken: for the LORD God of recompences shall surely requite."},{"text":"And I will make drunk her princes, and her wise men, her captains, and her rulers, and her mighty men: and they shall sleep a perpetual sleep, and not wake, saith the King, whose name is the LORD of hosts."},{"text":"Thus saith the LORD of hosts; The broad walls of Babylon shall be utterly broken, and her high gates shall be burned with fire; and the people shall labour in vain, and the folk in the fire, and they shall be weary."},{"text":"The word which Jeremiah the prophet commanded Seraiah the son of Neriah, the son of Maaseiah, when he went with Zedekiah the king of Judah into Babylon in the fourth year of his reign. And this Seraiah was a quiet prince."},{"text":"So Jeremiah wrote in a book all the evil that should come upon Babylon, even all these words that are written against Babylon."},{"text":"And Jeremiah said to Seraiah, When thou comest to Babylon, and shalt see, and shalt read all these words;"},{"text":"Then shalt thou say, O LORD, thou hast spoken against this place, to cut it off, that none shall remain in it, neither man nor beast, but that it shall be desolate for ever."},{"text":"And it shall be, when thou hast made an end of reading this book, that thou shalt bind a stone to it, and cast it into the midst of Euphrates:"},{"text":"And thou shalt say, Thus shall Babylon sink, and shall not rise from the evil that I will bring upon her: and they shall be weary. Thus far are the words of Jeremiah."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":52,"verses":[{"text":"Zedekiah was one and twenty years old when he began to reign, and he reigned eleven years in Jerusalem. And his mother's name was Hamutal the daughter of Jeremiah of Libnah."},{"text":"And he did that which was evil in the eyes of the LORD, according to all that Jehoiakim had done."},{"text":"For through the anger of the LORD it came to pass in Jerusalem and Judah, till he had cast them out from his presence, that Zedekiah rebelled against the king of Babylon."},{"text":"And it came to pass in the ninth year of his reign, in the tenth month, in the tenth day of the month, that Nebuchadrezzar king of Babylon came, he and all his army, against Jerusalem, and pitched against it, and built forts against it round about."},{"text":"So the city was besieged unto the eleventh year of king Zedekiah."},{"text":"And in the fourth month, in the ninth day of the month, the famine was sore in the city, so that there was no bread for the people of the land."},{"text":"Then the city was broken up, and all the men of war fled, and went forth out of the city by night by the way of the gate between the two walls, which was by the king's garden; (now the Chaldeans were by the city round about:) and they went by the way of the plain."},{"text":"But the army of the Chaldeans pursued after the king, and overtook Zedekiah in the plains of Jericho; and all his army was scattered from him."},{"text":"Then they took the king, and carried him up unto the king of Babylon to Riblah in the land of Hamath; where he gave judgment upon him."},{"text":"And the king of Babylon slew the sons of Zedekiah before his eyes: he slew also all the princes of Judah in Riblah."},{"text":"Then he put out the eyes of Zedekiah; and the king of Babylon bound him in chains, and carried him to Babylon, and put him in prison till the day of his death."},{"text":"Now in the fifth month, in the tenth day of the month, which was the nineteenth year of Nebuchadrezzar king of Babylon, came Nebuzaradan, captain of the guard, which served the king of Babylon, into Jerusalem,"},{"text":"And burned the house of the LORD, and the king's house; and all the houses of Jerusalem, and all the houses of the great men, burned he with fire:"},{"text":"And all the army of the Chaldeans, that were with the captain of the guard, brake down all the walls of Jerusalem round about."},{"text":"Then Nebuzaradan the captain of the guard carried away captive certain of the poor of the people, and the residue of the people that remained in the city, and those that fell away, that fell to the king of Babylon, and the rest of the multitude."},{"text":"But Nebuzaradan the captain of the guard left certain of the poor of the land for vinedressers and for husbandmen."},{"text":"Also the pillars of brass that were in the house of the LORD, and the bases, and the brasen sea that was in the house of the LORD, the Chaldeans brake, and carried all the brass of them to Babylon."},{"text":"The caldrons also, and the shovels, and the snuffers, and the bowls, and the spoons, and all the vessels of brass wherewith they ministered, took they away."},{"text":"And the basons, and the firepans, and the bowls, and the caldrons, and the candlesticks, and the spoons, and the cups; that which was of gold in gold, and that which was of silver in silver, took the captain of the guard away."},{"text":"The two pillars, one sea, and twelve brasen bulls that were under the bases, which king Solomon had made in the house of the LORD: the brass of all these vessels was without weight."},{"text":"And concerning the pillars, the height of one pillar was eighteen cubits; and a fillet of twelve cubits did compass it; and the thickness thereof was four fingers: it was hollow."},{"text":"And a chapiter of brass was upon it; and the height of one chapiter was five cubits, with network and pomegranates upon the chapiters round about, all of brass. The second pillar also and the pomegranates were like unto these."},{"text":"And there were ninety and six pomegranates on a side; and all the pomegranates upon the network were an hundred round about."},{"text":"And the captain of the guard took Seraiah the chief priest, and Zephaniah the second priest, and the three keepers of the door:"},{"text":"He took also out of the city an eunuch, which had the charge of the men of war; and seven men of them that were near the king's person, which were found in the city; and the principal scribe of the host, who mustered the people of the land; and threescore men of the people of the land, that were found in the midst of the city."},{"text":"So Nebuzaradan the captain of the guard took them, and brought them to the king of Babylon to Riblah."},{"text":"And the king of Babylon smote them, and put them to death in Riblah in the land of Hamath. Thus Judah was carried away captive out of his own land."},{"text":"This is the people whom Nebuchadrezzar carried away captive: in the seventh year three thousand Jews and three and twenty:"},{"text":"In the eighteenth year of Nebuchadrezzar he carried away captive from Jerusalem eight hundred thirty and two persons:"},{"text":"In the three and twentieth year of Nebuchadrezzar Nebuzaradan the captain of the guard carried away captive of the Jews seven hundred forty and five persons: all the persons were four thousand and six hundred."},{"text":"And it came to pass in the seven and thirtieth year of the captivity of Jehoiachin king of Judah, in the twelfth month, in the five and twentieth day of the month, that Evilmerodach king of Babylon in the first year of his reign lifted up the head of Jehoiachin king of Judah, and brought him forth out of prison."},{"text":"And spake kindly unto him, and set his throne above the throne of the kings that were with him in Babylon,"},{"text":"And changed his prison garments: and he did continually eat bread before him all the days of his life."},{"text":"And for his diet, there was a continual diet given him of the king of Babylon, every day a portion until the day of his death, all the days of his life."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"O ye children of Benjamin, gather yourselves to flee out of the midst of Jerusalem, and blow the trumpet in Tekoa, and set up a sign of fire in Bethhaccerem: for evil appeareth out of the north, and great destruction."},{"text":"I have likened the daughter of Zion to a comely and delicate woman."},{"text":"The shepherds with their flocks shall come unto her; they shall pitch their tents against her round about; they shall feed every one in his place."},{"text":"Prepare ye war against her; arise, and let us go up at noon. Woe unto us! for the day goeth away, for the shadows of the evening are stretched out."},{"text":"Arise, and let us go by night, and let us destroy her palaces."},{"text":"For thus hath the LORD of hosts said, Hew ye down trees, and cast a mount against Jerusalem: this is the city to be visited; she is wholly oppression in the midst of her."},{"text":"As a fountain casteth out her waters, so she casteth out her wickedness: violence and spoil is heard in her; before me continually is grief and wounds."},{"text":"Be thou instructed, O Jerusalem, lest my soul depart from thee; lest I make thee desolate, a land not inhabited."},{"text":"Thus saith the LORD of hosts, They shall throughly glean the remnant of Israel as a vine: turn back thine hand as a grapegatherer into the baskets."},{"text":"To whom shall I speak, and give warning, that they may hear? behold, their ear is uncircumcised, and they cannot hearken: behold, the word of the LORD is unto them a reproach; they have no delight in it."},{"text":"Therefore I am full of the fury of the LORD; I am weary with holding in: I will pour it out upon the children abroad, and upon the assembly of young men together: for even the husband with the wife shall be taken, the aged with him that is full of days."},{"text":"And their houses shall be turned unto others, with their fields and wives together: for I will stretch out my hand upon the inhabitants of the land, saith the LORD."},{"text":"For from the least of them even unto the greatest of them every one is given to covetousness; and from the prophet even unto the priest every one dealeth falsely."},{"text":"They have healed also the hurt of the daughter of my people slightly, saying, Peace, peace; when there is no peace."},{"text":"Were they ashamed when they had committed abomination? nay, they were not at all ashamed, neither could they blush: therefore they shall fall among them that fall: at the time that I visit them they shall be cast down, saith the LORD."},{"text":"Thus saith the LORD, Stand ye in the ways, and see, and ask for the old paths, where is the good way, and walk therein, and ye shall find rest for your souls. But they said, We will not walk therein."},{"text":"Also I set watchmen over you, saying, Hearken to the sound of the trumpet. But they said, We will not hearken."},{"text":"Therefore hear, ye nations, and know, O congregation, what is among them."},{"text":"Hear, O earth: behold, I will bring evil upon this people, even the fruit of their thoughts, because they have not hearkened unto my words, nor to my law, but rejected it."},{"text":"To what purpose cometh there to me incense from Sheba, and the sweet cane from a far country? your burnt offerings are not acceptable, nor your sacrifices sweet unto me."},{"text":"Therefore thus saith the LORD, Behold, I will lay stumblingblocks before this people, and the fathers and the sons together shall fall upon them; the neighbour and his friend shall perish."},{"text":"Thus saith the LORD, Behold, a people cometh from the north country, and a great nation shall be raised from the sides of the earth."},{"text":"They shall lay hold on bow and spear; they are cruel, and have no mercy; their voice roareth like the sea; and they ride upon horses, set in array as men for war against thee, O daughter of Zion."},{"text":"We have heard the fame thereof: our hands wax feeble: anguish hath taken hold of us, and pain, as of a woman in travail."},{"text":"Go not forth into the field, nor walk by the way; for the sword of the enemy and fear is on every side."},{"text":"O daughter of my people, gird thee with sackcloth, and wallow thyself in ashes: make thee mourning, as for an only son, most bitter lamentation: for the spoiler shall suddenly come upon us."},{"text":"I have set thee for a tower and a fortress among my people, that thou mayest know and try their way."},{"text":"They are all grievous revolters, walking with slanders: they are brass and iron; they are all corrupters."},{"text":"The bellows are burned, the lead is consumed of the fire; the founder melteth in vain: for the wicked are not plucked away."},{"text":"Reprobate silver shall men call them, because the LORD hath rejected them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"The word that came to Jeremiah from the LORD, saying,"},{"text":"Stand in the gate of the LORD's house, and proclaim there this word, and say, Hear the word of the LORD, all ye of Judah, that enter in at these gates to worship the LORD."},{"text":"Thus saith the LORD of hosts, the God of Israel, Amend your ways and your doings, and I will cause you to dwell in this place."},{"text":"Trust ye not in lying words, saying, The temple of the LORD, The temple of the LORD, The temple of the LORD, are these."},{"text":"For if ye throughly amend your ways and your doings; if ye throughly execute judgment between a man and his neighbour;"},{"text":"If ye oppress not the stranger, the fatherless, and the widow, and shed not innocent blood in this place, neither walk after other gods to your hurt:"},{"text":"Then will I cause you to dwell in this place, in the land that I gave to your fathers, for ever and ever."},{"text":"Behold, ye trust in lying words, that cannot profit."},{"text":"Will ye steal, murder, and commit adultery, and swear falsely, and burn incense unto Baal, and walk after other gods whom ye know not;"},{"text":"And come and stand before me in this house, which is called by my name, and say, We are delivered to do all these abominations?"},{"text":"Is this house, which is called by my name, become a den of robbers in your eyes? Behold, even I have seen it, saith the LORD."},{"text":"But go ye now unto my place which was in Shiloh, where I set my name at the first, and see what I did to it for the wickedness of my people Israel."},{"text":"And now, because ye have done all these works, saith the LORD, and I spake unto you, rising up early and speaking, but ye heard not; and I called you, but ye answered not;"},{"text":"Therefore will I do unto this house, which is called by my name, wherein ye trust, and unto the place which I gave to you and to your fathers, as I have done to Shiloh."},{"text":"And I will cast you out of my sight, as I have cast out all your brethren, even the whole seed of Ephraim."},{"text":"Therefore pray not thou for this people, neither lift up cry nor prayer for them, neither make intercession to me: for I will not hear thee."},{"text":"Seest thou not what they do in the cities of Judah and in the streets of Jerusalem?"},{"text":"The children gather wood, and the fathers kindle the fire, and the women knead their dough, to make cakes to the queen of heaven, and to pour out drink offerings unto other gods, that they may provoke me to anger."},{"text":"Do they provoke me to anger? saith the LORD: do they not provoke themselves to the confusion of their own faces?"},{"text":"Therefore thus saith the Lord GOD; Behold, mine anger and my fury shall be poured out upon this place, upon man, and upon beast, and upon the trees of the field, and upon the fruit of the ground; and it shall burn, and shall not be quenched."},{"text":"Thus saith the LORD of hosts, the God of Israel; Put your burnt offerings unto your sacrifices, and eat flesh."},{"text":"For I spake not unto your fathers, nor commanded them in the day that I brought them out of the land of Egypt, concerning burnt offerings or sacrifices:"},{"text":"But this thing commanded I them, saying, Obey my voice, and I will be your God, and ye shall be my people: and walk ye in all the ways that I have commanded you, that it may be well unto you."},{"text":"But they hearkened not, nor inclined their ear, but walked in the counsels and in the imagination of their evil heart, and went backward, and not forward."},{"text":"Since the day that your fathers came forth out of the land of Egypt unto this day I have even sent unto you all my servants the prophets, daily rising up early and sending them:"},{"text":"Yet they hearkened not unto me, nor inclined their ear, but hardened their neck: they did worse than their fathers."},{"text":"Therefore thou shalt speak all these words unto them; but they will not hearken to thee: thou shalt also call unto them; but they will not answer thee."},{"text":"But thou shalt say unto them, This is a nation that obeyeth not the voice of the LORD their God, nor receiveth correction: truth is perished, and is cut off from their mouth."},{"text":"Cut off thine hair, O Jerusalem, and cast it away, and take up a lamentation on high places; for the LORD hath rejected and forsaken the generation of his wrath."},{"text":"For the children of Judah have done evil in my sight, saith the LORD: they have set their abominations in the house which is called by my name, to pollute it."},{"text":"And they have built the high places of Tophet, which is in the valley of the son of Hinnom, to burn their sons and their daughters in the fire; which I commanded them not, neither came it into my heart."},{"text":"Therefore, behold, the days come, saith the LORD, that it shall no more be called Tophet, nor the valley of the son of Hinnom, but the valley of slaughter: for they shall bury in Tophet, till there be no place."},{"text":"And the carcases of this people shall be meat for the fowls of the heaven, and for the beasts of the earth; and none shall fray them away."},{"text":"Then will I cause to cease from the cities of Judah, and from the streets of Jerusalem, the voice of mirth, and the voice of gladness, the voice of the bridegroom, and the voice of the bride: for the land shall be desolate."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"At that time, saith the LORD, they shall bring out the bones of the kings of Judah, and the bones of his princes, and the bones of the priests, and the bones of the prophets, and the bones of the inhabitants of Jerusalem, out of their graves:"},{"text":"And they shall spread them before the sun, and the moon, and all the host of heaven, whom they have loved, and whom they have served, and after whom they have walked, and whom they have sought, and whom they have worshipped: they shall not be gathered, nor be buried; they shall be for dung upon the face of the earth."},{"text":"And death shall be chosen rather than life by all the residue of them that remain of this evil family, which remain in all the places whither I have driven them, saith the LORD of hosts."},{"text":"Moreover thou shalt say unto them, Thus saith the LORD; Shall they fall, and not arise? shall he turn away, and not return?"},{"text":"Why then is this people of Jerusalem slidden back by a perpetual backsliding? they hold fast deceit, they refuse to return."},{"text":"I hearkened and heard, but they spake not aright: no man repented him of his wickedness, saying, What have I done? every one turned to his course, as the horse rusheth into the battle."},{"text":"Yea, the stork in the heaven knoweth her appointed times; and the turtle and the crane and the swallow observe the time of their coming; but my people know not the judgment of the LORD."},{"text":"How do ye say, We are wise, and the law of the LORD is with us? Lo, certainly in vain made he it; the pen of the scribes is in vain."},{"text":"The wise men are ashamed, they are dismayed and taken: lo, they have rejected the word of the LORD; and what wisdom is in them?"},{"text":"Therefore will I give their wives unto others, and their fields to them that shall inherit them: for every one from the least even unto the greatest is given to covetousness, from the prophet even unto the priest every one dealeth falsely."},{"text":"For they have healed the hurt of the daughter of my people slightly, saying, Peace, peace; when there is no peace."},{"text":"Were they ashamed when they had committed abomination? nay, they were not at all ashamed, neither could they blush: therefore shall they fall among them that fall: in the time of their visitation they shall be cast down, saith the LORD."},{"text":"I will surely consume them, saith the LORD: there shall be no grapes on the vine, nor figs on the fig tree, and the leaf shall fade; and the things that I have given them shall pass away from them."},{"text":"Why do we sit still? assemble yourselves, and let us enter into the defenced cities, and let us be silent there: for the LORD our God hath put us to silence, and given us water of gall to drink, because we have sinned against the LORD."},{"text":"We looked for peace, but no good came; and for a time of health, and behold trouble!"},{"text":"The snorting of his horses was heard from Dan: the whole land trembled at the sound of the neighing of his strong ones; for they are come, and have devoured the land, and all that is in it; the city, and those that dwell therein."},{"text":"For, behold, I will send serpents, cockatrices, among you, which will not be charmed, and they shall bite you, saith the LORD."},{"text":"When I would comfort myself against sorrow, my heart is faint in me."},{"text":"Behold the voice of the cry of the daughter of my people because of them that dwell in a far country: Is not the LORD in Zion? is not her king in her? Why have they provoked me to anger with their graven images, and with strange vanities?"},{"text":"The harvest is past, the summer is ended, and we are not saved."},{"text":"For the hurt of the daughter of my people am I hurt; I am black; astonishment hath taken hold on me."},{"text":"Is there no balm in Gilead; is there no physician there? why then is not the health of the daughter of my people recovered?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"Oh that my head were waters, and mine eyes a fountain of tears, that I might weep day and night for the slain of the daughter of my people!"},{"text":"Oh that I had in the wilderness a lodging place of wayfaring men; that I might leave my people, and go from them! for they be all adulterers, an assembly of treacherous men."},{"text":"And they bend their tongues like their bow for lies: but they are not valiant for the truth upon the earth; for they proceed from evil to evil, and they know not me, saith the LORD."},{"text":"Take ye heed every one of his neighbour, and trust ye not in any brother: for every brother will utterly supplant, and every neighbour will walk with slanders."},{"text":"And they will deceive every one his neighbour, and will not speak the truth: they have taught their tongue to speak lies, and weary themselves to commit iniquity."},{"text":"Thine habitation is in the midst of deceit; through deceit they refuse to know me, saith the LORD."},{"text":"Therefore thus saith the LORD of hosts, Behold, I will melt them, and try them; for how shall I do for the daughter of my people?"},{"text":"Their tongue is as an arrow shot out; it speaketh deceit: one speaketh peaceably to his neighbour with his mouth, but in heart he layeth his wait."},{"text":"Shall I not visit them for these things? saith the LORD: shall not my soul be avenged on such a nation as this?"},{"text":"For the mountains will I take up a weeping and wailing, and for the habitations of the wilderness a lamentation, because they are burned up, so that none can pass through them; neither can men hear the voice of the cattle; both the fowl of the heavens and the beast are fled; they are gone."},{"text":"And I will make Jerusalem heaps, and a den of dragons; and I will make the cities of Judah desolate, without an inhabitant."},{"text":"Who is the wise man, that may understand this? and who is he to whom the mouth of the LORD hath spoken, that he may declare it, for what the land perisheth and is burned up like a wilderness, that none passeth through?"},{"text":"And the LORD saith, Because they have forsaken my law which I set before them, and have not obeyed my voice, neither walked therein;"},{"text":"But have walked after the imagination of their own heart, and after Baalim, which their fathers taught them:"},{"text":"Therefore thus saith the LORD of hosts, the God of Israel; Behold, I will feed them, even this people, with wormwood, and give them water of gall to drink."},{"text":"I will scatter them also among the heathen, whom neither they nor their fathers have known: and I will send a sword after them, till I have consumed them."},{"text":"Thus saith the LORD of hosts, Consider ye, and call for the mourning women, that they may come; and send for cunning women, that they may come:"},{"text":"And let them make haste, and take up a wailing for us, that our eyes may run down with tears, and our eyelids gush out with waters."},{"text":"For a voice of wailing is heard out of Zion, How are we spoiled! we are greatly confounded, because we have forsaken the land, because our dwellings have cast us out."},{"text":"Yet hear the word of the LORD, O ye women, and let your ear receive the word of his mouth, and teach your daughters wailing, and every one her neighbour lamentation."},{"text":"For death is come up into our windows, and is entered into our palaces, to cut off the children from without, and the young men from the streets."},{"text":"Speak, Thus saith the LORD, Even the carcases of men shall fall as dung upon the open field, and as the handful after the harvestman, and none shall gather them."},{"text":"Thus saith the LORD, Let not the wise man glory in his wisdom, neither let the mighty man glory in his might, let not the rich man glory in his riches:"},{"text":"But let him that glorieth glory in this, that he understandeth and knoweth me, that I am the LORD which exercise lovingkindness, judgment, and righteousness, in the earth: for in these things I delight, saith the LORD."},{"text":"Behold, the days come, saith the LORD, that I will punish all them which are circumcised with the uncircumcised;"},{"text":"Egypt, and Judah, and Edom, and the children of Ammon, and Moab, and all that are in the utmost corners, that dwell in the wilderness: for all these nations are uncircumcised, and all the house of Israel are uncircumcised in the heart."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"There was a man in the land of Uz, whose name was Job; and that man was perfect and upright, and one that feared God, and eschewed evil."},{"text":"And there were born unto him seven sons and three daughters."},{"text":"His substance also was seven thousand sheep, and three thousand camels, and five hundred yoke of oxen, and five hundred she asses, and a very great household; so that this man was the greatest of all the men of the east."},{"text":"And his sons went and feasted in their houses, every one his day; and sent and called for their three sisters to eat and to drink with them."},{"text":"And it was so, when the days of their feasting were gone about, that Job sent and sanctified them, and rose up early in the morning, and offered burnt offerings according to the number of them all: for Job said, It may be that my sons have sinned, and cursed God in their hearts. Thus did Job continually."},{"text":"Now there was a day when the sons of God came to present themselves before the LORD, and Satan came also among them."},{"text":"And the LORD said unto Satan, Whence comest thou? Then Satan answered the LORD, and said, From going to and fro in the earth, and from walking up and down in it."},{"text":"And the LORD said unto Satan, Hast thou considered my servant Job, that there is none like him in the earth, a perfect and an upright man, one that feareth God, and escheweth evil?"},{"text":"Then Satan answered the LORD, and said, Doth Job fear God for nought?"},{"text":"Hast not thou made an hedge about him, and about his house, and about all that he hath on every side? thou hast blessed the work of his hands, and his substance is increased in the land."},{"text":"But put forth thine hand now, and touch all that he hath, and he will curse thee to thy face."},{"text":"And the LORD said unto Satan, Behold, all that he hath is in thy power; only upon himself put not forth thine hand. So Satan went forth from the presence of the LORD."},{"text":"And there was a day when his sons and his daughters were eating and drinking wine in their eldest brother's house:"},{"text":"And there came a messenger unto Job, and said, The oxen were plowing, and the asses feeding beside them:"},{"text":"And the Sabeans fell upon them, and took them away; yea, they have slain the servants with the edge of the sword; and I only am escaped alone to tell thee."},{"text":"While he was yet speaking, there came also another, and said, The fire of God is fallen from heaven, and hath burned up the sheep, and the servants, and consumed them; and I only am escaped alone to tell thee."},{"text":"While he was yet speaking, there came also another, and said, The Chaldeans made out three bands, and fell upon the camels, and have carried them away, yea, and slain the servants with the edge of the sword; and I only am escaped alone to tell thee."},{"text":"While he was yet speaking, there came also another, and said, Thy sons and thy daughters were eating and drinking wine in their eldest brother's house:"},{"text":"And, behold, there came a great wind from the wilderness, and smote the four corners of the house, and it fell upon the young men, and they are dead; and I only am escaped alone to tell thee."},{"text":"Then Job arose, and rent his mantle, and shaved his head, and fell down upon the ground, and worshipped,"},{"text":"And said, Naked came I out of my mother's womb, and naked shall I return thither: the LORD gave, and the LORD hath taken away; blessed be the name of the LORD."},{"text":"In all this Job sinned not, nor charged God foolishly."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"My soul is weary of my life; I will leave my complaint upon myself; I will speak in the bitterness of my soul."},{"text":"I will say unto God, Do not condemn me; shew me wherefore thou contendest with me."},{"text":"Is it good unto thee that thou shouldest oppress, that thou shouldest despise the work of thine hands, and shine upon the counsel of the wicked?"},{"text":"Hast thou eyes of flesh? or seest thou as man seeth?"},{"text":"Are thy days as the days of man? are thy years as man's days,"},{"text":"That thou enquirest after mine iniquity, and searchest after my sin?"},{"text":"Thou knowest that I am not wicked; and there is none that can deliver out of thine hand."},{"text":"Thine hands have made me and fashioned me together round about; yet thou dost destroy me."},{"text":"Remember, I beseech thee, that thou hast made me as the clay; and wilt thou bring me into dust again?"},{"text":"Hast thou not poured me out as milk, and curdled me like cheese?"},{"text":"Thou hast clothed me with skin and flesh, and hast fenced me with bones and sinews."},{"text":"Thou hast granted me life and favour, and thy visitation hath preserved my spirit."},{"text":"And these things hast thou hid in thine heart: I know that this is with thee."},{"text":"If I sin, then thou markest me, and thou wilt not acquit me from mine iniquity."},{"text":"If I be wicked, woe unto me; and if I be righteous, yet will I not lift up my head. I am full of confusion; therefore see thou mine affliction;"},{"text":"For it increaseth. Thou huntest me as a fierce lion: and again thou shewest thyself marvellous upon me."},{"text":"Thou renewest thy witnesses against me, and increasest thine indignation upon me; changes and war are against me."},{"text":"Wherefore then hast thou brought me forth out of the womb? Oh that I had given up the ghost, and no eye had seen me!"},{"text":"I should have been as though I had not been; I should have been carried from the womb to the grave."},{"text":"Are not my days few? cease then, and let me alone, that I may take comfort a little,"},{"text":"Before I go whence I shall not return, even to the land of darkness and the shadow of death;"},{"text":"A land of darkness, as darkness itself; and of the shadow of death, without any order, and where the light is as darkness."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"Then answered Zophar the Naamathite, and said,"},{"text":"Should not the multitude of words be answered? and should a man full of talk be justified?"},{"text":"Should thy lies make men hold their peace? and when thou mockest, shall no man make thee ashamed?"},{"text":"For thou hast said, My doctrine is pure, and I am clean in thine eyes."},{"text":"But oh that God would speak, and open his lips against thee;"},{"text":"And that he would shew thee the secrets of wisdom, that they are double to that which is! Know therefore that God exacteth of thee less than thine iniquity deserveth."},{"text":"Canst thou by searching find out God? canst thou find out the Almighty unto perfection?"},{"text":"It is as high as heaven; what canst thou do? deeper than hell; what canst thou know?"},{"text":"The measure thereof is longer than the earth, and broader than the sea."},{"text":"If he cut off, and shut up, or gather together, then who can hinder him?"},{"text":"For he knoweth vain men: he seeth wickedness also; will he not then consider it?"},{"text":"For vain men would be wise, though man be born like a wild ass's colt."},{"text":"If thou prepare thine heart, and stretch out thine hands toward him;"},{"text":"If iniquity be in thine hand, put it far away, and let not wickedness dwell in thy tabernacles."},{"text":"For then shalt thou lift up thy face without spot; yea, thou shalt be stedfast, and shalt not fear:"},{"text":"Because thou shalt forget thy misery, and remember it as waters that pass away:"},{"text":"And thine age shall be clearer than the noonday: thou shalt shine forth, thou shalt be as the morning."},{"text":"And thou shalt be secure, because there is hope; yea, thou shalt dig about thee, and thou shalt take thy rest in safety."},{"text":"Also thou shalt lie down, and none shall make thee afraid; yea, many shall make suit unto thee."},{"text":"But the eyes of the wicked shall fail, and they shall not escape, and their hope shall be as the giving up of the ghost."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"And Job answered and said,"},{"text":"No doubt but ye are the people, and wisdom shall die with you."},{"text":"But I have understanding as well as you; I am not inferior to you: yea, who knoweth not such things as these?"},{"text":"I am as one mocked of his neighbour, who calleth upon God, and he answereth him: the just upright man is laughed to scorn."},{"text":"He that is ready to slip with his feet is as a lamp despised in the thought of him that is at ease."},{"text":"The tabernacles of robbers prosper, and they that provoke God are secure; into whose hand God bringeth abundantly."},{"text":"But ask now the beasts, and they shall teach thee; and the fowls of the air, and they shall tell thee:"},{"text":"Or speak to the earth, and it shall teach thee: and the fishes of the sea shall declare unto thee."},{"text":"Who knoweth not in all these that the hand of the LORD hath wrought this?"},{"text":"In whose hand is the soul of every living thing, and the breath of all mankind."},{"text":"Doth not the ear try words? and the mouth taste his meat?"},{"text":"With the ancient is wisdom; and in length of days understanding."},{"text":"With him is wisdom and strength, he hath counsel and understanding."},{"text":"Behold, he breaketh down, and it cannot be built again: he shutteth up a man, and there can be no opening."},{"text":"Behold, he withholdeth the waters, and they dry up: also he sendeth them out, and they overturn the earth."},{"text":"With him is strength and wisdom: the deceived and the deceiver are his."},{"text":"He leadeth counsellors away spoiled, and maketh the judges fools."},{"text":"He looseth the bond of kings, and girdeth their loins with a girdle."},{"text":"He leadeth princes away spoiled, and overthroweth the mighty."},{"text":"He removeth away the speech of the trusty, and taketh away the understanding of the aged."},{"text":"He poureth contempt upon princes, and weakeneth the strength of the mighty."},{"text":"He discovereth deep things out of darkness, and bringeth out to light the shadow of death."},{"text":"He increaseth the nations, and destroyeth them: he enlargeth the nations, and straiteneth them again."},{"text":"He taketh away the heart of the chief of the people of the earth, and causeth them to wander in a wilderness where there is no way."},{"text":"They grope in the dark without light, and he maketh them to stagger like a drunken man."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"Lo, mine eye hath seen all this, mine ear hath heard and understood it."},{"text":"What ye know, the same do I know also: I am not inferior unto you."},{"text":"Surely I would speak to the Almighty, and I desire to reason with God."},{"text":"But ye are forgers of lies, ye are all physicians of no value."},{"text":"O that ye would altogether hold your peace! and it should be your wisdom."},{"text":"Hear now my reasoning, and hearken to the pleadings of my lips."},{"text":"Will ye speak wickedly for God? and talk deceitfully for him?"},{"text":"Will ye accept his person? will ye contend for God?"},{"text":"Is it good that he should search you out? or as one man mocketh another, do ye so mock him?"},{"text":"He will surely reprove you, if ye do secretly accept persons."},{"text":"Shall not his excellency make you afraid? and his dread fall upon you?"},{"text":"Your remembrances are like unto ashes, your bodies to bodies of clay."},{"text":"Hold your peace, let me alone, that I may speak, and let come on me what will."},{"text":"Wherefore do I take my flesh in my teeth, and put my life in mine hand?"},{"text":"Though he slay me, yet will I trust in him: but I will maintain mine own ways before him."},{"text":"He also shall be my salvation: for an hypocrite shall not come before him."},{"text":"Hear diligently my speech, and my declaration with your ears."},{"text":"Behold now, I have ordered my cause; I know that I shall be justified."},{"text":"Who is he that will plead with me? for now, if I hold my tongue, I shall give up the ghost."},{"text":"Only do not two things unto me: then will I not hide myself from thee."},{"text":"Withdraw thine hand far from me: and let not thy dread make me afraid."},{"text":"Then call thou, and I will answer: or let me speak, and answer thou me."},{"text":"How many are mine iniquities and sins? make me to know my transgression and my sin."},{"text":"Wherefore hidest thou thy face, and holdest me for thine enemy?"},{"text":"Wilt thou break a leaf driven to and fro? and wilt thou pursue the dry stubble?"},{"text":"For thou writest bitter things against me, and makest me to possess the iniquities of my youth."},{"text":"Thou puttest my feet also in the stocks, and lookest narrowly unto all my paths; thou settest a print upon the heels of my feet."},{"text":"And he, as a rotten thing, consumeth, as a garment that is moth eaten."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"Man that is born of a woman is of few days and full of trouble."},{"text":"He cometh forth like a flower, and is cut down: he fleeth also as a shadow, and continueth not."},{"text":"And doth thou open thine eyes upon such an one, and bringest me into judgment with thee?"},{"text":"Who can bring a clean thing out of an unclean? not one."},{"text":"Seeing his days are determined, the number of his months are with thee, thou hast appointed his bounds that he cannot pass;"},{"text":"Turn from him, that he may rest, till he shall accomplish, as an hireling, his day."},{"text":"For there is hope of a tree, if it be cut down, that it will sprout again, and that the tender branch thereof will not cease."},{"text":"Though the root thereof wax old in the earth, and the stock thereof die in the ground;"},{"text":"Yet through the scent of water it will bud, and bring forth boughs like a plant."},{"text":"But man dieth, and wasteth away: yea, man giveth up the ghost, and where is he?"},{"text":"As the waters fail from the sea, and the flood decayeth and drieth up:"},{"text":"So man lieth down, and riseth not: till the heavens be no more, they shall not awake, nor be raised out of their sleep."},{"text":"O that thou wouldest hide me in the grave, that thou wouldest keep me secret, until thy wrath be past, that thou wouldest appoint me a set time, and remember me!"},{"text":"If a man die, shall he live again? all the days of my appointed time will I wait, till my change come."},{"text":"Thou shalt call, and I will answer thee: thou wilt have a desire to the work of thine hands."},{"text":"For now thou numberest my steps: dost thou not watch over my sin?"},{"text":"My transgression is sealed up in a bag, and thou sewest up mine iniquity."},{"text":"And surely the mountains falling cometh to nought, and the rock is removed out of his place."},{"text":"The waters wear the stones: thou washest away the things which grow out of the dust of the earth; and thou destroyest the hope of man."},{"text":"Thou prevailest for ever against him, and he passeth: thou changest his countenance, and sendest him away."},{"text":"His sons come to honour, and he knoweth it not; and they are brought low, but he perceiveth it not of them."},{"text":"But his flesh upon him shall have pain, and his soul within him shall mourn."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"Then answered Eliphaz the Temanite, and said,"},{"text":"Should a wise man utter vain knowledge, and fill his belly with the east wind?"},{"text":"Should he reason with unprofitable talk? or with speeches wherewith he can do no good?"},{"text":"Yea, thou castest off fear, and restrainest prayer before God."},{"text":"For thy mouth uttereth thine iniquity, and thou choosest the tongue of the crafty."},{"text":"Thine own mouth condemneth thee, and not I: yea, thine own lips testify against thee."},{"text":"Art thou the first man that was born? or wast thou made before the hills?"},{"text":"Hast thou heard the secret of God? and dost thou restrain wisdom to thyself?"},{"text":"What knowest thou, that we know not? what understandest thou, which is not in us?"},{"text":"With us are both the grayheaded and very aged men, much elder than thy father."},{"text":"Are the consolations of God small with thee? is there any secret thing with thee?"},{"text":"Why doth thine heart carry thee away? and what do thy eyes wink at,"},{"text":"That thou turnest thy spirit against God, and lettest such words go out of thy mouth?"},{"text":"What is man, that he should be clean? and he which is born of a woman, that he should be righteous?"},{"text":"Behold, he putteth no trust in his saints; yea, the heavens are not clean in his sight."},{"text":"How much more abominable and filthy is man, which drinketh iniquity like water?"},{"text":"I will shew thee, hear me; and that which I have seen I will declare;"},{"text":"Which wise men have told from their fathers, and have not hid it:"},{"text":"Unto whom alone the earth was given, and no stranger passed among them."},{"text":"The wicked man travaileth with pain all his days, and the number of years is hidden to the oppressor."},{"text":"A dreadful sound is in his ears: in prosperity the destroyer shall come upon him."},{"text":"He believeth not that he shall return out of darkness, and he is waited for of the sword."},{"text":"He wandereth abroad for bread, saying, Where is it? he knoweth that the day of darkness is ready at his hand."},{"text":"Trouble and anguish shall make him afraid; they shall prevail against him, as a king ready to the battle."},{"text":"For he stretcheth out his hand against God, and strengtheneth himself against the Almighty."},{"text":"He runneth upon him, even on his neck, upon the thick bosses of his bucklers:"},{"text":"Because he covereth his face with his fatness, and maketh collops of fat on his flanks."},{"text":"And he dwelleth in desolate cities, and in houses which no man inhabiteth, which are ready to become heaps."},{"text":"He shall not be rich, neither shall his substance continue, neither shall he prolong the perfection thereof upon the earth."},{"text":"He shall not depart out of darkness; the flame shall dry up his branches, and by the breath of his mouth shall he go away."},{"text":"Let not him that is deceived trust in vanity: for vanity shall be his recompence."},{"text":"It shall be accomplished before his time, and his branch shall not be green."},{"text":"He shall shake off his unripe grape as the vine, and shall cast off his flower as the olive."},{"text":"For the congregation of hypocrites shall be desolate, and fire shall consume the tabernacles of bribery."},{"text":"They conceive mischief, and bring forth vanity, and their belly prepareth deceit."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"Then Job answered and said,"},{"text":"I have heard many such things: miserable comforters are ye all."},{"text":"Shall vain words have an end? or what emboldeneth thee that thou answerest?"},{"text":"I also could speak as ye do: if your soul were in my soul's stead, I could heap up words against you, and shake mine head at you."},{"text":"But I would strengthen you with my mouth, and the moving of my lips should asswage your grief."},{"text":"Though I speak, my grief is not asswaged: and though I forbear, what am I eased?"},{"text":"But now he hath made me weary: thou hast made desolate all my company."},{"text":"And thou hast filled me with wrinkles, which is a witness against me: and my leanness rising up in me beareth witness to my face."},{"text":"He teareth me in his wrath, who hateth me: he gnasheth upon me with his teeth; mine enemy sharpeneth his eyes upon me."},{"text":"They have gaped upon me with their mouth; they have smitten me upon the cheek reproachfully; they have gathered themselves together against me."},{"text":"God hath delivered me to the ungodly, and turned me over into the hands of the wicked."},{"text":"I was at ease, but he hath broken me asunder: he hath also taken me by my neck, and shaken me to pieces, and set me up for his mark."},{"text":"His archers compass me round about, he cleaveth my reins asunder, and doth not spare; he poureth out my gall upon the ground."},{"text":"He breaketh me with breach upon breach, he runneth upon me like a giant."},{"text":"I have sewed sackcloth upon my skin, and defiled my horn in the dust."},{"text":"My face is foul with weeping, and on my eyelids is the shadow of death;"},{"text":"Not for any injustice in mine hands: also my prayer is pure."},{"text":"O earth, cover not thou my blood, and let my cry have no place."},{"text":"Also now, behold, my witness is in heaven, and my record is on high."},{"text":"My friends scorn me: but mine eye poureth out tears unto God."},{"text":"O that one might plead for a man with God, as a man pleadeth for his neighbour!"},{"text":"When a few years are come, then I shall go the way whence I shall not return."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"My breath is corrupt, my days are extinct, the graves are ready for me."},{"text":"Are there not mockers with me? and doth not mine eye continue in their provocation?"},{"text":"Lay down now, put me in a surety with thee; who is he that will strike hands with me?"},{"text":"For thou hast hid their heart from understanding: therefore shalt thou not exalt them."},{"text":"He that speaketh flattery to his friends, even the eyes of his children shall fail."},{"text":"He hath made me also a byword of the people; and aforetime I was as a tabret."},{"text":"Mine eye also is dim by reason of sorrow, and all my members are as a shadow."},{"text":"Upright men shall be astonied at this, and the innocent shall stir up himself against the hypocrite."},{"text":"The righteous also shall hold on his way, and he that hath clean hands shall be stronger and stronger."},{"text":"But as for you all, do ye return, and come now: for I cannot find one wise man among you."},{"text":"My days are past, my purposes are broken off, even the thoughts of my heart."},{"text":"They change the night into day: the light is short because of darkness."},{"text":"If I wait, the grave is mine house: I have made my bed in the darkness."},{"text":"I have said to corruption, Thou art my father: to the worm, Thou art my mother, and my sister."},{"text":"And where is now my hope? as for my hope, who shall see it?"},{"text":"They shall go down to the bars of the pit, when our rest together is in the dust."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"Then answered Bildad the Shuhite, and said,"},{"text":"How long will it be ere ye make an end of words? mark, and afterwards we will speak."},{"text":"Wherefore are we counted as beasts, and reputed vile in your sight?"},{"text":"He teareth himself in his anger: shall the earth be forsaken for thee? and shall the rock be removed out of his place?"},{"text":"Yea, the light of the wicked shall be put out, and the spark of his fire shall not shine."},{"text":"The light shall be dark in his tabernacle, and his candle shall be put out with him."},{"text":"The steps of his strength shall be straitened, and his own counsel shall cast him down."},{"text":"For he is cast into a net by his own feet, and he walketh upon a snare."},{"text":"The gin shall take him by the heel, and the robber shall prevail against him."},{"text":"The snare is laid for him in the ground, and a trap for him in the way."},{"text":"Terrors shall make him afraid on every side, and shall drive him to his feet."},{"text":"His strength shall be hungerbitten, and destruction shall be ready at his side."},{"text":"It shall devour the strength of his skin: even the firstborn of death shall devour his strength."},{"text":"His confidence shall be rooted out of his tabernacle, and it shall bring him to the king of terrors."},{"text":"It shall dwell in his tabernacle, because it is none of his: brimstone shall be scattered upon his habitation."},{"text":"His roots shall be dried up beneath, and above shall his branch be cut off."},{"text":"His remembrance shall perish from the earth, and he shall have no name in the street."},{"text":"He shall be driven from light into darkness, and chased out of the world."},{"text":"He shall neither have son nor nephew among his people, nor any remaining in his dwellings."},{"text":"They that come after him shall be astonied at his day, as they that went before were affrighted."},{"text":"Surely such are the dwellings of the wicked, and this is the place of him that knoweth not God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"Then Job answered and said,"},{"text":"How long will ye vex my soul, and break me in pieces with words?"},{"text":"These ten times have ye reproached me: ye are not ashamed that ye make yourselves strange to me."},{"text":"And be it indeed that I have erred, mine error remaineth with myself."},{"text":"If indeed ye will magnify yourselves against me, and plead against me my reproach:"},{"text":"Know now that God hath overthrown me, and hath compassed me with his net."},{"text":"Behold, I cry out of wrong, but I am not heard: I cry aloud, but there is no judgment."},{"text":"He hath fenced up my way that I cannot pass, and he hath set darkness in my paths."},{"text":"He hath stripped me of my glory, and taken the crown from my head."},{"text":"He hath destroyed me on every side, and I am gone: and mine hope hath he removed like a tree."},{"text":"He hath also kindled his wrath against me, and he counteth me unto him as one of his enemies."},{"text":"His troops come together, and raise up their way against me, and encamp round about my tabernacle."},{"text":"He hath put my brethren far from me, and mine acquaintance are verily estranged from me."},{"text":"My kinsfolk have failed, and my familiar friends have forgotten me."},{"text":"They that dwell in mine house, and my maids, count me for a stranger: I am an alien in their sight."},{"text":"I called my servant, and he gave me no answer; I intreated him with my mouth."},{"text":"My breath is strange to my wife, though I intreated for the children's sake of mine own body."},{"text":"Yea, young children despised me; I arose, and they spake against me."},{"text":"All my inward friends abhorred me: and they whom I loved are turned against me."},{"text":"My bone cleaveth to my skin and to my flesh, and I am escaped with the skin of my teeth."},{"text":"Have pity upon me, have pity upon me, O ye my friends; for the hand of God hath touched me."},{"text":"Why do ye persecute me as God, and are not satisfied with my flesh?"},{"text":"Oh that my words were now written! oh that they were printed in a book!"},{"text":"That they were graven with an iron pen and lead in the rock for ever!"},{"text":"For I know that my redeemer liveth, and that he shall stand at the latter day upon the earth:"},{"text":"And though after my skin worms destroy this body, yet in my flesh shall I see God:"},{"text":"Whom I shall see for myself, and mine eyes shall behold, and not another; though my reins be consumed within me."},{"text":"But ye should say, Why persecute we him, seeing the root of the matter is found in me?"},{"text":"Be ye afraid of the sword: for wrath bringeth the punishments of the sword, that ye may know there is a judgment."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"Again there was a day when the sons of God came to present themselves before the LORD, and Satan came also among them to present himself before the LORD."},{"text":"And the LORD said unto Satan, From whence comest thou? And Satan answered the LORD, and said, From going to and fro in the earth, and from walking up and down in it."},{"text":"And the LORD said unto Satan, Hast thou considered my servant Job, that there is none like him in the earth, a perfect and an upright man, one that feareth God, and escheweth evil? and still he holdeth fast his integrity, although thou movedst me against him, to destroy him without cause."},{"text":"And Satan answered the LORD, and said, Skin for skin, yea, all that a man hath will he give for his life."},{"text":"But put forth thine hand now, and touch his bone and his flesh, and he will curse thee to thy face."},{"text":"And the LORD said unto Satan, Behold, he is in thine hand; but save his life."},{"text":"So went Satan forth from the presence of the LORD, and smote Job with sore boils from the sole of his foot unto his crown."},{"text":"And he took him a potsherd to scrape himself withal; and he sat down among the ashes."},{"text":"Then said his wife unto him, Dost thou still retain thine integrity? curse God, and die."},{"text":"But he said unto her, Thou speakest as one of the foolish women speaketh. What? shall we receive good at the hand of God, and shall we not receive evil? In all this did not Job sin with his lips."},{"text":"Now when Job's three friends heard of all this evil that was come upon him, they came every one from his own place; Eliphaz the Temanite, and Bildad the Shuhite, and Zophar the Naamathite: for they had made an appointment together to come to mourn with him and to comfort him."},{"text":"And when they lifted up their eyes afar off, and knew him not, they lifted up their voice, and wept; and they rent every one his mantle, and sprinkled dust upon their heads toward heaven."},{"text":"So they sat down with him upon the ground seven days and seven nights, and none spake a word unto him: for they saw that his grief was very great."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"Then answered Zophar the Naamathite, and said,"},{"text":"Therefore do my thoughts cause me to answer, and for this I make haste."},{"text":"I have heard the check of my reproach, and the spirit of my understanding causeth me to answer."},{"text":"Knowest thou not this of old, since man was placed upon earth,"},{"text":"That the triumphing of the wicked is short, and the joy of the hypocrite but for a moment?"},{"text":"Though his excellency mount up to the heavens, and his head reach unto the clouds;"},{"text":"Yet he shall perish for ever like his own dung: they which have seen him shall say, Where is he?"},{"text":"He shall fly away as a dream, and shall not be found: yea, he shall be chased away as a vision of the night."},{"text":"The eye also which saw him shall see him no more; neither shall his place any more behold him."},{"text":"His children shall seek to please the poor, and his hands shall restore their goods."},{"text":"His bones are full of the sin of his youth, which shall lie down with him in the dust."},{"text":"Though wickedness be sweet in his mouth, though he hide it under his tongue;"},{"text":"Though he spare it, and forsake it not; but keep it still within his mouth:"},{"text":"Yet his meat in his bowels is turned, it is the gall of asps within him."},{"text":"He hath swallowed down riches, and he shall vomit them up again: God shall cast them out of his belly."},{"text":"He shall suck the poison of asps: the viper's tongue shall slay him."},{"text":"He shall not see the rivers, the floods, the brooks of honey and butter."},{"text":"That which he laboured for shall he restore, and shall not swallow it down: according to his substance shall the restitution be, and he shall not rejoice therein."},{"text":"Because he hath oppressed and hath forsaken the poor; because he hath violently taken away an house which he builded not;"},{"text":"Surely he shall not feel quietness in his belly, he shall not save of that which he desired."},{"text":"There shall none of his meat be left; therefore shall no man look for his goods."},{"text":"In the fulness of his sufficiency he shall be in straits: every hand of the wicked shall come upon him."},{"text":"When he is about to fill his belly, God shall cast the fury of his wrath upon him, and shall rain it upon him while he is eating."},{"text":"He shall flee from the iron weapon, and the bow of steel shall strike him through."},{"text":"It is drawn, and cometh out of the body; yea, the glittering sword cometh out of his gall: terrors are upon him."},{"text":"All darkness shall be hid in his secret places: a fire not blown shall consume him; it shall go ill with him that is left in his tabernacle."},{"text":"The heaven shall reveal his iniquity; and the earth shall rise up against him."},{"text":"The increase of his house shall depart, and his goods shall flow away in the day of his wrath."},{"text":"This is the portion of a wicked man from God, and the heritage appointed unto him by God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"But Job answered and said,"},{"text":"Hear diligently my speech, and let this be your consolations."},{"text":"Suffer me that I may speak; and after that I have spoken, mock on."},{"text":"As for me, is my complaint to man? and if it were so, why should not my spirit be troubled?"},{"text":"Mark me, and be astonished, and lay your hand upon your mouth."},{"text":"Even when I remember I am afraid, and trembling taketh hold on my flesh."},{"text":"Wherefore do the wicked live, become old, yea, are mighty in power?"},{"text":"Their seed is established in their sight with them, and their offspring before their eyes."},{"text":"Their houses are safe from fear, neither is the rod of God upon them."},{"text":"Their bull gendereth, and faileth not; their cow calveth, and casteth not her calf."},{"text":"They send forth their little ones like a flock, and their children dance."},{"text":"They take the timbrel and harp, and rejoice at the sound of the organ."},{"text":"They spend their days in wealth, and in a moment go down to the grave."},{"text":"Therefore they say unto God, Depart from us; for we desire not the knowledge of thy ways."},{"text":"What is the Almighty, that we should serve him? and what profit should we have, if we pray unto him?"},{"text":"Lo, their good is not in their hand: the counsel of the wicked is far from me."},{"text":"How oft is the candle of the wicked put out! and how oft cometh their destruction upon them! God distributeth sorrows in his anger."},{"text":"They are as stubble before the wind, and as chaff that the storm carrieth away."},{"text":"God layeth up his iniquity for his children: he rewardeth him, and he shall know it."},{"text":"His eyes shall see his destruction, and he shall drink of the wrath of the Almighty."},{"text":"For what pleasure hath he in his house after him, when the number of his months is cut off in the midst?"},{"text":"Shall any teach God knowledge? seeing he judgeth those that are high."},{"text":"One dieth in his full strength, being wholly at ease and quiet."},{"text":"His breasts are full of milk, and his bones are moistened with marrow."},{"text":"And another dieth in the bitterness of his soul, and never eateth with pleasure."},{"text":"They shall lie down alike in the dust, and the worms shall cover them."},{"text":"Behold, I know your thoughts, and the devices which ye wrongfully imagine against me."},{"text":"For ye say, Where is the house of the prince? and where are the dwelling places of the wicked?"},{"text":"Have ye not asked them that go by the way? and do ye not know their tokens,"},{"text":"That the wicked is reserved to the day of destruction? they shall be brought forth to the day of wrath."},{"text":"Who shall declare his way to his face? and who shall repay him what he hath done?"},{"text":"Yet shall he be brought to the grave, and shall remain in the tomb."},{"text":"The clods of the valley shall be sweet unto him, and every man shall draw after him, as there are innumerable before him."},{"text":"How then comfort ye me in vain, seeing in your answers there remaineth falsehood?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":22,"verses":[{"text":"Then Eliphaz the Temanite answered and said,"},{"text":"Can a man be profitable unto God, as he that is wise may be profitable unto himself?"},{"text":"Is it any pleasure to the Almighty, that thou art righteous? or is it gain to him, that thou makest thy ways perfect?"},{"text":"Will he reprove thee for fear of thee? will he enter with thee into judgment?"},{"text":"Is not thy wickedness great? and thine iniquities infinite?"},{"text":"For thou hast taken a pledge from thy brother for nought, and stripped the naked of their clothing."},{"text":"Thou hast not given water to the weary to drink, and thou hast withholden bread from the hungry."},{"text":"But as for the mighty man, he had the earth; and the honourable man dwelt in it."},{"text":"Thou hast sent widows away empty, and the arms of the fatherless have been broken."},{"text":"Therefore snares are round about thee, and sudden fear troubleth thee;"},{"text":"Or darkness, that thou canst not see; and abundance of waters cover thee."},{"text":"Is not God in the height of heaven? and behold the height of the stars, how high they are!"},{"text":"And thou sayest, How doth God know? can he judge through the dark cloud?"},{"text":"Thick clouds are a covering to him, that he seeth not; and he walketh in the circuit of heaven."},{"text":"Hast thou marked the old way which wicked men have trodden?"},{"text":"Which were cut down out of time, whose foundation was overflown with a flood:"},{"text":"Which said unto God, Depart from us: and what can the Almighty do for them?"},{"text":"Yet he filled their houses with good things: but the counsel of the wicked is far from me."},{"text":"The righteous see it, and are glad: and the innocent laugh them to scorn."},{"text":"Whereas our substance is not cut down, but the remnant of them the fire consumeth."},{"text":"Acquaint now thyself with him, and be at peace: thereby good shall come unto thee."},{"text":"Receive, I pray thee, the law from his mouth, and lay up his words in thine heart."},{"text":"If thou return to the Almighty, thou shalt be built up, thou shalt put away iniquity far from thy tabernacles."},{"text":"Then shalt thou lay up gold as dust, and the gold of Ophir as the stones of the brooks."},{"text":"Yea, the Almighty shall be thy defence, and thou shalt have plenty of silver."},{"text":"For then shalt thou have thy delight in the Almighty, and shalt lift up thy face unto God."},{"text":"Thou shalt make thy prayer unto him, and he shall hear thee, and thou shalt pay thy vows."},{"text":"Thou shalt also decree a thing, and it shall be established unto thee: and the light shall shine upon thy ways."},{"text":"When men are cast down, then thou shalt say, There is lifting up; and he shall save the humble person."},{"text":"He shall deliver the island of the innocent: and it is delivered by the pureness of thine hands."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":23,"verses":[{"text":"Then Job answered and said,"},{"text":"Even to day is my complaint bitter: my stroke is heavier than my groaning."},{"text":"Oh that I knew where I might find him! that I might come even to his seat!"},{"text":"I would order my cause before him, and fill my mouth with arguments."},{"text":"I would know the words which he would answer me, and understand what he would say unto me."},{"text":"Will he plead against me with his great power? No; but he would put strength in me."},{"text":"There the righteous might dispute with him; so should I be delivered for ever from my judge."},{"text":"Behold, I go forward, but he is not there; and backward, but I cannot perceive him:"},{"text":"On the left hand, where he doth work, but I cannot behold him: he hideth himself on the right hand, that I cannot see him:"},{"text":"But he knoweth the way that I take: when he hath tried me, I shall come forth as gold."},{"text":"My foot hath held his steps, his way have I kept, and not declined."},{"text":"Neither have I gone back from the commandment of his lips; I have esteemed the words of his mouth more than my necessary food."},{"text":"But he is in one mind, and who can turn him? and what his soul desireth, even that he doeth."},{"text":"For he performeth the thing that is appointed for me: and many such things are with him."},{"text":"Therefore am I troubled at his presence: when I consider, I am afraid of him."},{"text":"For God maketh my heart soft, and the Almighty troubleth me:"},{"text":"Because I was not cut off before the darkness, neither hath he covered the darkness from my face."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":24,"verses":[{"text":"Why, seeing times are not hidden from the Almighty, do they that know him not see his days?"},{"text":"Some remove the landmarks; they violently take away flocks, and feed thereof."},{"text":"They drive away the ass of the fatherless, they take the widow's ox for a pledge."},{"text":"They turn the needy out of the way: the poor of the earth hide themselves together."},{"text":"Behold, as wild asses in the desert, go they forth to their work; rising betimes for a prey: the wilderness yieldeth food for them and for their children."},{"text":"They reap every one his corn in the field: and they gather the vintage of the wicked."},{"text":"They cause the naked to lodge without clothing, that they have no covering in the cold."},{"text":"They are wet with the showers of the mountains, and embrace the rock for want of a shelter."},{"text":"They pluck the fatherless from the breast, and take a pledge of the poor."},{"text":"They cause him to go naked without clothing, and they take away the sheaf from the hungry;"},{"text":"Which make oil within their walls, and tread their winepresses, and suffer thirst."},{"text":"Men groan from out of the city, and the soul of the wounded crieth out: yet God layeth not folly to them."},{"text":"They are of those that rebel against the light; they know not the ways thereof, nor abide in the paths thereof."},{"text":"The murderer rising with the light killeth the poor and needy, and in the night is as a thief."},{"text":"The eye also of the adulterer waiteth for the twilight, saying, No eye shall see me: and disguiseth his face."},{"text":"In the dark they dig through houses, which they had marked for themselves in the daytime: they know not the light."},{"text":"For the morning is to them even as the shadow of death: if one know them, they are in the terrors of the shadow of death."},{"text":"He is swift as the waters; their portion is cursed in the earth: he beholdeth not the way of the vineyards."},{"text":"Drought and heat consume the snow waters: so doth the grave those which have sinned."},{"text":"The womb shall forget him; the worm shall feed sweetly on him; he shall be no more remembered; and wickedness shall be broken as a tree."},{"text":"He evil entreateth the barren that beareth not: and doeth not good to the widow."},{"text":"He draweth also the mighty with his power: he riseth up, and no man is sure of life."},{"text":"Though it be given him to be in safety, whereon he resteth; yet his eyes are upon their ways."},{"text":"They are exalted for a little while, but are gone and brought low; they are taken out of the way as all other, and cut off as the tops of the ears of corn."},{"text":"And if it be not so now, who will make me a liar, and make my speech nothing worth?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":25,"verses":[{"text":"Then answered Bildad the Shuhite, and said,"},{"text":"Dominion and fear are with him, he maketh peace in his high places."},{"text":"Is there any number of his armies? and upon whom doth not his light arise?"},{"text":"How then can man be justified with God? or how can he be clean that is born of a woman?"},{"text":"Behold even to the moon, and it shineth not; yea, the stars are not pure in his sight."},{"text":"How much less man, that is a worm? and the son of man, which is a worm?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":26,"verses":[{"text":"But Job answered and said,"},{"text":"How hast thou helped him that is without power? how savest thou the arm that hath no strength?"},{"text":"How hast thou counselled him that hath no wisdom? and how hast thou plentifully declared the thing as it is?"},{"text":"To whom hast thou uttered words? and whose spirit came from thee?"},{"text":"Dead things are formed from under the waters, and the inhabitants thereof."},{"text":"Hell is naked before him, and destruction hath no covering."},{"text":"He stretcheth out the north over the empty place, and hangeth the earth upon nothing."},{"text":"He bindeth up the waters in his thick clouds; and the cloud is not rent under them."},{"text":"He holdeth back the face of his throne, and spreadeth his cloud upon it."},{"text":"He hath compassed the waters with bounds, until the day and night come to an end."},{"text":"The pillars of heaven tremble and are astonished at his reproof."},{"text":"He divideth the sea with his power, and by his understanding he smiteth through the proud."},{"text":"By his spirit he hath garnished the heavens; his hand hath formed the crooked serpent."},{"text":"Lo, these are parts of his ways: but how little a portion is heard of him? but the thunder of his power who can understand?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":27,"verses":[{"text":"Moreover Job continued his parable, and said,"},{"text":"As God liveth, who hath taken away my judgment; and the Almighty, who hath vexed my soul;"},{"text":"All the while my breath is in me, and the spirit of God is in my nostrils;"},{"text":"My lips shall not speak wickedness, nor my tongue utter deceit."},{"text":"God forbid that I should justify you: till I die I will not remove mine integrity from me."},{"text":"My righteousness I hold fast, and will not let it go: my heart shall not reproach me so long as I live."},{"text":"Let mine enemy be as the wicked, and he that riseth up against me as the unrighteous."},{"text":"For what is the hope of the hypocrite, though he hath gained, when God taketh away his soul?"},{"text":"Will God hear his cry when trouble cometh upon him?"},{"text":"Will he delight himself in the Almighty? will he always call upon God?"},{"text":"I will teach you by the hand of God: that which is with the Almighty will I not conceal."},{"text":"Behold, all ye yourselves have seen it; why then are ye thus altogether vain?"},{"text":"This is the portion of a wicked man with God, and the heritage of oppressors, which they shall receive of the Almighty."},{"text":"If his children be multiplied, it is for the sword: and his offspring shall not be satisfied with bread."},{"text":"Those that remain of him shall be buried in death: and his widows shall not weep."},{"text":"Though he heap up silver as the dust, and prepare raiment as the clay;"},{"text":"He may prepare it, but the just shall put it on, and the innocent shall divide the silver."},{"text":"He buildeth his house as a moth, and as a booth that the keeper maketh."},{"text":"The rich man shall lie down, but he shall not be gathered: he openeth his eyes, and he is not."},{"text":"Terrors take hold on him as waters, a tempest stealeth him away in the night."},{"text":"The east wind carrieth him away, and he departeth: and as a storm hurleth him out of his place."},{"text":"For God shall cast upon him, and not spare: he would fain flee out of his hand."},{"text":"Men shall clap their hands at him, and shall hiss him out of his place."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":28,"verses":[{"text":"Surely there is a vein for the silver, and a place for gold where they fine it."},{"text":"Iron is taken out of the earth, and brass is molten out of the stone."},{"text":"He setteth an end to darkness, and searcheth out all perfection: the stones of darkness, and the shadow of death."},{"text":"The flood breaketh out from the inhabitant; even the waters forgotten of the foot: they are dried up, they are gone away from men."},{"text":"As for the earth, out of it cometh bread: and under it is turned up as it were fire."},{"text":"The stones of it are the place of sapphires: and it hath dust of gold."},{"text":"There is a path which no fowl knoweth, and which the vulture's eye hath not seen:"},{"text":"The lion's whelps have not trodden it, nor the fierce lion passed by it."},{"text":"He putteth forth his hand upon the rock; he overturneth the mountains by the roots."},{"text":"He cutteth out rivers among the rocks; and his eye seeth every precious thing."},{"text":"He bindeth the floods from overflowing; and the thing that is hid bringeth he forth to light."},{"text":"But where shall wisdom be found? and where is the place of understanding?"},{"text":"Man knoweth not the price thereof; neither is it found in the land of the living."},{"text":"The depth saith, It is not in me: and the sea saith, It is not with me."},{"text":"It cannot be gotten for gold, neither shall silver be weighed for the price thereof."},{"text":"It cannot be valued with the gold of Ophir, with the precious onyx, or the sapphire."},{"text":"The gold and the crystal cannot equal it: and the exchange of it shall not be for jewels of fine gold."},{"text":"No mention shall be made of coral, or of pearls: for the price of wisdom is above rubies."},{"text":"The topaz of Ethiopia shall not equal it, neither shall it be valued with pure gold."},{"text":"Whence then cometh wisdom? and where is the place of understanding?"},{"text":"Seeing it is hid from the eyes of all living, and kept close from the fowls of the air."},{"text":"Destruction and death say, We have heard the fame thereof with our ears."},{"text":"God understandeth the way thereof, and he knoweth the place thereof."},{"text":"For he looketh to the ends of the earth, and seeth under the whole heaven;"},{"text":"To make the weight for the winds; and he weigheth the waters by measure."},{"text":"When he made a decree for the rain, and a way for the lightning of the thunder:"},{"text":"Then did he see it, and declare it; he prepared it, yea, and searched it out."},{"text":"And unto man he said, Behold, the fear of the LORD, that is wisdom; and to depart from evil is understanding."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":29,"verses":[{"text":"Moreover Job continued his parable, and said,"},{"text":"Oh that I were as in months past, as in the days when God preserved me;"},{"text":"When his candle shined upon my head, and when by his light I walked through darkness;"},{"text":"As I was in the days of my youth, when the secret of God was upon my tabernacle;"},{"text":"When the Almighty was yet with me, when my children were about me;"},{"text":"When I washed my steps with butter, and the rock poured me out rivers of oil;"},{"text":"When I went out to the gate through the city, when I prepared my seat in the street!"},{"text":"The young men saw me, and hid themselves: and the aged arose, and stood up."},{"text":"The princes refrained talking, and laid their hand on their mouth."},{"text":"The nobles held their peace, and their tongue cleaved to the roof of their mouth."},{"text":"When the ear heard me, then it blessed me; and when the eye saw me, it gave witness to me:"},{"text":"Because I delivered the poor that cried, and the fatherless, and him that had none to help him."},{"text":"The blessing of him that was ready to perish came upon me: and I caused the widow's heart to sing for joy."},{"text":"I put on righteousness, and it clothed me: my judgment was as a robe and a diadem."},{"text":"I was eyes to the blind, and feet was I to the lame."},{"text":"I was a father to the poor: and the cause which I knew not I searched out."},{"text":"And I brake the jaws of the wicked, and plucked the spoil out of his teeth."},{"text":"Then I said, I shall die in my nest, and I shall multiply my days as the sand."},{"text":"My root was spread out by the waters, and the dew lay all night upon my branch."},{"text":"My glory was fresh in me, and my bow was renewed in my hand."},{"text":"Unto me men gave ear, and waited, and kept silence at my counsel."},{"text":"After my words they spake not again; and my speech dropped upon them."},{"text":"And they waited for me as for the rain; and they opened their mouth wide as for the latter rain."},{"text":"If I laughed on them, they believed it not; and the light of my countenance they cast not down."},{"text":"I chose out their way, and sat chief, and dwelt as a king in the army, as one that comforteth the mourners."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"After this opened Job his mouth, and cursed his day."},{"text":"And Job spake, and said,"},{"text":"Let the day perish wherein I was born, and the night in which it was said, There is a man child conceived."},{"text":"Let that day be darkness; let not God regard it from above, neither let the light shine upon it."},{"text":"Let darkness and the shadow of death stain it; let a cloud dwell upon it; let the blackness of the day terrify it."},{"text":"As for that night, let darkness seize upon it; let it not be joined unto the days of the year, let it not come into the number of the months."},{"text":"Lo, let that night be solitary, let no joyful voice come therein."},{"text":"Let them curse it that curse the day, who are ready to raise up their mourning."},{"text":"Let the stars of the twilight thereof be dark; let it look for light, but have none; neither let it see the dawning of the day:"},{"text":"Because it shut not up the doors of my mother's womb, nor hid sorrow from mine eyes."},{"text":"Why died I not from the womb? why did I not give up the ghost when I came out of the belly?"},{"text":"Why did the knees prevent me? or why the breasts that I should suck?"},{"text":"For now should I have lain still and been quiet, I should have slept: then had I been at rest,"},{"text":"With kings and counsellors of the earth, which build desolate places for themselves;"},{"text":"Or with princes that had gold, who filled their houses with silver:"},{"text":"Or as an hidden untimely birth I had not been; as infants which never saw light."},{"text":"There the wicked cease from troubling; and there the weary be at rest."},{"text":"There the prisoners rest together; they hear not the voice of the oppressor."},{"text":"The small and great are there; and the servant is free from his master."},{"text":"Wherefore is light given to him that is in misery, and life unto the bitter in soul;"},{"text":"Which long for death, but it cometh not; and dig for it more than for hid treasures;"},{"text":"Which rejoice exceedingly, and are glad, when they can find the grave?"},{"text":"Why is light given to a man whose way is hid, and whom God hath hedged in?"},{"text":"For my sighing cometh before I eat, and my roarings are poured out like the waters."},{"text":"For the thing which I greatly feared is come upon me, and that which I was afraid of is come unto me."},{"text":"I was not in safety, neither had I rest, neither was I quiet; yet trouble came."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":30,"verses":[{"text":"But now they that are younger than I have me in derision, whose fathers I would have disdained to have set with the dogs of my flock."},{"text":"Yea, whereto might the strength of their hands profit me, in whom old age was perished?"},{"text":"For want and famine they were solitary; fleeing into the wilderness in former time desolate and waste."},{"text":"Who cut up mallows by the bushes, and juniper roots for their meat."},{"text":"They were driven forth from among men, (they cried after them as after a thief;)"},{"text":"To dwell in the cliffs of the valleys, in caves of the earth, and in the rocks."},{"text":"Among the bushes they brayed; under the nettles they were gathered together."},{"text":"They were children of fools, yea, children of base men: they were viler than the earth."},{"text":"And now am I their song, yea, I am their byword."},{"text":"They abhor me, they flee far from me, and spare not to spit in my face."},{"text":"Because he hath loosed my cord, and afflicted me, they have also let loose the bridle before me."},{"text":"Upon my right hand rise the youth; they push away my feet, and they raise up against me the ways of their destruction."},{"text":"They mar my path, they set forward my calamity, they have no helper."},{"text":"They came upon me as a wide breaking in of waters: in the desolation they rolled themselves upon me."},{"text":"Terrors are turned upon me: they pursue my soul as the wind: and my welfare passeth away as a cloud."},{"text":"And now my soul is poured out upon me; the days of affliction have taken hold upon me."},{"text":"My bones are pierced in me in the night season: and my sinews take no rest."},{"text":"By the great force of my disease is my garment changed: it bindeth me about as the collar of my coat."},{"text":"He hath cast me into the mire, and I am become like dust and ashes."},{"text":"I cry unto thee, and thou dost not hear me: I stand up, and thou regardest me not."},{"text":"Thou art become cruel to me: with thy strong hand thou opposest thyself against me."},{"text":"Thou liftest me up to the wind; thou causest me to ride upon it, and dissolvest my substance."},{"text":"For I know that thou wilt bring me to death, and to the house appointed for all living."},{"text":"Howbeit he will not stretch out his hand to the grave, though they cry in his destruction."},{"text":"Did not I weep for him that was in trouble? was not my soul grieved for the poor?"},{"text":"When I looked for good, then evil came unto me: and when I waited for light, there came darkness."},{"text":"My bowels boiled, and rested not: the days of affliction prevented me."},{"text":"I went mourning without the sun: I stood up, and I cried in the congregation."},{"text":"I am a brother to dragons, and a companion to owls."},{"text":"My skin is black upon me, and my bones are burned with heat."},{"text":"My harp also is turned to mourning, and my organ into the voice of them that weep."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":31,"verses":[{"text":"I made a covenant with mine eyes; why then should I think upon a maid?"},{"text":"For what portion of God is there from above? and what inheritance of the Almighty from on high?"},{"text":"Is not destruction to the wicked? and a strange punishment to the workers of iniquity?"},{"text":"Doth not he see my ways, and count all my steps?"},{"text":"If I have walked with vanity, or if my foot hath hasted to deceit;"},{"text":"Let me be weighed in an even balance that God may know mine integrity."},{"text":"If my step hath turned out of the way, and mine heart walked after mine eyes, and if any blot hath cleaved to mine hands;"},{"text":"Then let me sow, and let another eat; yea, let my offspring be rooted out."},{"text":"If mine heart have been deceived by a woman, or if I have laid wait at my neighbour's door;"},{"text":"Then let my wife grind unto another, and let others bow down upon her."},{"text":"For this is an heinous crime; yea, it is an iniquity to be punished by the judges."},{"text":"For it is a fire that consumeth to destruction, and would root out all mine increase."},{"text":"If I did despise the cause of my manservant or of my maidservant, when they contended with me;"},{"text":"What then shall I do when God riseth up? and when he visiteth, what shall I answer him?"},{"text":"Did not he that made me in the womb make him? and did not one fashion us in the womb?"},{"text":"If I have withheld the poor from their desire, or have caused the eyes of the widow to fail;"},{"text":"Or have eaten my morsel myself alone, and the fatherless hath not eaten thereof;"},{"text":"(For from my youth he was brought up with me, as with a father, and I have guided her from my mother's womb;)"},{"text":"If I have seen any perish for want of clothing, or any poor without covering;"},{"text":"If his loins have not blessed me, and if he were not warmed with the fleece of my sheep;"},{"text":"If I have lifted up my hand against the fatherless, when I saw my help in the gate:"},{"text":"Then let mine arm fall from my shoulder blade, and mine arm be broken from the bone."},{"text":"For destruction from God was a terror to me, and by reason of his highness I could not endure."},{"text":"If I have made gold my hope, or have said to the fine gold, Thou art my confidence;"},{"text":"If I rejoice because my wealth was great, and because mine hand had gotten much;"},{"text":"If I beheld the sun when it shined, or the moon walking in brightness;"},{"text":"And my heart hath been secretly enticed, or my mouth hath kissed my hand:"},{"text":"This also were an iniquity to be punished by the judge: for I should have denied the God that is above."},{"text":"If I rejoice at the destruction of him that hated me, or lifted up myself when evil found him:"},{"text":"Neither have I suffered my mouth to sin by wishing a curse to his soul."},{"text":"If the men of my tabernacle said not, Oh that we had of his flesh! we cannot be satisfied."},{"text":"The stranger did not lodge in the street: but I opened my doors to the traveller."},{"text":"If I covered my transgressions as Adam, by hiding mine iniquity in my bosom:"},{"text":"Did I fear a great multitude, or did the contempt of families terrify me, that I kept silence, and went not out of the door?"},{"text":"Oh that one would hear me! behold, my desire is, that the Almighty would answer me, and that mine adversary had written a book."},{"text":"Surely I would take it upon my shoulder, and bind it as a crown to me."},{"text":"I would declare unto him the number of my steps; as a prince would I go near unto him."},{"text":"If my land cry against me, or that the furrows likewise thereof complain;"},{"text":"If I have eaten the fruits thereof without money, or have caused the owners thereof to lose their life:"},{"text":"Let thistles grow instead of wheat, and cockle instead of barley."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":32,"verses":[{"text":"So these three men ceased to answer Job, because he was righteous in his own eyes."},{"text":"Then was kindled the wrath of Elihu the son of Barachel the Buzite, of the kindred of Ram: against Job was his wrath kindled, because he justified himself rather than God."},{"text":"Also against his three friends was his wrath kindled, because they had found no answer, and yet had condemned Job."},{"text":"Now Elihu had waited till Job had spoken, because they were elder than he."},{"text":"When Elihu saw that there was no answer in the mouth of these three men, then his wrath was kindled."},{"text":"And Elihu the son of Barachel the Buzite answered and said, I am young, and ye are very old; wherefore I was afraid, and durst not shew you mine opinion."},{"text":"I said, Days should speak, and multitude of years should teach wisdom."},{"text":"But there is a spirit in man: and the inspiration of the Almighty giveth them understanding."},{"text":"Great men are not always wise: neither do the aged understand judgment."},{"text":"Therefore I said, Hearken to me; I also will shew mine opinion."},{"text":"Behold, I waited for your words; I gave ear to your reasons, whilst ye searched out what to say."},{"text":"Yea, I attended unto you, and, behold, there was none of you that convinced Job, or that answered his words:"},{"text":"Lest ye should say, We have found out wisdom: God thrusteth him down, not man."},{"text":"Now he hath not directed his words against me: neither will I answer him with your speeches."},{"text":"They were amazed, they answered no more: they left off speaking."},{"text":"When I had waited, (for they spake not, but stood still, and answered no more;)"},{"text":"I said, I will answer also my part, I also will shew mine opinion."},{"text":"For I am full of matter, the spirit within me constraineth me."},{"text":"Behold, my belly is as wine which hath no vent; it is ready to burst like new bottles."},{"text":"I will speak, that I may be refreshed: I will open my lips and answer."},{"text":"Let me not, I pray you, accept any man's person, neither let me give flattering titles unto man."},{"text":"For I know not to give flattering titles; in so doing my maker would soon take me away."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":33,"verses":[{"text":"Wherefore, Job, I pray thee, hear my speeches, and hearken to all my words."},{"text":"Behold, now I have opened my mouth, my tongue hath spoken in my mouth."},{"text":"My words shall be of the uprightness of my heart: and my lips shall utter knowledge clearly."},{"text":"The spirit of God hath made me, and the breath of the Almighty hath given me life."},{"text":"If thou canst answer me, set thy words in order before me, stand up."},{"text":"Behold, I am according to thy wish in God's stead: I also am formed out of the clay."},{"text":"Behold, my terror shall not make thee afraid, neither shall my hand be heavy upon thee."},{"text":"Surely thou hast spoken in mine hearing, and I have heard the voice of thy words, saying,"},{"text":"I am clean without transgression, I am innocent; neither is there iniquity in me."},{"text":"Behold, he findeth occasions against me, he counteth me for his enemy,"},{"text":"He putteth my feet in the stocks, he marketh all my paths."},{"text":"Behold, in this thou art not just: I will answer thee, that God is greater than man."},{"text":"Why dost thou strive against him? for he giveth not account of any of his matters."},{"text":"For God speaketh once, yea twice, yet man perceiveth it not."},{"text":"In a dream, in a vision of the night, when deep sleep falleth upon men, in slumberings upon the bed;"},{"text":"Then he openeth the ears of men, and sealeth their instruction,"},{"text":"That he may withdraw man from his purpose, and hide pride from man."},{"text":"He keepeth back his soul from the pit, and his life from perishing by the sword."},{"text":"He is chastened also with pain upon his bed, and the multitude of his bones with strong pain:"},{"text":"So that his life abhorreth bread, and his soul dainty meat."},{"text":"His flesh is consumed away, that it cannot be seen; and his bones that were not seen stick out."},{"text":"Yea, his soul draweth near unto the grave, and his life to the destroyers."},{"text":"If there be a messenger with him, an interpreter, one among a thousand, to shew unto man his uprightness:"},{"text":"Then he is gracious unto him, and saith, Deliver him from going down to the pit: I have found a ransom."},{"text":"His flesh shall be fresher than a child's: he shall return to the days of his youth:"},{"text":"He shall pray unto God, and he will be favourable unto him: and he shall see his face with joy: for he will render unto man his righteousness."},{"text":"He looketh upon men, and if any say, I have sinned, and perverted that which was right, and it profited me not;"},{"text":"He will deliver his soul from going into the pit, and his life shall see the light."},{"text":"Lo, all these things worketh God oftentimes with man,"},{"text":"To bring back his soul from the pit, to be enlightened with the light of the living."},{"text":"Mark well, O Job, hearken unto me: hold thy peace, and I will speak."},{"text":"If thou hast anything to say, answer me: speak, for I desire to justify thee."},{"text":"If not, hearken unto me: hold thy peace, and I shall teach thee wisdom."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":34,"verses":[{"text":"Furthermore Elihu answered and said,"},{"text":"Hear my words, O ye wise men; and give ear unto me, ye that have knowledge."},{"text":"For the ear trieth words, as the mouth tasteth meat."},{"text":"Let us choose to us judgment: let us know among ourselves what is good."},{"text":"For Job hath said, I am righteous: and God hath taken away my judgment."},{"text":"Should I lie against my right? my wound is incurable without transgression."},{"text":"What man is like Job, who drinketh up scorning like water?"},{"text":"Which goeth in company with the workers of iniquity, and walketh with wicked men."},{"text":"For he hath said, It profiteth a man nothing that he should delight himself with God."},{"text":"Therefore hearken unto me ye men of understanding: far be it from God, that he should do wickedness; and from the Almighty, that he should commit iniquity."},{"text":"For the work of a man shall he render unto him, and cause every man to find according to his ways."},{"text":"Yea, surely God will not do wickedly, neither will the Almighty pervert judgment."},{"text":"Who hath given him a charge over the earth? or who hath disposed the whole world?"},{"text":"If he set his heart upon man, if he gather unto himself his spirit and his breath;"},{"text":"All flesh shall perish together, and man shall turn again unto dust."},{"text":"If now thou hast understanding, hear this: hearken to the voice of my words."},{"text":"Shall even he that hateth right govern? and wilt thou condemn him that is most just?"},{"text":"Is it fit to say to a king, Thou art wicked? and to princes, Ye are ungodly?"},{"text":"How much less to him that accepteth not the persons of princes, nor regardeth the rich more than the poor? for they all are the work of his hands."},{"text":"In a moment shall they die, and the people shall be troubled at midnight, and pass away: and the mighty shall be taken away without hand."},{"text":"For his eyes are upon the ways of man, and he seeth all his goings."},{"text":"There is no darkness, nor shadow of death, where the workers of iniquity may hide themselves."},{"text":"For he will not lay upon man more than right; that he should enter into judgment with God."},{"text":"He shall break in pieces mighty men without number, and set others in their stead."},{"text":"Therefore he knoweth their works, and he overturneth them in the night, so that they are destroyed."},{"text":"He striketh them as wicked men in the open sight of others;"},{"text":"Because they turned back from him, and would not consider any of his ways:"},{"text":"So that they cause the cry of the poor to come unto him, and he heareth the cry of the afflicted."},{"text":"When he giveth quietness, who then can make trouble? and when he hideth his face, who then can behold him? whether it be done against a nation, or against a man only:"},{"text":"That the hypocrite reign not, lest the people be ensnared."},{"text":"Surely it is meet to be said unto God, I have borne chastisement, I will not offend any more:"},{"text":"That which I see not teach thou me: if I have done iniquity, I will do no more."},{"text":"Should it be according to thy mind? he will recompense it, whether thou refuse, or whether thou choose; and not I: therefore speak what thou knowest."},{"text":"Let men of understanding tell me, and let a wise man hearken unto me."},{"text":"Job hath spoken without knowledge, and his words were without wisdom."},{"text":"My desire is that Job may be tried unto the end because of his answers for wicked men."},{"text":"For he addeth rebellion unto his sin, he clappeth his hands among us, and multiplieth his words against God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":35,"verses":[{"text":"Elihu spake moreover, and said,"},{"text":"Thinkest thou this to be right, that thou saidst, My righteousness is more than God's?"},{"text":"For thou saidst, What advantage will it be unto thee? and, What profit shall I have, if I be cleansed from my sin?"},{"text":"I will answer thee, and thy companions with thee."},{"text":"Look unto the heavens, and see; and behold the clouds which are higher than thou."},{"text":"If thou sinnest, what doest thou against him? or if thy transgressions be multiplied, what doest thou unto him?"},{"text":"If thou be righteous, what givest thou him? or what receiveth he of thine hand?"},{"text":"Thy wickedness may hurt a man as thou art; and thy righteousness may profit the son of man."},{"text":"By reason of the multitude of oppressions they make the oppressed to cry: they cry out by reason of the arm of the mighty."},{"text":"But none saith, Where is God my maker, who giveth songs in the night;"},{"text":"Who teacheth us more than the beasts of the earth, and maketh us wiser than the fowls of heaven?"},{"text":"There they cry, but none giveth answer, because of the pride of evil men."},{"text":"Surely God will not hear vanity, neither will the Almighty regard it."},{"text":"Although thou sayest thou shalt not see him, yet judgment is before him; therefore trust thou in him."},{"text":"But now, because it is not so, he hath visited in his anger; yet he knoweth it not in great extremity:"},{"text":"Therefore doth Job open his mouth in vain; he multiplieth words without knowledge."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":36,"verses":[{"text":"Elihu also proceeded, and said,"},{"text":"Suffer me a little, and I will shew thee that I have yet to speak on God's behalf."},{"text":"I will fetch my knowledge from afar, and will ascribe righteousness to my Maker."},{"text":"For truly my words shall not be false: he that is perfect in knowledge is with thee."},{"text":"Behold, God is mighty, and despiseth not any: he is mighty in strength and wisdom."},{"text":"He preserveth not the life of the wicked: but giveth right to the poor."},{"text":"He withdraweth not his eyes from the righteous: but with kings are they on the throne; yea, he doth establish them for ever, and they are exalted."},{"text":"And if they be bound in fetters, and be holden in cords of affliction;"},{"text":"Then he sheweth them their work, and their transgressions that they have exceeded."},{"text":"He openeth also their ear to discipline, and commandeth that they return from iniquity."},{"text":"If they obey and serve him, they shall spend their days in prosperity, and their years in pleasures."},{"text":"But if they obey not, they shall perish by the sword, and they shall die without knowledge."},{"text":"But the hypocrites in heart heap up wrath: they cry not when he bindeth them."},{"text":"They die in youth, and their life is among the unclean."},{"text":"He delivereth the poor in his affliction, and openeth their ears in oppression."},{"text":"Even so would he have removed thee out of the strait into a broad place, where there is no straitness; and that which should be set on thy table should be full of fatness."},{"text":"But thou hast fulfilled the judgment of the wicked: judgment and justice take hold on thee."},{"text":"Because there is wrath, beware lest he take thee away with his stroke: then a great ransom cannot deliver thee."},{"text":"Will he esteem thy riches? no, not gold, nor all the forces of strength."},{"text":"Desire not the night, when people are cut off in their place."},{"text":"Take heed, regard not iniquity: for this hast thou chosen rather than affliction."},{"text":"Behold, God exalteth by his power: who teacheth like him?"},{"text":"Who hath enjoined him his way? or who can say, Thou hast wrought iniquity?"},{"text":"Remember that thou magnify his work, which men behold."},{"text":"Every man may see it; man may behold it afar off."},{"text":"Behold, God is great, and we know him not, neither can the number of his years be searched out."},{"text":"For he maketh small the drops of water: they pour down rain according to the vapour thereof:"},{"text":"Which the clouds do drop and distil upon man abundantly."},{"text":"Also can any understand the spreadings of the clouds, or the noise of his tabernacle?"},{"text":"Behold, he spreadeth his light upon it, and covereth the bottom of the sea."},{"text":"For by them judgeth he the people; he giveth meat in abundance."},{"text":"With clouds he covereth the light; and commandeth it not to shine by the cloud that cometh betwixt."},{"text":"The noise thereof sheweth concerning it, the cattle also concerning the vapour."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":37,"verses":[{"text":"At this also my heart trembleth, and is moved out of his place."},{"text":"Hear attentively the noise of his voice, and the sound that goeth out of his mouth."},{"text":"He directeth it under the whole heaven, and his lightning unto the ends of the earth."},{"text":"After it a voice roareth: he thundereth with the voice of his excellency; and he will not stay them when his voice is heard."},{"text":"God thundereth marvellously with his voice; great things doeth he, which we cannot comprehend."},{"text":"For he saith to the snow, Be thou on the earth; likewise to the small rain, and to the great rain of his strength."},{"text":"He sealeth up the hand of every man; that all men may know his work."},{"text":"Then the beasts go into dens, and remain in their places."},{"text":"Out of the south cometh the whirlwind: and cold out of the north."},{"text":"By the breath of God frost is given: and the breadth of the waters is straitened."},{"text":"Also by watering he wearieth the thick cloud: he scattereth his bright cloud:"},{"text":"And it is turned round about by his counsels: that they may do whatsoever he commandeth them upon the face of the world in the earth."},{"text":"He causeth it to come, whether for correction, or for his land, or for mercy."},{"text":"Hearken unto this, O Job: stand still, and consider the wondrous works of God."},{"text":"Dost thou know when God disposed them, and caused the light of his cloud to shine?"},{"text":"Dost thou know the balancings of the clouds, the wondrous works of him which is perfect in knowledge?"},{"text":"How thy garments are warm, when he quieteth the earth by the south wind?"},{"text":"Hast thou with him spread out the sky, which is strong, and as a molten looking glass?"},{"text":"Teach us what we shall say unto him; for we cannot order our speech by reason of darkness."},{"text":"Shall it be told him that I speak? if a man speak, surely he shall be swallowed up."},{"text":"And now men see not the bright light which is in the clouds: but the wind passeth, and cleanseth them."},{"text":"Fair weather cometh out of the north: with God is terrible majesty."},{"text":"Touching the Almighty, we cannot find him out: he is excellent in power, and in judgment, and in plenty of justice: he will not afflict."},{"text":"Men do therefore fear him: he respecteth not any that are wise of heart."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":38,"verses":[{"text":"Then the LORD answered Job out of the whirlwind, and said,"},{"text":"Who is this that darkeneth counsel by words without knowledge?"},{"text":"Gird up now thy loins like a man; for I will demand of thee, and answer thou me."},{"text":"Where wast thou when I laid the foundations of the earth? declare, if thou hast understanding."},{"text":"Who hath laid the measures thereof, if thou knowest? or who hath stretched the line upon it?"},{"text":"Whereupon are the foundations thereof fastened? or who laid the corner stone thereof;"},{"text":"When the morning stars sang together, and all the sons of God shouted for joy?"},{"text":"Or who shut up the sea with doors, when it brake forth, as if it had issued out of the womb?"},{"text":"When I made the cloud the garment thereof, and thick darkness a swaddlingband for it,"},{"text":"And brake up for it my decreed place, and set bars and doors,"},{"text":"And said, Hitherto shalt thou come, but no further: and here shall thy proud waves be stayed?"},{"text":"Hast thou commanded the morning since thy days; and caused the dayspring to know his place;"},{"text":"That it might take hold of the ends of the earth, that the wicked might be shaken out of it?"},{"text":"It is turned as clay to the seal; and they stand as a garment."},{"text":"And from the wicked their light is withholden, and the high arm shall be broken."},{"text":"Hast thou entered into the springs of the sea? or hast thou walked in the search of the depth?"},{"text":"Have the gates of death been opened unto thee? or hast thou seen the doors of the shadow of death?"},{"text":"Hast thou perceived the breadth of the earth? declare if thou knowest it all."},{"text":"Where is the way where light dwelleth? and as for darkness, where is the place thereof,"},{"text":"That thou shouldest take it to the bound thereof, and that thou shouldest know the paths to the house thereof?"},{"text":"Knowest thou it, because thou wast then born? or because the number of thy days is great?"},{"text":"Hast thou entered into the treasures of the snow? or hast thou seen the treasures of the hail,"},{"text":"Which I have reserved against the time of trouble, against the day of battle and war?"},{"text":"By what way is the light parted, which scattereth the east wind upon the earth?"},{"text":"Who hath divided a watercourse for the overflowing of waters, or a way for the lightning of thunder;"},{"text":"To cause it to rain on the earth, where no man is; on the wilderness, wherein there is no man;"},{"text":"To satisfy the desolate and waste ground; and to cause the bud of the tender herb to spring forth?"},{"text":"Hath the rain a father? or who hath begotten the drops of dew?"},{"text":"Out of whose womb came the ice? and the hoary frost of heaven, who hath gendered it?"},{"text":"The waters are hid as with a stone, and the face of the deep is frozen."},{"text":"Canst thou bind the sweet influences of Pleiades, or loose the bands of Orion?"},{"text":"Canst thou bring forth Mazzaroth in his season? or canst thou guide Arcturus with his sons?"},{"text":"Knowest thou the ordinances of heaven? canst thou set the dominion thereof in the earth?"},{"text":"Canst thou lift up thy voice to the clouds, that abundance of waters may cover thee?"},{"text":"Canst thou send lightnings, that they may go and say unto thee, Here we are?"},{"text":"Who hath put wisdom in the inward parts? or who hath given understanding to the heart?"},{"text":"Who can number the clouds in wisdom? or who can stay the bottles of heaven,"},{"text":"When the dust groweth into hardness, and the clods cleave fast together?"},{"text":"Wilt thou hunt the prey for the lion? or fill the appetite of the young lions,"},{"text":"When they couch in their dens, and abide in the covert to lie in wait?"},{"text":"Who provideth for the raven his food? when his young ones cry unto God, they wander for lack of meat."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":39,"verses":[{"text":"Knowest thou the time when the wild goats of the rock bring forth? or canst thou mark when the hinds do calve?"},{"text":"Canst thou number the months that they fulfil? or knowest thou the time when they bring forth?"},{"text":"They bow themselves, they bring forth their young ones, they cast out their sorrows."},{"text":"Their young ones are in good liking, they grow up with corn; they go forth, and return not unto them."},{"text":"Who hath sent out the wild ass free? or who hath loosed the bands of the wild ass?"},{"text":"Whose house I have made the wilderness, and the barren land his dwellings."},{"text":"He scorneth the multitude of the city, neither regardeth he the crying of the driver."},{"text":"The range of the mountains is his pasture, and he searcheth after every green thing."},{"text":"Will the unicorn be willing to serve thee, or abide by thy crib?"},{"text":"Canst thou bind the unicorn with his band in the furrow? or will he harrow the valleys after thee?"},{"text":"Wilt thou trust him, because his strength is great? or wilt thou leave thy labour to him?"},{"text":"Wilt thou believe him, that he will bring home thy seed, and gather it into thy barn?"},{"text":"Gavest thou the goodly wings unto the peacocks? or wings and feathers unto the ostrich?"},{"text":"Which leaveth her eggs in the earth, and warmeth them in dust,"},{"text":"And forgetteth that the foot may crush them, or that the wild beast may break them."},{"text":"She is hardened against her young ones, as though they were not her's: her labour is in vain without fear;"},{"text":"Because God hath deprived her of wisdom, neither hath he imparted to her understanding."},{"text":"What time she lifteth up herself on high, she scorneth the horse and his rider."},{"text":"Hast thou given the horse strength? hast thou clothed his neck with thunder?"},{"text":"Canst thou make him afraid as a grasshopper? the glory of his nostrils is terrible."},{"text":"He paweth in the valley, and rejoiceth in his strength: he goeth on to meet the armed men."},{"text":"He mocketh at fear, and is not affrighted; neither turneth he back from the sword."},{"text":"The quiver rattleth against him, the glittering spear and the shield."},{"text":"He swalloweth the ground with fierceness and rage: neither believeth he that it is the sound of the trumpet."},{"text":"He saith among the trumpets, Ha, ha; and he smelleth the battle afar off, the thunder of the captains, and the shouting."},{"text":"Doth the hawk fly by thy wisdom, and stretch her wings toward the south?"},{"text":"Doth the eagle mount up at thy command, and make her nest on high?"},{"text":"She dwelleth and abideth on the rock, upon the crag of the rock, and the strong place."},{"text":"From thence she seeketh the prey, and her eyes behold afar off."},{"text":"Her young ones also suck up blood: and where the slain are, there is she."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"Then Eliphaz the Temanite answered and said,"},{"text":"If we assay to commune with thee, wilt thou be grieved? but who can withhold himself from speaking?"},{"text":"Behold, thou hast instructed many, and thou hast strengthened the weak hands."},{"text":"Thy words have upholden him that was falling, and thou hast strengthened the feeble knees."},{"text":"But now it is come upon thee, and thou faintest; it toucheth thee, and thou art troubled."},{"text":"Is not this thy fear, thy confidence, thy hope, and the uprightness of thy ways?"},{"text":"Remember, I pray thee, who ever perished, being innocent? or where were the righteous cut off?"},{"text":"Even as I have seen, they that plow iniquity, and sow wickedness, reap the same."},{"text":"By the blast of God they perish, and by the breath of his nostrils are they consumed."},{"text":"The roaring of the lion, and the voice of the fierce lion, and the teeth of the young lions, are broken."},{"text":"The old lion perisheth for lack of prey, and the stout lion's whelps are scattered abroad."},{"text":"Now a thing was secretly brought to me, and mine ear received a little thereof."},{"text":"In thoughts from the visions of the night, when deep sleep falleth on men,"},{"text":"Fear came upon me, and trembling, which made all my bones to shake."},{"text":"Then a spirit passed before my face; the hair of my flesh stood up:"},{"text":"It stood still, but I could not discern the form thereof: an image was before mine eyes, there was silence, and I heard a voice, saying,"},{"text":"Shall mortal man be more just than God? shall a man be more pure than his maker?"},{"text":"Behold, he put no trust in his servants; and his angels he charged with folly:"},{"text":"How much less in them that dwell in houses of clay, whose foundation is in the dust, which are crushed before the moth?"},{"text":"They are destroyed from morning to evening: they perish for ever without any regarding it."},{"text":"Doth not their excellency which is in them go away? they die, even without wisdom."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":40,"verses":[{"text":"Moreover the LORD answered Job, and said,"},{"text":"Shall he that contendeth with the Almighty instruct him? he that reproveth God, let him answer it."},{"text":"Then Job answered the LORD, and said,"},{"text":"Behold, I am vile; what shall I answer thee? I will lay mine hand upon my mouth."},{"text":"Once have I spoken; but I will not answer: yea, twice; but I will proceed no further."},{"text":"Then answered the LORD unto Job out of the whirlwind, and said,"},{"text":"Gird up thy loins now like a man: I will demand of thee, and declare thou unto me."},{"text":"Wilt thou also disannul my judgment? wilt thou condemn me, that thou mayest be righteous?"},{"text":"Hast thou an arm like God? or canst thou thunder with a voice like him?"},{"text":"Deck thyself now with majesty and excellency; and array thyself with glory and beauty."},{"text":"Cast abroad the rage of thy wrath: and behold every one that is proud, and abase him."},{"text":"Look on every one that is proud, and bring him low; and tread down the wicked in their place."},{"text":"Hide them in the dust together; and bind their faces in secret."},{"text":"Then will I also confess unto thee that thine own right hand can save thee."},{"text":"Behold now behemoth, which I made with thee; he eateth grass as an ox."},{"text":"Lo now, his strength is in his loins, and his force is in the navel of his belly."},{"text":"He moveth his tail like a cedar: the sinews of his stones are wrapped together."},{"text":"His bones are as strong pieces of brass; his bones are like bars of iron."},{"text":"He is the chief of the ways of God: he that made him can make his sword to approach unto him."},{"text":"Surely the mountains bring him forth food, where all the beasts of the field play."},{"text":"He lieth under the shady trees, in the covert of the reed, and fens."},{"text":"The shady trees cover him with their shadow; the willows of the brook compass him about."},{"text":"Behold, he drinketh up a river, and hasteth not: he trusteth that he can draw up Jordan into his mouth."},{"text":"He taketh it with his eyes: his nose pierceth through snares."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":41,"verses":[{"text":"Canst thou draw out leviathan with an hook? or his tongue with a cord which thou lettest down?"},{"text":"Canst thou put an hook into his nose? or bore his jaw through with a thorn?"},{"text":"Will he make many supplications unto thee? will he speak soft words unto thee?"},{"text":"Will he make a covenant with thee? wilt thou take him for a servant for ever?"},{"text":"Wilt thou play with him as with a bird? or wilt thou bind him for thy maidens?"},{"text":"Shall the companions make a banquet of him? shall they part him among the merchants?"},{"text":"Canst thou fill his skin with barbed irons? or his head with fish spears?"},{"text":"Lay thine hand upon him, remember the battle, do no more."},{"text":"Behold, the hope of him is in vain: shall not one be cast down even at the sight of him?"},{"text":"None is so fierce that dare stir him up: who then is able to stand before me?"},{"text":"Who hath prevented me, that I should repay him? whatsoever is under the whole heaven is mine."},{"text":"I will not conceal his parts, nor his power, nor his comely proportion."},{"text":"Who can discover the face of his garment? or who can come to him with his double bridle?"},{"text":"Who can open the doors of his face? his teeth are terrible round about."},{"text":"His scales are his pride, shut up together as with a close seal."},{"text":"One is so near to another, that no air can come between them."},{"text":"They are joined one to another, they stick together, that they cannot be sundered."},{"text":"By his neesings a light doth shine, and his eyes are like the eyelids of the morning."},{"text":"Out of his mouth go burning lamps, and sparks of fire leap out."},{"text":"Out of his nostrils goeth smoke, as out of a seething pot or caldron."},{"text":"His breath kindleth coals, and a flame goeth out of his mouth."},{"text":"In his neck remaineth strength, and sorrow is turned into joy before him."},{"text":"The flakes of his flesh are joined together: they are firm in themselves; they cannot be moved."},{"text":"His heart is as firm as a stone; yea, as hard as a piece of the nether millstone."},{"text":"When he raiseth up himself, the mighty are afraid: by reason of breakings they purify themselves."},{"text":"The sword of him that layeth at him cannot hold: the spear, the dart, nor the habergeon."},{"text":"He esteemeth iron as straw, and brass as rotten wood."},{"text":"The arrow cannot make him flee: slingstones are turned with him into stubble."},{"text":"Darts are counted as stubble: he laugheth at the shaking of a spear."},{"text":"Sharp stones are under him: he spreadeth sharp pointed things upon the mire."},{"text":"He maketh the deep to boil like a pot: he maketh the sea like a pot of ointment."},{"text":"He maketh a path to shine after him; one would think the deep to be hoary."},{"text":"Upon earth there is not his like, who is made without fear."},{"text":"He beholdeth all high things: he is a king over all the children of pride."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":42,"verses":[{"text":"Then Job answered the LORD, and said,"},{"text":"I know that thou canst do every thing, and that no thought can be withholden from thee."},{"text":"Who is he that hideth counsel without knowledge? therefore have I uttered that I understood not; things too wonderful for me, which I knew not."},{"text":"Hear, I beseech thee, and I will speak: I will demand of thee, and declare thou unto me."},{"text":"I have heard of thee by the hearing of the ear: but now mine eye seeth thee."},{"text":"Wherefore I abhor myself, and repent in dust and ashes."},{"text":"And it was so, that after the LORD had spoken these words unto Job, the LORD said to Eliphaz the Temanite, My wrath is kindled against thee, and against thy two friends: for ye have not spoken of me the thing that is right, as my servant Job hath."},{"text":"Therefore take unto you now seven bullocks and seven rams, and go to my servant Job, and offer up for yourselves a burnt offering; and my servant Job shall pray for you: for him will I accept: lest I deal with you after your folly, in that ye have not spoken of me the thing which is right, like my servant Job."},{"text":"So Eliphaz the Temanite and Bildad the Shuhite and Zophar the Naamathite went, and did according as the LORD commanded them: the LORD also accepted Job."},{"text":"And the LORD turned the captivity of Job, when he prayed for his friends: also the LORD gave Job twice as much as he had before."},{"text":"Then came there unto him all his brethren, and all his sisters, and all they that had been of his acquaintance before, and did eat bread with him in his house: and they bemoaned him, and comforted him over all the evil that the LORD had brought upon him: every man also gave him a piece of money, and every one an earring of gold."},{"text":"So the LORD blessed the latter end of Job more than his beginning: for he had fourteen thousand sheep, and six thousand camels, and a thousand yoke of oxen, and a thousand she asses."},{"text":"He had also seven sons and three daughters."},{"text":"And he called the name of the first, Jemima; and the name of the second, Kezia; and the name of the third, Kerenhappuch."},{"text":"And in all the land were no women found so fair as the daughters of Job: and their father gave them inheritance among their brethren."},{"text":"After this lived Job an hundred and forty years, and saw his sons, and his sons' sons, even four generations."},{"text":"So Job died, being old and full of days."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"Call now, if there be any that will answer thee; and to which of the saints wilt thou turn?"},{"text":"For wrath killeth the foolish man, and envy slayeth the silly one."},{"text":"I have seen the foolish taking root: but suddenly I cursed his habitation."},{"text":"His children are far from safety, and they are crushed in the gate, neither is there any to deliver them."},{"text":"Whose harvest the hungry eateth up, and taketh it even out of the thorns, and the robber swalloweth up their substance."},{"text":"Although affliction cometh not forth of the dust, neither doth trouble spring out of the ground;"},{"text":"Yet man is born unto trouble, as the sparks fly upward."},{"text":"I would seek unto God, and unto God would I commit my cause:"},{"text":"Which doeth great things and unsearchable; marvellous things without number:"},{"text":"Who giveth rain upon the earth, and sendeth waters upon the fields:"},{"text":"To set up on high those that be low; that those which mourn may be exalted to safety."},{"text":"He disappointeth the devices of the crafty, so that their hands cannot perform their enterprise."},{"text":"He taketh the wise in their own craftiness: and the counsel of the froward is carried headlong."},{"text":"They meet with darkness in the day time, and grope in the noonday as in the night."},{"text":"But he saveth the poor from the sword, from their mouth, and from the hand of the mighty."},{"text":"So the poor hath hope, and iniquity stoppeth her mouth."},{"text":"Behold, happy is the man whom God correcteth: therefore despise not thou the chastening of the Almighty:"},{"text":"For he maketh sore, and bindeth up: he woundeth, and his hands make whole."},{"text":"He shall deliver thee in six troubles: yea, in seven there shall no evil touch thee."},{"text":"In famine he shall redeem thee from death: and in war from the power of the sword."},{"text":"Thou shalt be hid from the scourge of the tongue: neither shalt thou be afraid of destruction when it cometh."},{"text":"At destruction and famine thou shalt laugh: neither shalt thou be afraid of the beasts of the earth."},{"text":"For thou shalt be in league with the stones of the field: and the beasts of the field shall be at peace with thee."},{"text":"And thou shalt know that thy tabernacle shall be in peace; and thou shalt visit thy habitation, and shalt not sin."},{"text":"Thou shalt know also that thy seed shall be great, and thine offspring as the grass of the earth."},{"text":"Thou shalt come to thy grave in a full age, like as a shock of corn cometh in in his season."},{"text":"Lo this, we have searched it, so it is; hear it, and know thou it for thy good."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"But Job answered and said,"},{"text":"Oh that my grief were throughly weighed, and my calamity laid in the balances together!"},{"text":"For now it would be heavier than the sand of the sea: therefore my words are swallowed up."},{"text":"For the arrows of the Almighty are within me, the poison whereof drinketh up my spirit: the terrors of God do set themselves in array against me."},{"text":"Doth the wild ass bray when he hath grass? or loweth the ox over his fodder?"},{"text":"Can that which is unsavoury be eaten without salt? or is there any taste in the white of an egg?"},{"text":"The things that my soul refused to touch are as my sorrowful meat."},{"text":"Oh that I might have my request; and that God would grant me the thing that I long for!"},{"text":"Even that it would please God to destroy me; that he would let loose his hand, and cut me off!"},{"text":"Then should I yet have comfort; yea, I would harden myself in sorrow: let him not spare; for I have not concealed the words of the Holy One."},{"text":"What is my strength, that I should hope? and what is mine end, that I should prolong my life?"},{"text":"Is my strength the strength of stones? or is my flesh of brass?"},{"text":"Is not my help in me? and is wisdom driven quite from me?"},{"text":"To him that is afflicted pity should be shewed from his friend; but he forsaketh the fear of the Almighty."},{"text":"My brethren have dealt deceitfully as a brook, and as the stream of brooks they pass away;"},{"text":"Which are blackish by reason of the ice, and wherein the snow is hid:"},{"text":"What time they wax warm, they vanish: when it is hot, they are consumed out of their place."},{"text":"The paths of their way are turned aside; they go to nothing, and perish."},{"text":"The troops of Tema looked, the companies of Sheba waited for them."},{"text":"They were confounded because they had hoped; they came thither, and were ashamed."},{"text":"For now ye are nothing; ye see my casting down, and are afraid."},{"text":"Did I say, Bring unto me? or, Give a reward for me of your substance?"},{"text":"Or, Deliver me from the enemy's hand? or, Redeem me from the hand of the mighty?"},{"text":"Teach me, and I will hold my tongue: and cause me to understand wherein I have erred."},{"text":"How forcible are right words! but what doth your arguing reprove?"},{"text":"Do ye imagine to reprove words, and the speeches of one that is desperate, which are as wind?"},{"text":"Yea, ye overwhelm the fatherless, and ye dig a pit for your friend."},{"text":"Now therefore be content, look upon me; for it is evident unto you if I lie."},{"text":"Return, I pray you, let it not be iniquity; yea, return again, my righteousness is in it."},{"text":"Is there iniquity in my tongue? cannot my taste discern perverse things?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"Is there not an appointed time to man upon earth? are not his days also like the days of an hireling?"},{"text":"As a servant earnestly desireth the shadow, and as an hireling looketh for the reward of his work:"},{"text":"So am I made to possess months of vanity, and wearisome nights are appointed to me."},{"text":"When I lie down, I say, When shall I arise, and the night be gone? and I am full of tossings to and fro unto the dawning of the day."},{"text":"My flesh is clothed with worms and clods of dust; my skin is broken, and become loathsome."},{"text":"My days are swifter than a weaver's shuttle, and are spent without hope."},{"text":"O remember that my life is wind: mine eye shall no more see good."},{"text":"The eye of him that hath seen me shall see me no more: thine eyes are upon me, and I am not."},{"text":"As the cloud is consumed and vanisheth away: so he that goeth down to the grave shall come up no more."},{"text":"He shall return no more to his house, neither shall his place know him any more."},{"text":"Therefore I will not refrain my mouth; I will speak in the anguish of my spirit; I will complain in the bitterness of my soul."},{"text":"Am I a sea, or a whale, that thou settest a watch over me?"},{"text":"When I say, My bed shall comfort me, my couch shall ease my complaints;"},{"text":"Then thou scarest me with dreams, and terrifiest me through visions:"},{"text":"So that my soul chooseth strangling, and death rather than my life."},{"text":"I loathe it; I would not live alway: let me alone; for my days are vanity."},{"text":"What is man, that thou shouldest magnify him? and that thou shouldest set thine heart upon him?"},{"text":"And that thou shouldest visit him every morning, and try him every moment?"},{"text":"How long wilt thou not depart from me, nor let me alone till I swallow down my spittle?"},{"text":"I have sinned; what shall I do unto thee, O thou preserver of men? why hast thou set me as a mark against thee, so that I am a burden to myself?"},{"text":"And why dost thou not pardon my transgression, and take away my iniquity? for now shall I sleep in the dust; and thou shalt seek me in the morning, but I shall not be."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"Then answered Bildad the Shuhite, and said,"},{"text":"How long wilt thou speak these things? and how long shall the words of thy mouth be like a strong wind?"},{"text":"Doth God pervert judgment? or doth the Almighty pervert justice?"},{"text":"If thy children have sinned against him, and he have cast them away for their transgression;"},{"text":"If thou wouldest seek unto God betimes, and make thy supplication to the Almighty;"},{"text":"If thou wert pure and upright; surely now he would awake for thee, and make the habitation of thy righteousness prosperous."},{"text":"Though thy beginning was small, yet thy latter end should greatly increase."},{"text":"For enquire, I pray thee, of the former age, and prepare thyself to the search of their fathers:"},{"text":"(For we are but of yesterday, and know nothing, because our days upon earth are a shadow:)"},{"text":"Shall not they teach thee, and tell thee, and utter words out of their heart?"},{"text":"Can the rush grow up without mire? can the flag grow without water?"},{"text":"Whilst it is yet in his greenness, and not cut down, it withereth before any other herb."},{"text":"So are the paths of all that forget God; and the hypocrite's hope shall perish:"},{"text":"Whose hope shall be cut off, and whose trust shall be a spider's web."},{"text":"He shall lean upon his house, but it shall not stand: he shall hold it fast, but it shall not endure."},{"text":"He is green before the sun, and his branch shooteth forth in his garden."},{"text":"His roots are wrapped about the heap, and seeth the place of stones."},{"text":"If he destroy him from his place, then it shall deny him, saying, I have not seen thee."},{"text":"Behold, this is the joy of his way, and out of the earth shall others grow."},{"text":"Behold, God will not cast away a perfect man, neither will he help the evil doers:"},{"text":"Till he fill thy mouth with laughing, and thy lips with rejoicing."},{"text":"They that hate thee shall be clothed with shame; and the dwelling place of the wicked shall come to nought."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"Then Job answered and said,"},{"text":"I know it is so of a truth: but how should man be just with God?"},{"text":"If he will contend with him, he cannot answer him one of a thousand."},{"text":"He is wise in heart, and mighty in strength: who hath hardened himself against him, and hath prospered?"},{"text":"Which removeth the mountains, and they know not: which overturneth them in his anger."},{"text":"Which shaketh the earth out of her place, and the pillars thereof tremble."},{"text":"Which commandeth the sun, and it riseth not; and sealeth up the stars."},{"text":"Which alone spreadeth out the heavens, and treadeth upon the waves of the sea."},{"text":"Which maketh Arcturus, Orion, and Pleiades, and the chambers of the south."},{"text":"Which doeth great things past finding out; yea, and wonders without number."},{"text":"Lo, he goeth by me, and I see him not: he passeth on also, but I perceive him not."},{"text":"Behold, he taketh away, who can hinder him? who will say unto him, What doest thou?"},{"text":"If God will not withdraw his anger, the proud helpers do stoop under him."},{"text":"How much less shall I answer him, and choose out my words to reason with him?"},{"text":"Whom, though I were righteous, yet would I not answer, but I would make supplication to my judge."},{"text":"If I had called, and he had answered me; yet would I not believe that he had hearkened unto my voice."},{"text":"For he breaketh me with a tempest, and multiplieth my wounds without cause."},{"text":"He will not suffer me to take my breath, but filleth me with bitterness."},{"text":"If I speak of strength, lo, he is strong: and if of judgment, who shall set me a time to plead?"},{"text":"If I justify myself, mine own mouth shall condemn me: if I say, I am perfect, it shall also prove me perverse."},{"text":"Though I were perfect, yet would I not know my soul: I would despise my life."},{"text":"This is one thing, therefore I said it, He destroyeth the perfect and the wicked."},{"text":"If the scourge slay suddenly, he will laugh at the trial of the innocent."},{"text":"The earth is given into the hand of the wicked: he covereth the faces of the judges thereof; if not, where, and who is he?"},{"text":"Now my days are swifter than a post: they flee away, they see no good."},{"text":"They are passed away as the swift ships: as the eagle that hasteth to the prey."},{"text":"If I say, I will forget my complaint, I will leave off my heaviness, and comfort myself:"},{"text":"I am afraid of all my sorrows, I know that thou wilt not hold me innocent."},{"text":"If I be wicked, why then labour I in vain?"},{"text":"If I wash myself with snow water, and make my hands never so clean;"},{"text":"Yet shalt thou plunge me in the ditch, and mine own clothes shall abhor me."},{"text":"For he is not a man, as I am, that I should answer him, and we should come together in judgment."},{"text":"Neither is there any daysman betwixt us, that might lay his hand upon us both."},{"text":"Let him take his rod away from me, and let not his fear terrify me:"},{"text":"Then would I speak, and not fear him; but it is not so with me."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"The word of the LORD that came to Joel the son of Pethuel."},{"text":"Hear this, ye old men, and give ear, all ye inhabitants of the land."},{"text":"That which the palmerworm hath left hath the locust eaten; and that which the locust hath left hath the cankerworm eaten; and that which the cankerworm hath left hath the caterpiller eaten."},{"text":"Awake, ye drunkards, and weep; and howl, all ye drinkers of wine, because of the new wine; for it is cut off from your mouth."},{"text":"For a nation is come up upon my land, strong, and without number, whose teeth are the teeth of a lion, and he hath the cheek teeth of a great lion."},{"text":"He hath laid my vine waste, and barked my fig tree: he hath made it clean bare, and cast it away; the branches thereof are made white."},{"text":"Lament like a virgin girded with sackcloth for the husband of her youth."},{"text":"The meat offering and the drink offering is cut off from the house of the LORD; the priests, the LORD's ministers, mourn."},{"text":"The field is wasted, the land mourneth; for the corn is wasted: the new wine is dried up, the oil languisheth."},{"text":"Be ye ashamed, O ye husbandmen; howl, O ye vinedressers, for the wheat and for the barley; because the harvest of the field is perished."},{"text":"The vine is dried up, and the fig tree languisheth; the pomegranate tree, the palm tree also, and the apple tree, even all the trees of the field, are withered: because joy is withered away from the sons of men."},{"text":"Gird yourselves, and lament, ye priests: howl, ye ministers of the altar: come, lie all night in sackcloth, ye ministers of my God: for the meat offering and the drink offering is withholden from the house of your God."},{"text":"Sanctify ye a fast, call a solemn assembly, gather the elders and all the inhabitants of the land into the house of the LORD your God, and cry unto the LORD,"},{"text":"Alas for the day! for the day of the LORD is at hand, and as a destruction from the Almighty shall it come."},{"text":"Is not the meat cut off before our eyes, yea, joy and gladness from the house of our God?"},{"text":"The seed is rotten under their clods, the garners are laid desolate, the barns are broken down; for the corn is withered."},{"text":"How do the beasts groan! the herds of cattle are perplexed, because they have no pasture; yea, the flocks of sheep are made desolate."},{"text":"O LORD, to thee will I cry: for the fire hath devoured the pastures of the wilderness, and the flame hath burned all the trees of the field."},{"text":"The beasts of the field cry also unto thee: for the rivers of waters are dried up, and the fire hath devoured the pastures of the wilderness."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"Blow ye the trumpet in Zion, and sound an alarm in my holy mountain: let all the inhabitants of the land tremble: for the day of the LORD cometh, for it is nigh at hand;"},{"text":"A day of darkness and of gloominess, a day of clouds and of thick darkness, as the morning spread upon the mountains: a great people and a strong; there hath not been ever the like, neither shall be any more after it, even to the years of many generations."},{"text":"A fire devoureth before them; and behind them a flame burneth: the land is as the garden of Eden before them, and behind them a desolate wilderness; yea, and nothing shall escape them."},{"text":"The appearance of them is as the appearance of horses; and as horsemen, so shall they run."},{"text":"Like the noise of chariots on the tops of mountains shall they leap, like the noise of a flame of fire that devoureth the stubble, as a strong people set in battle array."},{"text":"Before their face the people shall be much pained: all faces shall gather blackness."},{"text":"They shall run like mighty men; they shall climb the wall like men of war; and they shall march every one on his ways, and they shall not break their ranks:"},{"text":"Neither shall one thrust another; they shall walk every one in his path: and when they fall upon the sword, they shall not be wounded."},{"text":"They shall run to and fro in the city; they shall run upon the wall, they shall climb up upon the houses; they shall enter in at the windows like a thief."},{"text":"The earth shall quake before them; the heavens shall tremble: the sun and the moon shall be dark, and the stars shall withdraw their shining:"},{"text":"And the LORD shall utter his voice before his army: for his camp is very great: for he is strong that executeth his word: for the day of the LORD is great and very terrible; and who can abide it?"},{"text":"Therefore also now, saith the LORD, turn ye even to me with all your heart, and with fasting, and with weeping, and with mourning:"},{"text":"And rend your heart, and not your garments, and turn unto the LORD your God: for he is gracious and merciful, slow to anger, and of great kindness, and repenteth him of the evil."},{"text":"Who knoweth if he will return and repent, and leave a blessing behind him; even a meat offering and a drink offering unto the LORD your God?"},{"text":"Blow the trumpet in Zion, sanctify a fast, call a solemn assembly:"},{"text":"Gather the people, sanctify the congregation, assemble the elders, gather the children, and those that suck the breasts: let the bridegroom go forth of his chamber, and the bride out of her closet."},{"text":"Let the priests, the ministers of the LORD, weep between the porch and the altar, and let them say, Spare thy people, O LORD, and give not thine heritage to reproach, that the heathen should rule over them: wherefore should they say among the people, Where is their God?"},{"text":"Then will the LORD be jealous for his land, and pity his people."},{"text":"Yea, the LORD will answer and say unto his people, Behold, I will send you corn, and wine, and oil, and ye shall be satisfied therewith: and I will no more make you a reproach among the heathen:"},{"text":"But I will remove far off from you the northern army, and will drive him into a land barren and desolate, with his face toward the east sea, and his hinder part toward the utmost sea, and his stink shall come up, and his ill savour shall come up, because he hath done great things."},{"text":"Fear not, O land; be glad and rejoice: for the LORD will do great things."},{"text":"Be not afraid, ye beasts of the field: for the pastures of the wilderness do spring, for the tree beareth her fruit, the fig tree and the vine do yield their strength."},{"text":"Be glad then, ye children of Zion, and rejoice in the LORD your God: for he hath given you the former rain moderately, and he will cause to come down for you the rain, the former rain, and the latter rain in the first month."},{"text":"And the floors shall be full of wheat, and the vats shall overflow with wine and oil."},{"text":"And I will restore to you the years that the locust hath eaten, the cankerworm, and the caterpiller, and the palmerworm, my great army which I sent among you."},{"text":"And ye shall eat in plenty, and be satisfied, and praise the name of the LORD your God, that hath dealt wondrously with you: and my people shall never be ashamed."},{"text":"And ye shall know that I am in the midst of Israel, and that I am the LORD your God, and none else: and my people shall never be ashamed."},{"text":"And it shall come to pass afterward, that I will pour out my spirit upon all flesh; and your sons and your daughters shall prophesy, your old men shall dream dreams, your young men shall see visions:"},{"text":"And also upon the servants and upon the handmaids in those days will I pour out my spirit."},{"text":"And I will shew wonders in the heavens and in the earth, blood, and fire, and pillars of smoke."},{"text":"The sun shall be turned into darkness, and the moon into blood, before the great and terrible day of the LORD come."},{"text":"And it shall come to pass, that whosoever shall call on the name of the LORD shall be delivered: for in mount Zion and in Jerusalem shall be deliverance, as the LORD hath said, and in the remnant whom the LORD shall call."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"For, behold, in those days, and in that time, when I shall bring again the captivity of Judah and Jerusalem,"},{"text":"I will also gather all nations, and will bring them down into the valley of Jehoshaphat, and will plead with them there for my people and for my heritage Israel, whom they have scattered among the nations, and parted my land."},{"text":"And they have cast lots for my people; and have given a boy for an harlot, and sold a girl for wine, that they might drink."},{"text":"Yea, and what have ye to do with me, O Tyre, and Zidon, and all the coasts of Palestine? will ye render me a recompence? and if ye recompense me, swiftly and speedily will I return your recompence upon your own head;"},{"text":"Because ye have taken my silver and my gold, and have carried into your temples my goodly pleasant things:"},{"text":"The children also of Judah and the children of Jerusalem have ye sold unto the Grecians, that ye might remove them far from their border."},{"text":"Behold, I will raise them out of the place whither ye have sold them, and will return your recompence upon your own head:"},{"text":"And I will sell your sons and your daughters into the hand of the children of Judah, and they shall sell them to the Sabeans, to a people far off: for the LORD hath spoken it."},{"text":"Proclaim ye this among the Gentiles; Prepare war, wake up the mighty men, let all the men of war draw near; let them come up:"},{"text":"Beat your plowshares into swords and your pruninghooks into spears: let the weak say, I am strong."},{"text":"Assemble yourselves, and come, all ye heathen, and gather yourselves together round about: thither cause thy mighty ones to come down, O LORD."},{"text":"Let the heathen be wakened, and come up to the valley of Jehoshaphat: for there will I sit to judge all the heathen round about."},{"text":"Put ye in the sickle, for the harvest is ripe: come, get you down; for the press is full, the fats overflow; for their wickedness is great."},{"text":"Multitudes, multitudes in the valley of decision: for the day of the LORD is near in the valley of decision."},{"text":"The sun and the moon shall be darkened, and the stars shall withdraw their shining."},{"text":"The LORD also shall roar out of Zion, and utter his voice from Jerusalem; and the heavens and the earth shall shake: but the LORD will be the hope of his people, and the strength of the children of Israel."},{"text":"So shall ye know that I am the LORD your God dwelling in Zion, my holy mountain: then shall Jerusalem be holy, and there shall no strangers pass through her any more."},{"text":"And it shall come to pass in that day, that the mountains shall drop down new wine, and the hills shall flow with milk, and all the rivers of Judah shall flow with waters, and a fountain shall come forth out of the house of the LORD, and shall water the valley of Shittim."},{"text":"Egypt shall be a desolation, and Edom shall be a desolate wilderness, for the violence against the children of Judah, because they have shed innocent blood in their land."},{"text":"But Judah shall dwell for ever, and Jerusalem from generation to generation."},{"text":"For I will cleanse their blood that I have not cleansed: for the LORD dwelleth in Zion."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"In the beginning was the Word, and the Word was with God, and the Word was God."},{"text":"The same was in the beginning with God."},{"text":"All things were made by him; and without him was not any thing made that was made."},{"text":"In him was life; and the life was the light of men."},{"text":"And the light shineth in darkness; and the darkness comprehended it not."},{"text":"There was a man sent from God, whose name was John."},{"text":"The same came for a witness, to bear witness of the Light, that all men through him might believe."},{"text":"He was not that Light, but was sent to bear witness of that Light."},{"text":"That was the true Light, which lighteth every man that cometh into the world."},{"text":"He was in the world, and the world was made by him, and the world knew him not."},{"text":"He came unto his own, and his own received him not."},{"text":"But as many as received him, to them gave he power to become the sons of God, even to them that believe on his name:"},{"text":"Which were born, not of blood, nor of the will of the flesh, nor of the will of man, but of God."},{"text":"And the Word was made flesh, and dwelt among us, (and we beheld his glory, the glory as of the only begotten of the Father,) full of grace and truth."},{"text":"John bare witness of him, and cried, saying, This was he of whom I spake, He that cometh after me is preferred before me: for he was before me."},{"text":"And of his fulness have all we received, and grace for grace."},{"text":"For the law was given by Moses, but grace and truth came by Jesus Christ."},{"text":"No man hath seen God at any time, the only begotten Son, which is in the bosom of the Father, he hath declared him."},{"text":"And this is the record of John, when the Jews sent priests and Levites from Jerusalem to ask him, Who art thou?"},{"text":"And he confessed, and denied not; but confessed, I am not the Christ."},{"text":"And they asked him, What then? Art thou Elias? And he saith, I am not. Art thou that prophet? And he answered, No."},{"text":"Then said they unto him, Who art thou? that we may give an answer to them that sent us. What sayest thou of thyself?"},{"text":"He said, I am the voice of one crying in the wilderness, Make straight the way of the Lord, as said the prophet Esaias."},{"text":"And they which were sent were of the Pharisees."},{"text":"And they asked him, and said unto him, Why baptizest thou then, if thou be not that Christ, nor Elias, neither that prophet?"},{"text":"John answered them, saying, I baptize with water: but there standeth one among you, whom ye know not;"},{"text":"He it is, who coming after me is preferred before me, whose shoe's latchet I am not worthy to unloose."},{"text":"These things were done in Bethabara beyond Jordan, where John was baptizing."},{"text":"The next day John seeth Jesus coming unto him, and saith, Behold the Lamb of God, which taketh away the sin of the world."},{"text":"This is he of whom I said, After me cometh a man which is preferred before me: for he was before me."},{"text":"And I knew him not: but that he should be made manifest to Israel, therefore am I come baptizing with water."},{"text":"And John bare record, saying, I saw the Spirit descending from heaven like a dove, and it abode upon him."},{"text":"And I knew him not: but he that sent me to baptize with water, the same said unto me, Upon whom thou shalt see the Spirit descending, and remaining on him, the same is he which baptizeth with the Holy Ghost."},{"text":"And I saw, and bare record that this is the Son of God."},{"text":"Again the next day after John stood, and two of his disciples;"},{"text":"And looking upon Jesus as he walked, he saith, Behold the Lamb of God!"},{"text":"And the two disciples heard him speak, and they followed Jesus."},{"text":"Then Jesus turned, and saw them following, and saith unto them, What seek ye? They said unto him, Rabbi, (which is to say, being interpreted, Master,) where dwellest thou?"},{"text":"He saith unto them, Come and see. They came and saw where he dwelt, and abode with him that day: for it was about the tenth hour."},{"text":"One of the two which heard John speak, and followed him, was Andrew, Simon Peter's brother."},{"text":"He first findeth his own brother Simon, and saith unto him, We have found the Messias, which is, being interpreted, the Christ."},{"text":"And he brought him to Jesus. And when Jesus beheld him, he said, Thou art Simon the son of Jona: thou shalt be called Cephas, which is by interpretation, A stone."},{"text":"The day following Jesus would go forth into Galilee, and findeth Philip, and saith unto him, Follow me."},{"text":"Now Philip was of Bethsaida, the city of Andrew and Peter."},{"text":"Philip findeth Nathanael, and saith unto him, We have found him, of whom Moses in the law, and the prophets, did write, Jesus of Nazareth, the son of Joseph."},{"text":"And Nathanael said unto him, Can there any good thing come out of Nazareth? Philip saith unto him, Come and see."},{"text":"Jesus saw Nathanael coming to him, and saith of him, Behold an Israelite indeed, in whom is no guile!"},{"text":"Nathanael saith unto him, Whence knowest thou me? Jesus answered and said unto him, Before that Philip called thee, when thou wast under the fig tree, I saw thee."},{"text":"Nathanael answered and saith unto him, Rabbi, thou art the Son of God; thou art the King of Israel."},{"text":"Jesus answered and said unto him, Because I said unto thee, I saw thee under the fig tree, believest thou? thou shalt see greater things than these."},{"text":"And he saith unto him, Verily, verily, I say unto you, Hereafter ye shall see heaven open, and the angels of God ascending and descending upon the Son of man."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"Verily, verily, I say unto you, He that entereth not by the door into the sheepfold, but climbeth up some other way, the same is a thief and a robber."},{"text":"But he that entereth in by the door is the shepherd of the sheep."},{"text":"To him the porter openeth; and the sheep hear his voice: and he calleth his own sheep by name, and leadeth them out."},{"text":"And when he putteth forth his own sheep, he goeth before them, and the sheep follow him: for they know his voice."},{"text":"And a stranger will they not follow, but will flee from him: for they know not the voice of strangers."},{"text":"This parable spake Jesus unto them: but they understood not what things they were which he spake unto them."},{"text":"Then said Jesus unto them again, Verily, verily, I say unto you, I am the door of the sheep."},{"text":"All that ever came before me are thieves and robbers: but the sheep did not hear them."},{"text":"I am the door: by me if any man enter in, he shall be saved, and shall go in and out, and find pasture."},{"text":"The thief cometh not, but for to steal, and to kill, and to destroy: I am come that they might have life, and that they might have it more abundantly."},{"text":"I am the good shepherd: the good shepherd giveth his life for the sheep."},{"text":"But he that is an hireling, and not the shepherd, whose own the sheep are not, seeth the wolf coming, and leaveth the sheep, and fleeth: and the wolf catcheth them, and scattereth the sheep."},{"text":"The hireling fleeth, because he is an hireling, and careth not for the sheep."},{"text":"I am the good shepherd, and know my sheep, and am known of mine."},{"text":"As the Father knoweth me, even so know I the Father: and I lay down my life for the sheep."},{"text":"And other sheep I have, which are not of this fold: them also I must bring, and they shall hear my voice; and there shall be one fold, and one shepherd."},{"text":"Therefore doth my Father love me, because I lay down my life, that I might take it again."},{"text":"No man taketh it from me, but I lay it down of myself. I have power to lay it down, and I have power to take it again. This commandment have I received of my Father."},{"text":"There was a division therefore again among the Jews for these sayings."},{"text":"And many of them said, He hath a devil, and is mad; why hear ye him?"},{"text":"Others said, These are not the words of him that hath a devil. Can a devil open the eyes of the blind?"},{"text":"And it was at Jerusalem the feast of the dedication, and it was winter."},{"text":"And Jesus walked in the temple in Solomon's porch."},{"text":"Then came the Jews round about him, and said unto him, How long dost thou make us to doubt? If thou be the Christ, tell us plainly."},{"text":"Jesus answered them, I told you, and ye believed not: the works that I do in my Father's name, they bear witness of me."},{"text":"But ye believe not, because ye are not of my sheep, as I said unto you."},{"text":"My sheep hear my voice, and I know them, and they follow me:"},{"text":"And I give unto them eternal life; and they shall never perish, neither shall any man pluck them out of my hand."},{"text":"My Father, which gave them me, is greater than all; and no man is able to pluck them out of my Father's hand."},{"text":"I and my Father are one."},{"text":"Then the Jews took up stones again to stone him."},{"text":"Jesus answered them, Many good works have I shewed you from my Father; for which of those works do ye stone me?"},{"text":"The Jews answered him, saying, For a good work we stone thee not; but for blasphemy; and because that thou, being a man, makest thyself God."},{"text":"Jesus answered them, Is it not written in your law, I said, Ye are gods?"},{"text":"If he called them gods, unto whom the word of God came, and the scripture cannot be broken;"},{"text":"Say ye of him, whom the Father hath sanctified, and sent into the world, Thou blasphemest; because I said, I am the Son of God?"},{"text":"If I do not the works of my Father, believe me not."},{"text":"But if I do, though ye believe not me, believe the works: that ye may know, and believe, that the Father is in me, and I in him."},{"text":"Therefore they sought again to take him: but he escaped out of their hand,"},{"text":"And went away again beyond Jordan into the place where John at first baptized; and there he abode."},{"text":"And many resorted unto him, and said, John did no miracle: but all things that John spake of this man were true."},{"text":"And many believed on him there."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"Now a certain man was sick, named Lazarus, of Bethany, the town of Mary and her sister Martha."},{"text":"(It was that Mary which anointed the Lord with ointment, and wiped his feet with her hair, whose brother Lazarus was sick.)"},{"text":"Therefore his sisters sent unto him, saying, Lord, behold, he whom thou lovest is sick."},{"text":"When Jesus heard that, he said, This sickness is not unto death, but for the glory of God, that the Son of God might be glorified thereby."},{"text":"Now Jesus loved Martha, and her sister, and Lazarus."},{"text":"When he had heard therefore that he was sick, he abode two days still in the same place where he was."},{"text":"Then after that saith he to his disciples, Let us go into Judaea again."},{"text":"His disciples say unto him, Master, the Jews of late sought to stone thee; and goest thou thither again?"},{"text":"Jesus answered, Are there not twelve hours in the day? If any man walk in the day, he stumbleth not, because he seeth the light of this world."},{"text":"But if a man walk in the night, he stumbleth, because there is no light in him."},{"text":"These things said he: and after that he saith unto them, Our friend Lazarus sleepeth; but I go, that I may awake him out of sleep."},{"text":"Then said his disciples, Lord, if he sleep, he shall do well."},{"text":"Howbeit Jesus spake of his death: but they thought that he had spoken of taking of rest in sleep."},{"text":"Then said Jesus unto them plainly, Lazarus is dead."},{"text":"And I am glad for your sakes that I was not there, to the intent ye may believe; nevertheless let us go unto him."},{"text":"Then said Thomas, which is called Didymus, unto his fellowdisciples, Let us also go, that we may die with him."},{"text":"Then when Jesus came, he found that he had lain in the grave four days already."},{"text":"Now Bethany was nigh unto Jerusalem, about fifteen furlongs off:"},{"text":"And many of the Jews came to Martha and Mary, to comfort them concerning their brother."},{"text":"Then Martha, as soon as she heard that Jesus was coming, went and met him: but Mary sat still in the house."},{"text":"Then said Martha unto Jesus, Lord, if thou hadst been here, my brother had not died."},{"text":"But I know, that even now, whatsoever thou wilt ask of God, God will give it thee."},{"text":"Jesus saith unto her, Thy brother shall rise again."},{"text":"Martha saith unto him, I know that he shall rise again in the resurrection at the last day."},{"text":"Jesus said unto her, I am the resurrection, and the life: he that believeth in me, though he were dead, yet shall he live:"},{"text":"And whosoever liveth and believeth in me shall never die. Believest thou this?"},{"text":"She saith unto him, Yea, Lord: I believe that thou art the Christ, the Son of God, which should come into the world."},{"text":"And when she had so said, she went her way, and called Mary her sister secretly, saying, The Master is come, and calleth for thee."},{"text":"As soon as she heard that, she arose quickly, and came unto him."},{"text":"Now Jesus was not yet come into the town, but was in that place where Martha met him."},{"text":"The Jews then which were with her in the house, and comforted her, when they saw Mary, that she rose up hastily and went out, followed her, saying, She goeth unto the grave to weep there."},{"text":"Then when Mary was come where Jesus was, and saw him, she fell down at his feet, saying unto him, Lord, if thou hadst been here, my brother had not died."},{"text":"When Jesus therefore saw her weeping, and the Jews also weeping which came with her, he groaned in the spirit, and was troubled."},{"text":"And said, Where have ye laid him? They said unto him, Lord, come and see."},{"text":"Jesus wept."},{"text":"Then said the Jews, Behold how he loved him!"},{"text":"And some of them said, Could not this man, which opened the eyes of the blind, have caused that even this man should not have died?"},{"text":"Jesus therefore again groaning in himself cometh to the grave. It was a cave, and a stone lay upon it."},{"text":"Jesus said, Take ye away the stone. Martha, the sister of him that was dead, saith unto him, Lord, by this time he stinketh: for he hath been dead four days."},{"text":"Jesus saith unto her, Said I not unto thee, that, if thou wouldest believe, thou shouldest see the glory of God?"},{"text":"Then they took away the stone from the place where the dead was laid. And Jesus lifted up his eyes, and said, Father, I thank thee that thou hast heard me."},{"text":"And I knew that thou hearest me always: but because of the people which stand by I said it, that they may believe that thou hast sent me."},{"text":"And when he thus had spoken, he cried with a loud voice, Lazarus, come forth."},{"text":"And he that was dead came forth, bound hand and foot with graveclothes: and his face was bound about with a napkin. Jesus saith unto them, Loose him, and let him go."},{"text":"Then many of the Jews which came to Mary, and had seen the things which Jesus did, believed on him."},{"text":"But some of them went their ways to the Pharisees, and told them what things Jesus had done."},{"text":"Then gathered the chief priests and the Pharisees a council, and said, What do we? for this man doeth many miracles."},{"text":"If we let him thus alone, all men will believe on him: and the Romans shall come and take away both our place and nation."},{"text":"And one of them, named Caiaphas, being the high priest that same year, said unto them, Ye know nothing at all,"},{"text":"Nor consider that it is expedient for us, that one man should die for the people, and that the whole nation perish not."},{"text":"And this spake he not of himself: but being high priest that year, he prophesied that Jesus should die for that nation;"},{"text":"And not for that nation only, but that also he should gather together in one the children of God that were scattered abroad."},{"text":"Then from that day forth they took counsel together for to put him to death."},{"text":"Jesus therefore walked no more openly among the Jews; but went thence unto a country near to the wilderness, into a city called Ephraim, and there continued with his disciples."},{"text":"And the Jews' passover was nigh at hand: and many went out of the country up to Jerusalem before the passover, to purify themselves."},{"text":"Then sought they for Jesus, and spake among themselves, as they stood in the temple, What think ye, that he will not come to the feast?"},{"text":"Now both the chief priests and the Pharisees had given a commandment, that, if any man knew where he were, he should shew it, that they might take him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"Then Jesus six days before the passover came to Bethany, where Lazarus was, which had been dead, whom he raised from the dead."},{"text":"There they made him a supper; and Martha served: but Lazarus was one of them that sat at the table with him."},{"text":"Then took Mary a pound of ointment of spikenard, very costly, and anointed the feet of Jesus, and wiped his feet with her hair: and the house was filled with the odour of the ointment."},{"text":"Then saith one of his disciples, Judas Iscariot, Simon's son, which should betray him,"},{"text":"Why was not this ointment sold for three hundred pence, and given to the poor?"},{"text":"This he said, not that he cared for the poor; but because he was a thief, and had the bag, and bare what was put therein."},{"text":"Then said Jesus, Let her alone: against the day of my burying hath she kept this."},{"text":"For the poor always ye have with you; but me ye have not always."},{"text":"Much people of the Jews therefore knew that he was there: and they came not for Jesus' sake only, but that they might see Lazarus also, whom he had raised from the dead."},{"text":"But the chief priests consulted that they might put Lazarus also to death;"},{"text":"Because that by reason of him many of the Jews went away, and believed on Jesus."},{"text":"On the next day much people that were come to the feast, when they heard that Jesus was coming to Jerusalem,"},{"text":"Took branches of palm trees, and went forth to meet him, and cried, Hosanna: Blessed is the King of Israel that cometh in the name of the Lord."},{"text":"And Jesus, when he had found a young ass, sat thereon; as it is written,"},{"text":"Fear not, daughter of Sion: behold, thy King cometh, sitting on an ass's colt."},{"text":"These things understood not his disciples at the first: but when Jesus was glorified, then remembered they that these things were written of him, and that they had done these things unto him."},{"text":"The people therefore that was with him when he called Lazarus out of his grave, and raised him from the dead, bare record."},{"text":"For this cause the people also met him, for that they heard that he had done this miracle."},{"text":"The Pharisees therefore said among themselves, Perceive ye how ye prevail nothing? behold, the world is gone after him."},{"text":"And there were certain Greeks among them that came up to worship at the feast:"},{"text":"The same came therefore to Philip, which was of Bethsaida of Galilee, and desired him, saying, Sir, we would see Jesus."},{"text":"Philip cometh and telleth Andrew: and again Andrew and Philip tell Jesus."},{"text":"And Jesus answered them, saying, The hour is come, that the Son of man should be glorified."},{"text":"Verily, verily, I say unto you, Except a corn of wheat fall into the ground and die, it abideth alone: but if it die, it bringeth forth much fruit."},{"text":"He that loveth his life shall lose it; and he that hateth his life in this world shall keep it unto life eternal."},{"text":"If any man serve me, let him follow me; and where I am, there shall also my servant be: if any man serve me, him will my Father honour."},{"text":"Now is my soul troubled; and what shall I say? Father, save me from this hour: but for this cause came I unto this hour."},{"text":"Father, glorify thy name. Then came there a voice from heaven, saying, I have both glorified it, and will glorify it again."},{"text":"The people therefore, that stood by, and heard it, said that it thundered: others said, An angel spake to him."},{"text":"Jesus answered and said, This voice came not because of me, but for your sakes."},{"text":"Now is the judgment of this world: now shall the prince of this world be cast out."},{"text":"And I, if I be lifted up from the earth, will draw all men unto me."},{"text":"This he said, signifying what death he should die."},{"text":"The people answered him, We have heard out of the law that Christ abideth for ever: and how sayest thou, The Son of man must be lifted up? who is this Son of man?"},{"text":"Then Jesus said unto them, Yet a little while is the light with you."},{"text":"While ye have light, believe in the light, that ye may be the children of light. These things spake Jesus, and departed, and did hide himself from them."},{"text":"But though he had done so many miracles before them, yet they believed not on him:"},{"text":"That the saying of Esaias the prophet might be fulfilled, which he spake, Lord, who hath believed our report? and to whom hath the arm of the Lord been revealed?"},{"text":"Therefore they could not believe, because that Esaias said again,"},{"text":"He hath blinded their eyes, and hardened their heart; that they should not see with their eyes, nor understand with their heart, and be converted, and I should heal them."},{"text":"These things said Esaias, when he saw his glory, and spake of him."},{"text":"Nevertheless among the chief rulers also many believed on him; but because of the Pharisees they did not confess him, lest they should be put out of the synagogue:"},{"text":"For they loved the praise of men more than the praise of God."},{"text":"Jesus cried and said, He that believeth on me, believeth not on me, but on him that sent me."},{"text":"And he that seeth me seeth him that sent me."},{"text":"I am come a light into the world, that whosoever believeth on me should not abide in darkness."},{"text":"And if any man hear my words, and believe not, I judge him not: for I came not to judge the world, but to save the world."},{"text":"He that rejecteth me, and receiveth not my words, hath one that judgeth him: the word that I have spoken, the same shall judge him in the last day."},{"text":"For I have not spoken of myself; but the Father which sent me, he gave me a commandment, what I should say, and what I should speak."},{"text":"And I know that his commandment is life everlasting: whatsoever I speak therefore, even as the Father said unto me, so I speak."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"Now before the feast of the passover, when Jesus knew that his hour was come that he should depart out of this world unto the Father, having loved his own which were in the world, he loved them unto the end."},{"text":"And supper being ended, the devil having now put into the heart of Judas Iscariot, Simon's son, to betray him;"},{"text":"Jesus knowing that the Father had given all things into his hands, and that he was come from God, and went to God;"},{"text":"He riseth from supper, and laid aside his garments; and took a towel, and girded himself."},{"text":"After that he poureth water into a bason, and began to wash the disciples' feet, and to wipe them with the towel wherewith he was girded."},{"text":"Then cometh he to Simon Peter: and Peter saith unto him, Lord, dost thou wash my feet?"},{"text":"Jesus answered and said unto him, What I do thou knowest not now; but thou shalt know hereafter."},{"text":"Peter saith unto him, Thou shalt never wash my feet. Jesus answered him, If I wash thee not, thou hast no part with me."},{"text":"Simon Peter saith unto him, Lord, not my feet only, but also my hands and my head."},{"text":"Jesus saith to him, He that is washed needeth not save to wash his feet, but is clean every whit: and ye are clean, but not all."},{"text":"For he knew who should betray him; therefore said he, Ye are not all clean."},{"text":"So after he had washed their feet, and had taken his garments, and was set down again, he said unto them, Know ye what I have done to you?"},{"text":"Ye call me Master and Lord: and ye say well; for so I am."},{"text":"If I then, your Lord and Master, have washed your feet; ye also ought to wash one another's feet."},{"text":"For I have given you an example, that ye should do as I have done to you."},{"text":"Verily, verily, I say unto you, The servant is not greater than his lord; neither he that is sent greater than he that sent him."},{"text":"If ye know these things, happy are ye if ye do them."},{"text":"I speak not of you all: I know whom I have chosen: but that the scripture may be fulfilled, He that eateth bread with me hath lifted up his heel against me."},{"text":"Now I tell you before it come, that, when it is come to pass, ye may believe that I am he."},{"text":"Verily, verily, I say unto you, He that receiveth whomsoever I send receiveth me; and he that receiveth me receiveth him that sent me."},{"text":"When Jesus had thus said, he was troubled in spirit, and testified, and said, Verily, verily, I say unto you, that one of you shall betray me."},{"text":"Then the disciples looked one on another, doubting of whom he spake."},{"text":"Now there was leaning on Jesus' bosom one of his disciples, whom Jesus loved."},{"text":"Simon Peter therefore beckoned to him, that he should ask who it should be of whom he spake."},{"text":"He then lying on Jesus' breast saith unto him, Lord, who is it?"},{"text":"Jesus answered, He it is, to whom I shall give a sop, when I have dipped it. And when he had dipped the sop, he gave it to Judas Iscariot, the son of Simon."},{"text":"And after the sop Satan entered into him. Then said Jesus unto him, That thou doest, do quickly."},{"text":"Now no man at the table knew for what intent he spake this unto him."},{"text":"For some of them thought, because Judas had the bag, that Jesus had said unto him, Buy those things that we have need of against the feast; or, that he should give something to the poor."},{"text":"He then having received the sop went immediately out: and it was night."},{"text":"Therefore, when he was gone out, Jesus said, Now is the Son of man glorified, and God is glorified in him."},{"text":"If God be glorified in him, God shall also glorify him in himself, and shall straightway glorify him."},{"text":"Little children, yet a little while I am with you. Ye shall seek me: and as I said unto the Jews, Whither I go, ye cannot come; so now I say to you."},{"text":"A new commandment I give unto you, That ye love one another; as I have loved you, that ye also love one another."},{"text":"By this shall all men know that ye are my disciples, if ye have love one to another."},{"text":"Simon Peter said unto him, Lord, whither goest thou? Jesus answered him, Whither I go, thou canst not follow me now; but thou shalt follow me afterwards."},{"text":"Peter said unto him, Lord, why cannot I follow thee now? I will lay down my life for thy sake."},{"text":"Jesus answered him, Wilt thou lay down thy life for my sake? Verily, verily, I say unto thee, The cock shall not crow, till thou hast denied me thrice."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"Let not your heart be troubled: ye believe in God, believe also in me."},{"text":"In my Father's house are many mansions: if it were not so, I would have told you. I go to prepare a place for you."},{"text":"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also."},{"text":"And whither I go ye know, and the way ye know."},{"text":"Thomas saith unto him, Lord, we know not whither thou goest; and how can we know the way?"},{"text":"Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me."},{"text":"If ye had known me, ye should have known my Father also: and from henceforth ye know him, and have seen him."},{"text":"Philip saith unto him, Lord, shew us the Father, and it sufficeth us."},{"text":"Jesus saith unto him, Have I been so long time with you, and yet hast thou not known me, Philip? he that hath seen me hath seen the Father; and how sayest thou then, Shew us the Father?"},{"text":"Believest thou not that I am in the Father, and the Father in me? the words that I speak unto you I speak not of myself: but the Father that dwelleth in me, he doeth the works."},{"text":"Believe me that I am in the Father, and the Father in me: or else believe me for the very works' sake."},{"text":"Verily, verily, I say unto you, He that believeth on me, the works that I do shall he do also; and greater works than these shall he do; because I go unto my Father."},{"text":"And whatsoever ye shall ask in my name, that will I do, that the Father may be glorified in the Son."},{"text":"If ye shall ask any thing in my name, I will do it."},{"text":"If ye love me, keep my commandments."},{"text":"And I will pray the Father, and he shall give you another Comforter, that he may abide with you for ever;"},{"text":"Even the Spirit of truth; whom the world cannot receive, because it seeth him not, neither knoweth him: but ye know him; for he dwelleth with you, and shall be in you."},{"text":"I will not leave you comfortless: I will come to you."},{"text":"Yet a little while, and the world seeth me no more; but ye see me: because I live, ye shall live also."},{"text":"At that day ye shall know that I am in my Father, and ye in me, and I in you."},{"text":"He that hath my commandments, and keepeth them, he it is that loveth me: and he that loveth me shall be loved of my Father, and I will love him, and will manifest myself to him."},{"text":"Judas saith unto him, not Iscariot, Lord, how is it that thou wilt manifest thyself unto us, and not unto the world?"},{"text":"Jesus answered and said unto him, If a man love me, he will keep my words: and my Father will love him, and we will come unto him, and make our abode with him."},{"text":"He that loveth me not keepeth not my sayings: and the word which ye hear is not mine, but the Father's which sent me."},{"text":"These things have I spoken unto you, being yet present with you."},{"text":"But the Comforter, which is the Holy Ghost, whom the Father will send in my name, he shall teach you all things, and bring all things to your remembrance, whatsoever I have said unto you."},{"text":"Peace I leave with you, my peace I give unto you: not as the world giveth, give I unto you. Let not your heart be troubled, neither let it be afraid."},{"text":"Ye have heard how I said unto you, I go away, and come again unto you. If ye loved me, ye would rejoice, because I said, I go unto the Father: for my Father is greater than I."},{"text":"And now I have told you before it come to pass, that, when it is come to pass, ye might believe."},{"text":"Hereafter I will not talk much with you: for the prince of this world cometh, and hath nothing in me."},{"text":"But that the world may know that I love the Father; and as the Father gave me commandment, even so I do. Arise, let us go hence."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"I am the true vine, and my Father is the husbandman."},{"text":"Every branch in me that beareth not fruit he taketh away: and every branch that beareth fruit, he purgeth it, that it may bring forth more fruit."},{"text":"Now ye are clean through the word which I have spoken unto you."},{"text":"Abide in me, and I in you. As the branch cannot bear fruit of itself, except it abide in the vine; no more can ye, except ye abide in me."},{"text":"I am the vine, ye are the branches: He that abideth in me, and I in him, the same bringeth forth much fruit: for without me ye can do nothing."},{"text":"If a man abide not in me, he is cast forth as a branch, and is withered; and men gather them, and cast them into the fire, and they are burned."},{"text":"If ye abide in me, and my words abide in you, ye shall ask what ye will, and it shall be done unto you."},{"text":"Herein is my Father glorified, that ye bear much fruit; so shall ye be my disciples."},{"text":"As the Father hath loved me, so have I loved you: continue ye in my love."},{"text":"If ye keep my commandments, ye shall abide in my love; even as I have kept my Father's commandments, and abide in his love."},{"text":"These things have I spoken unto you, that my joy might remain in you, and that your joy might be full."},{"text":"This is my commandment, That ye love one another, as I have loved you."},{"text":"Greater love hath no man than this, that a man lay down his life for his friends."},{"text":"Ye are my friends, if ye do whatsoever I command you."},{"text":"Henceforth I call you not servants; for the servant knoweth not what his lord doeth: but I have called you friends; for all things that I have heard of my Father I have made known unto you."},{"text":"Ye have not chosen me, but I have chosen you, and ordained you, that ye should go and bring forth fruit, and that your fruit should remain: that whatsoever ye shall ask of the Father in my name, he may give it you."},{"text":"These things I command you, that ye love one another."},{"text":"If the world hate you, ye know that it hated me before it hated you."},{"text":"If ye were of the world, the world would love his own: but because ye are not of the world, but I have chosen you out of the world, therefore the world hateth you."},{"text":"Remember the word that I said unto you, The servant is not greater than his lord. If they have persecuted me, they will also persecute you; if they have kept my saying, they will keep yours also."},{"text":"But all these things will they do unto you for my name's sake, because they know not him that sent me."},{"text":"If I had not come and spoken unto them, they had not had sin: but now they have no cloak for their sin."},{"text":"He that hateth me hateth my Father also."},{"text":"If I had not done among them the works which none other man did, they had not had sin: but now have they both seen and hated both me and my Father."},{"text":"But this cometh to pass, that the word might be fulfilled that is written in their law, They hated me without a cause."},{"text":"But when the Comforter is come, whom I will send unto you from the Father, even the Spirit of truth, which proceedeth from the Father, he shall testify of me:"},{"text":"And ye also shall bear witness, because ye have been with me from the beginning."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"These things have I spoken unto you, that ye should not be offended."},{"text":"They shall put you out of the synagogues: yea, the time cometh, that whosoever killeth you will think that he doeth God service."},{"text":"And these things will they do unto you, because they have not known the Father, nor me."},{"text":"But these things have I told you, that when the time shall come, ye may remember that I told you of them. And these things I said not unto you at the beginning, because I was with you."},{"text":"But now I go my way to him that sent me; and none of you asketh me, Whither goest thou?"},{"text":"But because I have said these things unto you, sorrow hath filled your heart."},{"text":"Nevertheless I tell you the truth; It is expedient for you that I go away: for if I go not away, the Comforter will not come unto you; but if I depart, I will send him unto you."},{"text":"And when he is come, he will reprove the world of sin, and of righteousness, and of judgment:"},{"text":"Of sin, because they believe not on me;"},{"text":"Of righteousness, because I go to my Father, and ye see me no more;"},{"text":"Of judgment, because the prince of this world is judged."},{"text":"I have yet many things to say unto you, but ye cannot bear them now."},{"text":"Howbeit when he, the Spirit of truth, is come, he will guide you into all truth: for he shall not speak of himself; but whatsoever he shall hear, that shall he speak: and he will shew you things to come."},{"text":"He shall glorify me: for he shall receive of mine, and shall shew it unto you."},{"text":"All things that the Father hath are mine: therefore said I, that he shall take of mine, and shall shew it unto you."},{"text":"A little while, and ye shall not see me: and again, a little while, and ye shall see me, because I go to the Father."},{"text":"Then said some of his disciples among themselves, What is this that he saith unto us, A little while, and ye shall not see me: and again, a little while, and ye shall see me: and, Because I go to the Father?"},{"text":"They said therefore, What is this that he saith, A little while? we cannot tell what he saith."},{"text":"Now Jesus knew that they were desirous to ask him, and said unto them, Do ye enquire among yourselves of that I said, A little while, and ye shall not see me: and again, a little while, and ye shall see me?"},{"text":"Verily, verily, I say unto you, That ye shall weep and lament, but the world shall rejoice: and ye shall be sorrowful, but your sorrow shall be turned into joy."},{"text":"A woman when she is in travail hath sorrow, because her hour is come: but as soon as she is delivered of the child, she remembereth no more the anguish, for joy that a man is born into the world."},{"text":"And ye now therefore have sorrow: but I will see you again, and your heart shall rejoice, and your joy no man taketh from you."},{"text":"And in that day ye shall ask me nothing. Verily, verily, I say unto you, Whatsoever ye shall ask the Father in my name, he will give it you."},{"text":"Hitherto have ye asked nothing in my name: ask, and ye shall receive, that your joy may be full."},{"text":"These things have I spoken unto you in proverbs: but the time cometh, when I shall no more speak unto you in proverbs, but I shall shew you plainly of the Father."},{"text":"At that day ye shall ask in my name: and I say not unto you, that I will pray the Father for you:"},{"text":"For the Father himself loveth you, because ye have loved me, and have believed that I came out from God."},{"text":"I came forth from the Father, and am come into the world: again, I leave the world, and go to the Father."},{"text":"His disciples said unto him, Lo, now speakest thou plainly, and speakest no proverb."},{"text":"Now are we sure that thou knowest all things, and needest not that any man should ask thee: by this we believe that thou camest forth from God."},{"text":"Jesus answered them, Do ye now believe?"},{"text":"Behold, the hour cometh, yea, is now come, that ye shall be scattered, every man to his own, and shall leave me alone: and yet I am not alone, because the Father is with me."},{"text":"These things I have spoken unto you, that in me ye might have peace."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"These words spake Jesus, and lifted up his eyes to heaven, and said, Father, the hour is come; glorify thy Son, that thy Son also may glorify thee:"},{"text":"As thou hast given him power over all flesh, that he should give eternal life to as many as thou hast given him."},{"text":"And this is life eternal, that they might know thee the only true God, and Jesus Christ, whom thou hast sent."},{"text":"I have glorified thee on the earth: I have finished the work which thou gavest me to do."},{"text":"And now, O Father, glorify thou me with thine own self with the glory which I had with thee before the world was."},{"text":"I have manifested thy name unto the men which thou gavest me out of the world: thine they were, and thou gavest them me; and they have kept thy word."},{"text":"Now they have known that all things whatsoever thou hast given me are of thee."},{"text":"For I have given unto them the words which thou gavest me; and they have received them, and have known surely that I came out from thee, and they have believed that thou didst send me."},{"text":"I pray for them: I pray not for the world, but for them which thou hast given me; for they are thine."},{"text":"And all mine are thine, and thine are mine; and I am glorified in them."},{"text":"And now I am no more in the world, but these are in the world, and I come to thee. Holy Father, keep through thine own name those whom thou hast given me, that they may be one, as we are."},{"text":"While I was with them in the world, I kept them in thy name: those that thou gavest me I have kept, and none of them is lost, but the son of perdition; that the scripture might be fulfilled."},{"text":"And now come I to thee; and these things I speak in the world, that they might have my joy fulfilled in themselves."},{"text":"I have given them thy word; and the world hath hated them, because they are not of the world, even as I am not of the world."},{"text":"I pray not that thou shouldest take them out of the world, but that thou shouldest keep them from the evil."},{"text":"They are not of the world, even as I am not of the world."},{"text":"Sanctify them through thy truth: thy word is truth."},{"text":"As thou hast sent me into the world, even so have I also sent them into the world."},{"text":"And for their sakes I sanctify myself, that they also might be sanctified through the truth."},{"text":"Neither pray I for these alone, but for them also which shall believe on me through their word;"},{"text":"That they all may be one; as thou, Father, art in me, and I in thee, that they also may be one in us: that the world may believe that thou hast sent me."},{"text":"And the glory which thou gavest me I have given them; that they may be one, even as we are one:"},{"text":"I in them, and thou in me, that they may be made perfect in one; and that the world may know that thou hast sent me, and hast loved them, as thou hast loved me."},{"text":"Father, I will that they also, whom thou hast given me, be with me where I am; that they may behold my glory, which thou hast given me: for thou lovedst me before the foundation of the world."},{"text":"O righteous Father, the world hath not known thee: but I have known thee, and these have known that thou hast sent me."},{"text":"And I have declared unto them thy name, and will declare it: that the love wherewith thou hast loved me may be in them, and I in them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"When Jesus had spoken these words, he went forth with his disciples over the brook Cedron, where was a garden, into the which he entered, and his disciples."},{"text":"And Judas also, which betrayed him, knew the place: for Jesus ofttimes resorted thither with his disciples."},{"text":"Judas then, having received a band of men and officers from the chief priests and Pharisees, cometh thither with lanterns and torches and weapons."},{"text":"Jesus therefore, knowing all things that should come upon him, went forth, and said unto them, Whom seek ye?"},{"text":"They answered him, Jesus of Nazareth. Jesus saith unto them, I am he."},{"text":"As soon then as he had said unto them, I am he, they went backward, and fell to the ground."},{"text":"Then asked he them again, Whom seek ye? And they said, Jesus of Nazareth."},{"text":"Jesus answered, I have told you that I am he: if therefore ye seek me, let these go their way:"},{"text":"That the saying might be fulfilled, which he spake, Of them which thou gavest me have I lost none."},{"text":"Then Simon Peter having a sword drew it, and smote the high priest's servant, and cut off his right ear. The servant's name was Malchus."},{"text":"Then said Jesus unto Peter, Put up thy sword into the sheath: the cup which my Father hath given me, shall I not drink it?"},{"text":"Then the band and the captain and officers of the Jews took Jesus, and bound him,"},{"text":"And led him away to Annas first; for he was father in law to Caiaphas, which was the high priest that same year."},{"text":"Now Caiaphas was he, which gave counsel to the Jews, that it was expedient that one man should die for the people."},{"text":"And Simon Peter followed Jesus, and so did another disciple: that disciple was known unto the high priest, and went in with Jesus into the palace of the high priest."},{"text":"But Peter stood at the door without. Then went out that other disciple, which was known unto the high priest, and spake unto her that kept the door, and brought in Peter."},{"text":"Then saith the damsel that kept the door unto Peter, Art not thou also one of this man's disciples? He saith, I am not."},{"text":"And the servants and officers stood there, who had made a fire of coals; for it was cold: and they warmed themselves: and Peter stood with them, and warmed himself."},{"text":"The high priest then asked Jesus of his disciples, and of his doctrine."},{"text":"Jesus answered him, I spake openly to the world; I ever taught in the synagogue, and in the temple, whither the Jews always resort; and in secret have I said nothing."},{"text":"Why askest thou me? ask them which heard me, what I have said unto them: behold, they know what I said."},{"text":"And when he had thus spoken, one of the officers which stood by struck Jesus with the palm of his hand, saying, Answerest thou the high priest so?"},{"text":"Jesus answered him, If I have spoken evil, bear witness of the evil: but if well, why smitest thou me?"},{"text":"Now Annas had sent him bound unto Caiaphas the high priest."},{"text":"And Simon Peter stood and warmed himself. They said therefore unto him, Art not thou also one of his disciples? He denied it, and said, I am not."},{"text":"One of the servants of the high priest, being his kinsman whose ear Peter cut off, saith, Did not I see thee in the garden with him?"},{"text":"Peter then denied again: and immediately the cock crew."},{"text":"Then led they Jesus from Caiaphas unto the hall of judgment: and it was early; and they themselves went not into the judgment hall, lest they should be defiled; but that they might eat the passover."},{"text":"Pilate then went out unto them, and said, What accusation bring ye against this man?"},{"text":"They answered and said unto him, If he were not a malefactor, we would not have delivered him up unto thee."},{"text":"Then said Pilate unto them, Take ye him, and judge him according to your law. The Jews therefore said unto him, It is not lawful for us to put any man to death:"},{"text":"That the saying of Jesus might be fulfilled, which he spake, signifying what death he should die."},{"text":"Then Pilate entered into the judgment hall again, and called Jesus, and said unto him, Art thou the King of the Jews?"},{"text":"Jesus answered him, Sayest thou this thing of thyself, or did others tell it thee of me?"},{"text":"Pilate answered, Am I a Jew? Thine own nation and the chief priests have delivered thee unto me: what hast thou done?"},{"text":"Jesus answered, My kingdom is not of this world: if my kingdom were of this world, then would my servants fight, that I should not be delivered to the Jews: but now is my kingdom not from hence."},{"text":"Pilate therefore said unto him, Art thou a king then? Jesus answered, Thou sayest that I am a king. To this end was I born, and for this cause came I into the world, that I should bear witness unto the truth. Every one that is of the truth heareth my voice."},{"text":"Pilate saith unto him, What is truth? And when he had said this, he went out again unto the Jews, and saith unto them, I find in him no fault at all."},{"text":"But ye have a custom, that I should release unto you one at the passover: will ye therefore that I release unto you the King of the Jews?"},{"text":"Then cried they all again, saying, Not this man, but Barabbas. Now Barabbas was a robber."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"Then Pilate therefore took Jesus, and scourged him."},{"text":"And the soldiers platted a crown of thorns, and put it on his head, and they put on him a purple robe,"},{"text":"And said, Hail, King of the Jews! and they smote him with their hands."},{"text":"Pilate therefore went forth again, and saith unto them, Behold, I bring him forth to you, that ye may know that I find no fault in him."},{"text":"Then came Jesus forth, wearing the crown of thorns, and the purple robe. And Pilate saith unto them, Behold the man!"},{"text":"When the chief priests therefore and officers saw him, they cried out, saying, Crucify him, crucify him. Pilate saith unto them, Take ye him, and crucify him: for I find no fault in him."},{"text":"The Jews answered him, We have a law, and by our law he ought to die, because he made himself the Son of God."},{"text":"When Pilate therefore heard that saying, he was the more afraid;"},{"text":"And went again into the judgment hall, and saith unto Jesus, Whence art thou? But Jesus gave him no answer."},{"text":"Then saith Pilate unto him, Speakest thou not unto me? knowest thou not that I have power to crucify thee, and have power to release thee?"},{"text":"Jesus answered, Thou couldest have no power at all against me, except it were given thee from above: therefore he that delivered me unto thee hath the greater sin."},{"text":"And from thenceforth Pilate sought to release him: but the Jews cried out, saying, If thou let this man go, thou art not Caesar's friend: whosoever maketh himself a king speaketh against Caesar."},{"text":"When Pilate therefore heard that saying, he brought Jesus forth, and sat down in the judgment seat in a place that is called the Pavement, but in the Hebrew, Gabbatha."},{"text":"And it was the preparation of the passover, and about the sixth hour: and he saith unto the Jews, Behold your King!"},{"text":"But they cried out, Away with him, away with him, crucify him."},{"text":"Then delivered he him therefore unto them to be crucified. And they took Jesus, and led him away."},{"text":"And he bearing his cross went forth into a place called the place of a skull, which is called in the Hebrew Golgotha:"},{"text":"Where they crucified him, and two other with him, on either side one, and Jesus in the midst."},{"text":"And Pilate wrote a title, and put it on the cross. And the writing was JESUS OF NAZARETH THE KING OF THE JEWS."},{"text":"This title then read many of the Jews: for the place where Jesus was crucified was nigh to the city: and it was written in Hebrew, and Greek, and Latin."},{"text":"Then said the chief priests of the Jews to Pilate, Write not, The King of the Jews; but that he said, I am King of the Jews."},{"text":"Pilate answered, What I have written I have written."},{"text":"Then the soldiers, when they had crucified Jesus, took his garments, and made four parts, to every soldier a part; and also his coat: now the coat was without seam, woven from the top throughout."},{"text":"They said therefore among themselves, Let us not rend it, but cast lots for it, whose it shall be: that the scripture might be fulfilled, which saith, They parted my raiment among them, and for my vesture they did cast lots. These things therefore the soldiers did."},{"text":"Now there stood by the cross of Jesus his mother, and his mother's sister, Mary the wife of Cleophas, and Mary Magdalene."},{"text":"When Jesus therefore saw his mother, and the disciple standing by, whom he loved, he saith unto his mother, Woman, behold thy son!"},{"text":"Then saith he to the disciple, Behold thy mother! And from that hour that disciple took her unto his own home."},{"text":"After this, Jesus knowing that all things were now accomplished, that the scripture might be fulfilled, saith, I thirst."},{"text":"Now there was set a vessel full of vinegar: and they filled a spunge with vinegar, and put it upon hyssop, and put it to his mouth."},{"text":"When Jesus therefore had received the vinegar, he said, It is finished: and he bowed his head, and gave up the ghost."},{"text":"The Jews therefore, because it was the preparation, that the bodies should not remain upon the cross on the sabbath day, (for that sabbath day was an high day,) besought Pilate that their legs might be broken, and that they might be taken away."},{"text":"Then came the soldiers, and brake the legs of the first, and of the other which was crucified with him."},{"text":"But when they came to Jesus, and saw that he was dead already, they brake not his legs:"},{"text":"But one of the soldiers with a spear pierced his side, and forthwith came there out blood and water."},{"text":"And he that saw it bare record, and his record is true: and he knoweth that he saith true, that ye might believe."},{"text":"For these things were done, that the scripture should be fulfilled, A bone of him shall not be broken."},{"text":"And again another scripture saith, They shall look on him whom they pierced."},{"text":"And after this Joseph of Arimathaea, being a disciple of Jesus, but secretly for fear of the Jews, besought Pilate that he might take away the body of Jesus: and Pilate gave him leave. He came therefore, and took the body of Jesus."},{"text":"And there came also Nicodemus, which at the first came to Jesus by night, and brought a mixture of myrrh and aloes, about an hundred pound weight."},{"text":"Then took they the body of Jesus, and wound it in linen clothes with the spices, as the manner of the Jews is to bury."},{"text":"Now in the place where he was crucified there was a garden; and in the garden a new sepulchre, wherein was never man yet laid."},{"text":"There laid they Jesus therefore because of the Jews' preparation day; for the sepulchre was nigh at hand."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And the third day there was a marriage in Cana of Galilee; and the mother of Jesus was there:"},{"text":"And both Jesus was called, and his disciples, to the marriage."},{"text":"And when they wanted wine, the mother of Jesus saith unto him, They have no wine."},{"text":"Jesus saith unto her, Woman, what have I to do with thee? mine hour is not yet come."},{"text":"His mother saith unto the servants, Whatsoever he saith unto you, do it."},{"text":"And there were set there six waterpots of stone, after the manner of the purifying of the Jews, containing two or three firkins apiece."},{"text":"Jesus saith unto them, Fill the waterpots with water. And they filled them up to the brim."},{"text":"And he saith unto them, Draw out now, and bear unto the governor of the feast. And they bare it."},{"text":"When the ruler of the feast had tasted the water that was made wine, and knew not whence it was: (but the servants which drew the water knew;) the governor of the feast called the bridegroom,"},{"text":"And saith unto him, Every man at the beginning doth set forth good wine; and when men have well drunk, then that which is worse: but thou hast kept the good wine until now."},{"text":"This beginning of miracles did Jesus in Cana of Galilee, and manifested forth his glory; and his disciples believed on him."},{"text":"After this he went down to Capernaum, he, and his mother, and his brethren, and his disciples: and they continued there not many days."},{"text":"And the Jews' passover was at hand, and Jesus went up to Jerusalem."},{"text":"And found in the temple those that sold oxen and sheep and doves, and the changers of money sitting:"},{"text":"And when he had made a scourge of small cords, he drove them all out of the temple, and the sheep, and the oxen; and poured out the changers' money, and overthrew the tables;"},{"text":"And said unto them that sold doves, Take these things hence; make not my Father's house an house of merchandise."},{"text":"And his disciples remembered that it was written, The zeal of thine house hath eaten me up."},{"text":"Then answered the Jews and said unto him, What sign shewest thou unto us, seeing that thou doest these things?"},{"text":"Jesus answered and said unto them, Destroy this temple, and in three days I will raise it up."},{"text":"Then said the Jews, Forty and six years was this temple in building, and wilt thou rear it up in three days?"},{"text":"But he spake of the temple of his body."},{"text":"When therefore he was risen from the dead, his disciples remembered that he had said this unto them; and they believed the scripture, and the word which Jesus had said."},{"text":"Now when he was in Jerusalem at the passover, in the feast day, many believed in his name, when they saw the miracles which he did."},{"text":"But Jesus did not commit himself unto them, because he knew all men,"},{"text":"And needed not that any should testify of man: for he knew what was in man."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"The first day of the week cometh Mary Magdalene early, when it was yet dark, unto the sepulchre, and seeth the stone taken away from the sepulchre."},{"text":"Then she runneth, and cometh to Simon Peter, and to the other disciple, whom Jesus loved, and saith unto them, They have taken away the LORD out of the sepulchre, and we know not where they have laid him."},{"text":"Peter therefore went forth, and that other disciple, and came to the sepulchre."},{"text":"So they ran both together: and the other disciple did outrun Peter, and came first to the sepulchre."},{"text":"And he stooping down, and looking in, saw the linen clothes lying; yet went he not in."},{"text":"Then cometh Simon Peter following him, and went into the sepulchre, and seeth the linen clothes lie,"},{"text":"And the napkin, that was about his head, not lying with the linen clothes, but wrapped together in a place by itself."},{"text":"Then went in also that other disciple, which came first to the sepulchre, and he saw, and believed."},{"text":"For as yet they knew not the scripture, that he must rise again from the dead."},{"text":"Then the disciples went away again unto their own home."},{"text":"But Mary stood without at the sepulchre weeping: and as she wept, she stooped down, and looked into the sepulchre,"},{"text":"And seeth two angels in white sitting, the one at the head, and the other at the feet, where the body of Jesus had lain."},{"text":"And they say unto her, Woman, why weepest thou? She saith unto them, Because they have taken away my LORD, and I know not where they have laid him."},{"text":"And when she had thus said, she turned herself back, and saw Jesus standing, and knew not that it was Jesus."},{"text":"Jesus saith unto her, Woman, why weepest thou? whom seekest thou? She, supposing him to be the gardener, saith unto him, Sir, if thou have borne him hence, tell me where thou hast laid him, and I will take him away."},{"text":"Jesus saith unto her, Mary. She turned herself, and saith unto him, Rabboni; which is to say, Master."},{"text":"Jesus saith unto her, Touch me not; for I am not yet ascended to my Father: but go to my brethren, and say unto them, I ascend unto my Father, and your Father; and to my God, and your God."},{"text":"Mary Magdalene came and told the disciples that she had seen the LORD, and that he had spoken these things unto her."},{"text":"Then the same day at evening, being the first day of the week, when the doors were shut where the disciples were assembled for fear of the Jews, came Jesus and stood in the midst, and saith unto them, Peace be unto you."},{"text":"And when he had so said, he shewed unto them his hands and his side."},{"text":"Then said Jesus to them again, Peace be unto you: as my Father hath sent me, even so send I you."},{"text":"And when he had said this, he breathed on them, and saith unto them, Receive ye the Holy Ghost:"},{"text":"Whose soever sins ye remit, they are remitted unto them; and whose soever sins ye retain, they are retained."},{"text":"But Thomas, one of the twelve, called Didymus, was not with them when Jesus came."},{"text":"The other disciples therefore said unto him, We have seen the LORD."},{"text":"And after eight days again his disciples were within, and Thomas with them: then came Jesus, the doors being shut, and stood in the midst, and said, Peace be unto you."},{"text":"Then saith he to Thomas, Reach hither thy finger, and behold my hands; and reach hither thy hand, and thrust it into my side: and be not faithless, but believing."},{"text":"And Thomas answered and said unto him, My LORD and my God."},{"text":"Jesus saith unto him, Thomas, because thou hast seen me, thou hast believed: blessed are they that have not seen, and yet have believed."},{"text":"And many other signs truly did Jesus in the presence of his disciples, which are not written in this book:"},{"text":"But these are written, that ye might believe that Jesus is the Christ, the Son of God; and that believing ye might have life through his name."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"After these things Jesus shewed himself again to the disciples at the sea of Tiberias; and on this wise shewed he himself."},{"text":"There were together Simon Peter, and Thomas called Didymus, and Nathanael of Cana in Galilee, and the sons of Zebedee, and two other of his disciples."},{"text":"Simon Peter saith unto them, I go a fishing. They say unto him, We also go with thee. They went forth, and entered into a ship immediately; and that night they caught nothing."},{"text":"But when the morning was now come, Jesus stood on the shore: but the disciples knew not that it was Jesus."},{"text":"Then Jesus saith unto them, Children, have ye any meat? They answered him, No."},{"text":"And he said unto them, Cast the net on the right side of the ship, and ye shall find. They cast therefore, and now they were not able to draw it for the multitude of fishes."},{"text":"Therefore that disciple whom Jesus loved saith unto Peter, It is the Lord. Now when Simon Peter heard that it was the Lord, he girt his fisher's coat unto him, (for he was naked,) and did cast himself into the sea."},{"text":"And the other disciples came in a little ship; (for they were not far from land, but as it were two hundred cubits,) dragging the net with fishes."},{"text":"As soon then as they were come to land, they saw a fire of coals there, and fish laid thereon, and bread."},{"text":"Jesus saith unto them, Bring of the fish which ye have now caught."},{"text":"Simon Peter went up, and drew the net to land full of great fishes, an hundred and fifty and three: and for all there were so many, yet was not the net broken."},{"text":"Jesus saith unto them, Come and dine. And none of the disciples durst ask him, Who art thou? knowing that it was the Lord."},{"text":"Jesus then cometh, and taketh bread, and giveth them, and fish likewise."},{"text":"This is now the third time that Jesus shewed himself to his disciples, after that he was risen from the dead."},{"text":"So when they had dined, Jesus saith to Simon Peter, Simon, son of Jonas, lovest thou me more than these? He saith unto him, Yea, Lord; thou knowest that I love thee. He saith unto him, Feed my lambs."},{"text":"He saith to him again the second time, Simon, son of Jonas, lovest thou me? He saith unto him, Yea, Lord; thou knowest that I love thee. He saith unto him, Feed my sheep."},{"text":"He saith unto him the third time, Simon, son of Jonas, lovest thou me? Peter was grieved because he said unto him the third time, Lovest thou me? And he said unto him, Lord, thou knowest all things; thou knowest that I love thee. Jesus saith unto him, Feed my sheep."},{"text":"Verily, verily, I say unto thee, When thou wast young, thou girdest thyself, and walkedst whither thou wouldest: but when thou shalt be old, thou shalt stretch forth thy hands, and another shall gird thee, and carry thee whither thou wouldest not."},{"text":"This spake he, signifying by what death he should glorify God. And when he had spoken this, he saith unto him, Follow me."},{"text":"Then Peter, turning about, seeth the disciple whom Jesus loved following; which also leaned on his breast at supper, and said, Lord, which is he that betrayeth thee?"},{"text":"Peter seeing him saith to Jesus, Lord, and what shall this man do?"},{"text":"Jesus saith unto him, If I will that he tarry till I come, what is that to thee? follow thou me."},{"text":"Then went this saying abroad among the brethren, that that disciple should not die: yet Jesus said not unto him, He shall not die; but, If I will that he tarry till I come, what is that to thee?"},{"text":"This is the disciple which testifieth of these things, and wrote these things: and we know that his testimony is true."},{"text":"And there are also many other things which Jesus did, the which, if they should be written every one, I suppose that even the world itself could not contain the books that should be written. Amen."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"There was a man of the Pharisees, named Nicodemus, a ruler of the Jews:"},{"text":"The same came to Jesus by night, and said unto him, Rabbi, we know that thou art a teacher come from God: for no man can do these miracles that thou doest, except God be with him."},{"text":"Jesus answered and said unto him, Verily, verily, I say unto thee, Except a man be born again, he cannot see the kingdom of God."},{"text":"Nicodemus saith unto him, How can a man be born when he is old? can he enter the second time into his mother's womb, and be born?"},{"text":"Jesus answered, Verily, verily, I say unto thee, Except a man be born of water and of the Spirit, he cannot enter into the kingdom of God."},{"text":"That which is born of the flesh is flesh; and that which is born of the Spirit is spirit."},{"text":"Marvel not that I said unto thee, Ye must be born again."},{"text":"The wind bloweth where it listeth, and thou hearest the sound thereof, but canst not tell whence it cometh, and whither it goeth: so is every one that is born of the Spirit."},{"text":"Nicodemus answered and said unto him, How can these things be?"},{"text":"Jesus answered and said unto him, Art thou a master of Israel, and knowest not these things?"},{"text":"Verily, verily, I say unto thee, We speak that we do know, and testify that we have seen; and ye receive not our witness."},{"text":"If I have told you earthly things, and ye believe not, how shall ye believe, if I tell you of heavenly things?"},{"text":"And no man hath ascended up to heaven, but he that came down from heaven, even the Son of man which is in heaven."},{"text":"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up:"},{"text":"That whosoever believeth in him should not perish, but have eternal life."},{"text":"For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life."},{"text":"For God sent not his Son into the world to condemn the world; but that the world through him might be saved."},{"text":"He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God."},{"text":"And this is the condemnation, that light is come into the world, and men loved darkness rather than light, because their deeds were evil."},{"text":"For every one that doeth evil hateth the light, neither cometh to the light, lest his deeds should be reproved."},{"text":"But he that doeth truth cometh to the light, that his deeds may be made manifest, that they are wrought in God."},{"text":"After these things came Jesus and his disciples into the land of Judaea; and there he tarried with them, and baptized."},{"text":"And John also was baptizing in Aenon near to Salim, because there was much water there: and they came, and were baptized."},{"text":"For John was not yet cast into prison."},{"text":"Then there arose a question between some of John's disciples and the Jews about purifying."},{"text":"And they came unto John, and said unto him, Rabbi, he that was with thee beyond Jordan, to whom thou barest witness, behold, the same baptizeth, and all men come to him."},{"text":"John answered and said, A man can receive nothing, except it be given him from heaven."},{"text":"Ye yourselves bear me witness, that I said, I am not the Christ, but that I am sent before him."},{"text":"He that hath the bride is the bridegroom: but the friend of the bridegroom, which standeth and heareth him, rejoiceth greatly because of the bridegroom's voice: this my joy therefore is fulfilled."},{"text":"He must increase, but I must decrease."},{"text":"He that cometh from above is above all: he that is of the earth is earthly, and speaketh of the earth: he that cometh from heaven is above all."},{"text":"And what he hath seen and heard, that he testifieth; and no man receiveth his testimony."},{"text":"He that hath received his testimony hath set to his seal that God is true."},{"text":"For he whom God hath sent speaketh the words of God: for God giveth not the Spirit by measure unto him."},{"text":"The Father loveth the Son, and hath given all things into his hand."},{"text":"He that believeth on the Son hath everlasting life: and he that believeth not the Son shall not see life; but the wrath of God abideth on him."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"When therefore the LORD knew how the Pharisees had heard that Jesus made and baptized more disciples than John,"},{"text":"(Though Jesus himself baptized not, but his disciples,)"},{"text":"He left Judaea, and departed again into Galilee."},{"text":"And he must needs go through Samaria."},{"text":"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph."},{"text":"Now Jacob's well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour."},{"text":"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink."},{"text":"(For his disciples were gone away unto the city to buy meat.)"},{"text":"Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans."},{"text":"Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water."},{"text":"The woman saith unto him, Sir, thou hast nothing to draw with, and the well is deep: from whence then hast thou that living water?"},{"text":"Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle?"},{"text":"Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again:"},{"text":"But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life."},{"text":"The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw."},{"text":"Jesus saith unto her, Go, call thy husband, and come hither."},{"text":"The woman answered and said, I have no husband. Jesus said unto her, Thou hast well said, I have no husband:"},{"text":"For thou hast had five husbands; and he whom thou now hast is not thy husband: in that saidst thou truly."},{"text":"The woman saith unto him, Sir, I perceive that thou art a prophet."},{"text":"Our fathers worshipped in this mountain; and ye say, that in Jerusalem is the place where men ought to worship."},{"text":"Jesus saith unto her, Woman, believe me, the hour cometh, when ye shall neither in this mountain, nor yet at Jerusalem, worship the Father."},{"text":"Ye worship ye know not what: we know what we worship: for salvation is of the Jews."},{"text":"But the hour cometh, and now is, when the true worshippers shall worship the Father in spirit and in truth: for the Father seeketh such to worship him."},{"text":"God is a Spirit: and they that worship him must worship him in spirit and in truth."},{"text":"The woman saith unto him, I know that Messias cometh, which is called Christ: when he is come, he will tell us all things."},{"text":"Jesus saith unto her, I that speak unto thee am he."},{"text":"And upon this came his disciples, and marvelled that he talked with the woman: yet no man said, What seekest thou? or, Why talkest thou with her?"},{"text":"The woman then left her waterpot, and went her way into the city, and saith to the men,"},{"text":"Come, see a man, which told me all things that ever I did: is not this the Christ?"},{"text":"Then they went out of the city, and came unto him."},{"text":"In the mean while his disciples prayed him, saying, Master, eat."},{"text":"But he said unto them, I have meat to eat that ye know not of."},{"text":"Therefore said the disciples one to another, Hath any man brought him ought to eat?"},{"text":"Jesus saith unto them, My meat is to do the will of him that sent me, and to finish his work."},{"text":"Say not ye, There are yet four months, and then cometh harvest? behold, I say unto you, Lift up your eyes, and look on the fields; for they are white already to harvest."},{"text":"And he that reapeth receiveth wages, and gathereth fruit unto life eternal: that both he that soweth and he that reapeth may rejoice together."},{"text":"And herein is that saying true, One soweth, and another reapeth."},{"text":"I sent you to reap that whereon ye bestowed no labour: other men laboured, and ye are entered into their labours."},{"text":"And many of the Samaritans of that city believed on him for the saying of the woman, which testified, He told me all that ever I did."},{"text":"So when the Samaritans were come unto him, they besought him that he would tarry with them: and he abode there two days."},{"text":"And many more believed because of his own word;"},{"text":"And said unto the woman, Now we believe, not because of thy saying: for we have heard him ourselves, and know that this is indeed the Christ, the Saviour of the world."},{"text":"Now after two days he departed thence, and went into Galilee."},{"text":"For Jesus himself testified, that a prophet hath no honour in his own country."},{"text":"Then when he was come into Galilee, the Galilaeans received him, having seen all the things that he did at Jerusalem at the feast: for they also went unto the feast."},{"text":"So Jesus came again into Cana of Galilee, where he made the water wine. And there was a certain nobleman, whose son was sick at Capernaum."},{"text":"When he heard that Jesus was come out of Judaea into Galilee, he went unto him, and besought him that he would come down, and heal his son: for he was at the point of death."},{"text":"Then said Jesus unto him, Except ye see signs and wonders, ye will not believe."},{"text":"The nobleman saith unto him, Sir, come down ere my child die."},{"text":"Jesus saith unto him, Go thy way; thy son liveth. And the man believed the word that Jesus had spoken unto him, and he went his way."},{"text":"And as he was now going down, his servants met him, and told him, saying, Thy son liveth."},{"text":"Then enquired he of them the hour when he began to amend. And they said unto him, Yesterday at the seventh hour the fever left him."},{"text":"So the father knew that it was at the same hour, in the which Jesus said unto him, Thy son liveth: and himself believed, and his whole house."},{"text":"This is again the second miracle that Jesus did, when he was come out of Judaea into Galilee."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":5,"verses":[{"text":"After this there was a feast of the Jews; and Jesus went up to Jerusalem."},{"text":"Now there is at Jerusalem by the sheep market a pool, which is called in the Hebrew tongue Bethesda, having five porches."},{"text":"In these lay a great multitude of impotent folk, of blind, halt, withered, waiting for the moving of the water."},{"text":"For an angel went down at a certain season into the pool, and troubled the water: whosoever then first after the troubling of the water stepped in was made whole of whatsoever disease he had."},{"text":"And a certain man was there, which had an infirmity thirty and eight years."},{"text":"When Jesus saw him lie, and knew that he had been now a long time in that case, he saith unto him, Wilt thou be made whole?"},{"text":"The impotent man answered him, Sir, I have no man, when the water is troubled, to put me into the pool: but while I am coming, another steppeth down before me."},{"text":"Jesus saith unto him, Rise, take up thy bed, and walk."},{"text":"And immediately the man was made whole, and took up his bed, and walked: and on the same day was the sabbath."},{"text":"The Jews therefore said unto him that was cured, It is the sabbath day: it is not lawful for thee to carry thy bed."},{"text":"He answered them, He that made me whole, the same said unto me, Take up thy bed, and walk."},{"text":"Then asked they him, What man is that which said unto thee, Take up thy bed, and walk?"},{"text":"And he that was healed wist not who it was: for Jesus had conveyed himself away, a multitude being in that place."},{"text":"Afterward Jesus findeth him in the temple, and said unto him, Behold, thou art made whole: sin no more, lest a worse thing come unto thee."},{"text":"The man departed, and told the Jews that it was Jesus, which had made him whole."},{"text":"And therefore did the Jews persecute Jesus, and sought to slay him, because he had done these things on the sabbath day."},{"text":"But Jesus answered them, My Father worketh hitherto, and I work."},{"text":"Therefore the Jews sought the more to kill him, because he not only had broken the sabbath, but said also that God was his Father, making himself equal with God."},{"text":"Then answered Jesus and said unto them, Verily, verily, I say unto you, The Son can do nothing of himself, but what he seeth the Father do: for what things soever he doeth, these also doeth the Son likewise."},{"text":"For the Father loveth the Son, and sheweth him all things that himself doeth: and he will shew him greater works than these, that ye may marvel."},{"text":"For as the Father raiseth up the dead, and quickeneth them; even so the Son quickeneth whom he will."},{"text":"For the Father judgeth no man, but hath committed all judgment unto the Son:"},{"text":"That all men should honour the Son, even as they honour the Father."},{"text":"Verily, verily, I say unto you, He that heareth my word, and believeth on him that sent me, hath everlasting life, and shall not come into condemnation; but is passed from death unto life."},{"text":"Verily, verily, I say unto you, The hour is coming, and now is, when the dead shall hear the voice of the Son of God: and they that hear shall live."},{"text":"For as the Father hath life in himself; so hath he given to the Son to have life in himself;"},{"text":"And hath given him authority to execute judgment also, because he is the Son of man."},{"text":"Marvel not at this: for the hour is coming, in the which all that are in the graves shall hear his voice,"},{"text":"And shall come forth; they that have done good, unto the resurrection of life; and they that have done evil, unto the resurrection of damnation."},{"text":"I can of mine own self do nothing: as I hear, I judge: and my judgment is just; because I seek not mine own will, but the will of the Father which hath sent me."},{"text":"If I bear witness of myself, my witness is not true."},{"text":"There is another that beareth witness of me; and I know that the witness which he witnesseth of me is true."},{"text":"Ye sent unto John, and he bare witness unto the truth."},{"text":"But I receive not testimony from man: but these things I say, that ye might be saved."},{"text":"He was a burning and a shining light: and ye were willing for a season to rejoice in his light."},{"text":"But I have greater witness than that of John: for the works which the Father hath given me to finish, the same works that I do, bear witness of me, that the Father hath sent me."},{"text":"And the Father himself, which hath sent me, hath borne witness of me."},{"text":"And ye have not his word abiding in you: for whom he hath sent, him ye believe not."},{"text":"Search the scriptures; for in them ye think ye have eternal life: and they are they which testify of me."},{"text":"And ye will not come to me, that ye might have life."},{"text":"I receive not honour from men."},{"text":"But I know you, that ye have not the love of God in you."},{"text":"I am come in my Father's name, and ye receive me not: if another shall come in his own name, him ye will receive."},{"text":"How can ye believe, which receive honour one of another, and seek not the honour that cometh from God only?"},{"text":"Do not think that I will accuse you to the Father: there is one that accuseth you, even Moses, in whom ye trust."},{"text":"For had ye believed Moses, ye would have believed me; for he wrote of me."},{"text":"But if ye believe not his writings, how shall ye believe my words?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":6,"verses":[{"text":"After these things Jesus went over the sea of Galilee, which is the sea of Tiberias."},{"text":"And a great multitude followed him, because they saw his miracles which he did on them that were diseased."},{"text":"And Jesus went up into a mountain, and there he sat with his disciples."},{"text":"And the passover, a feast of the Jews, was nigh."},{"text":"When Jesus then lifted up his eyes, and saw a great company come unto him, he saith unto Philip, Whence shall we buy bread, that these may eat?"},{"text":"And this he said to prove him: for he himself knew what he would do."},{"text":"Philip answered him, Two hundred pennyworth of bread is not sufficient for them, that every one of them may take a little."},{"text":"One of his disciples, Andrew, Simon Peter's brother, saith unto him,"},{"text":"There is a lad here, which hath five barley loaves, and two small fishes: but what are they among so many?"},{"text":"And Jesus said, Make the men sit down. Now there was much grass in the place. So the men sat down, in number about five thousand."},{"text":"And Jesus took the loaves; and when he had given thanks, he distributed to the disciples, and the disciples to them that were set down; and likewise of the fishes as much as they would."},{"text":"When they were filled, he said unto his disciples, Gather up the fragments that remain, that nothing be lost."},{"text":"Therefore they gathered them together, and filled twelve baskets with the fragments of the five barley loaves, which remained over and above unto them that had eaten."},{"text":"Then those men, when they had seen the miracle that Jesus did, said, This is of a truth that prophet that should come into the world."},{"text":"When Jesus therefore perceived that they would come and take him by force, to make him a king, he departed again into a mountain himself alone."},{"text":"And when even was now come, his disciples went down unto the sea,"},{"text":"And entered into a ship, and went over the sea toward Capernaum. And it was now dark, and Jesus was not come to them."},{"text":"And the sea arose by reason of a great wind that blew."},{"text":"So when they had rowed about five and twenty or thirty furlongs, they see Jesus walking on the sea, and drawing nigh unto the ship: and they were afraid."},{"text":"But he saith unto them, It is I; be not afraid."},{"text":"Then they willingly received him into the ship: and immediately the ship was at the land whither they went."},{"text":"The day following, when the people which stood on the other side of the sea saw that there was none other boat there, save that one whereinto his disciples were entered, and that Jesus went not with his disciples into the boat, but that his disciples were gone away alone;"},{"text":"(Howbeit there came other boats from Tiberias nigh unto the place where they did eat bread, after that the Lord had given thanks:)"},{"text":"When the people therefore saw that Jesus was not there, neither his disciples, they also took shipping, and came to Capernaum, seeking for Jesus."},{"text":"And when they had found him on the other side of the sea, they said unto him, Rabbi, when camest thou hither?"},{"text":"Jesus answered them and said, Verily, verily, I say unto you, Ye seek me, not because ye saw the miracles, but because ye did eat of the loaves, and were filled."},{"text":"Labour not for the meat which perisheth, but for that meat which endureth unto everlasting life, which the Son of man shall give unto you: for him hath God the Father sealed."},{"text":"Then said they unto him, What shall we do, that we might work the works of God?"},{"text":"Jesus answered and said unto them, This is the work of God, that ye believe on him whom he hath sent."},{"text":"They said therefore unto him, What sign shewest thou then, that we may see, and believe thee? what dost thou work?"},{"text":"Our fathers did eat manna in the desert; as it is written, He gave them bread from heaven to eat."},{"text":"Then Jesus said unto them, Verily, verily, I say unto you, Moses gave you not that bread from heaven; but my Father giveth you the true bread from heaven."},{"text":"For the bread of God is he which cometh down from heaven, and giveth life unto the world."},{"text":"Then said they unto him, Lord, evermore give us this bread."},{"text":"And Jesus said unto them, I am the bread of life: he that cometh to me shall never hunger; and he that believeth on me shall never thirst."},{"text":"But I said unto you, That ye also have seen me, and believe not."},{"text":"All that the Father giveth me shall come to me; and him that cometh to me I will in no wise cast out."},{"text":"For I came down from heaven, not to do mine own will, but the will of him that sent me."},{"text":"And this is the Father's will which hath sent me, that of all which he hath given me I should lose nothing, but should raise it up again at the last day."},{"text":"And this is the will of him that sent me, that every one which seeth the Son, and believeth on him, may have everlasting life: and I will raise him up at the last day."},{"text":"The Jews then murmured at him, because he said, I am the bread which came down from heaven."},{"text":"And they said, Is not this Jesus, the son of Joseph, whose father and mother we know? how is it then that he saith, I came down from heaven?"},{"text":"Jesus therefore answered and said unto them, Murmur not among yourselves."},{"text":"No man can come to me, except the Father which hath sent me draw him: and I will raise him up at the last day."},{"text":"It is written in the prophets, And they shall be all taught of God."},{"text":"Not that any man hath seen the Father, save he which is of God, he hath seen the Father."},{"text":"Verily, verily, I say unto you, He that believeth on me hath everlasting life."},{"text":"I am that bread of life."},{"text":"Your fathers did eat manna in the wilderness, and are dead."},{"text":"This is the bread which cometh down from heaven, that a man may eat thereof, and not die."},{"text":"I am the living bread which came down from heaven: if any man eat of this bread, he shall live for ever: and the bread that I will give is my flesh, which I will give for the life of the world."},{"text":"The Jews therefore strove among themselves, saying, How can this man give us his flesh to eat?"},{"text":"Then Jesus said unto them, Verily, verily, I say unto you, Except ye eat the flesh of the Son of man, and drink his blood, ye have no life in you."},{"text":"Whoso eateth my flesh, and drinketh my blood, hath eternal life; and I will raise him up at the last day."},{"text":"For my flesh is meat indeed, and my blood is drink indeed."},{"text":"He that eateth my flesh, and drinketh my blood, dwelleth in me, and I in him."},{"text":"As the living Father hath sent me, and I live by the Father: so he that eateth me, even he shall live by me."},{"text":"This is that bread which came down from heaven: not as your fathers did eat manna, and are dead: he that eateth of this bread shall live for ever."},{"text":"These things said he in the synagogue, as he taught in Capernaum."},{"text":"Many therefore of his disciples, when they had heard this, said, This is an hard saying; who can hear it?"},{"text":"When Jesus knew in himself that his disciples murmured at it, he said unto them, Doth this offend you?"},{"text":"What and if ye shall see the Son of man ascend up where he was before?"},{"text":"It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life."},{"text":"But there are some of you that believe not. For Jesus knew from the beginning who they were that believed not, and who should betray him."},{"text":"And he said, Therefore said I unto you, that no man can come unto me, except it were given unto him of my Father."},{"text":"From that time many of his disciples went back, and walked no more with him."},{"text":"Then said Jesus unto the twelve, Will ye also go away?"},{"text":"Then Simon Peter answered him, Lord, to whom shall we go? thou hast the words of eternal life."},{"text":"And we believe and are sure that thou art that Christ, the Son of the living God."},{"text":"Jesus answered them, Have not I chosen you twelve, and one of you is a devil?"},{"text":"He spake of Judas Iscariot the son of Simon: for he it was that should betray him, being one of the twelve."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":7,"verses":[{"text":"After these things Jesus walked in Galilee: for he would not walk in Jewry, because the Jews sought to kill him."},{"text":"Now the Jew's feast of tabernacles was at hand."},{"text":"His brethren therefore said unto him, Depart hence, and go into Judaea, that thy disciples also may see the works that thou doest."},{"text":"For there is no man that doeth any thing in secret, and he himself seeketh to be known openly. If thou do these things, shew thyself to the world."},{"text":"For neither did his brethren believe in him."},{"text":"Then Jesus said unto them, My time is not yet come: but your time is alway ready."},{"text":"The world cannot hate you; but me it hateth, because I testify of it, that the works thereof are evil."},{"text":"Go ye up unto this feast: I go not up yet unto this feast: for my time is not yet full come."},{"text":"When he had said these words unto them, he abode still in Galilee."},{"text":"But when his brethren were gone up, then went he also up unto the feast, not openly, but as it were in secret."},{"text":"Then the Jews sought him at the feast, and said, Where is he?"},{"text":"And there was much murmuring among the people concerning him: for some said, He is a good man: others said, Nay; but he deceiveth the people."},{"text":"Howbeit no man spake openly of him for fear of the Jews."},{"text":"Now about the midst of the feast Jesus went up into the temple, and taught."},{"text":"And the Jews marvelled, saying, How knoweth this man letters, having never learned?"},{"text":"Jesus answered them, and said, My doctrine is not mine, but his that sent me."},{"text":"If any man will do his will, he shall know of the doctrine, whether it be of God, or whether I speak of myself."},{"text":"He that speaketh of himself seeketh his own glory: but he that seeketh his glory that sent him, the same is true, and no unrighteousness is in him."},{"text":"Did not Moses give you the law, and yet none of you keepeth the law? Why go ye about to kill me?"},{"text":"The people answered and said, Thou hast a devil: who goeth about to kill thee?"},{"text":"Jesus answered and said unto them, I have done one work, and ye all marvel."},{"text":"Moses therefore gave unto you circumcision; (not because it is of Moses, but of the fathers;) and ye on the sabbath day circumcise a man."},{"text":"If a man on the sabbath day receive circumcision, that the law of Moses should not be broken; are ye angry at me, because I have made a man every whit whole on the sabbath day?"},{"text":"Judge not according to the appearance, but judge righteous judgment."},{"text":"Then said some of them of Jerusalem, Is not this he, whom they seek to kill?"},{"text":"But, lo, he speaketh boldly, and they say nothing unto him. Do the rulers know indeed that this is the very Christ?"},{"text":"Howbeit we know this man whence he is: but when Christ cometh, no man knoweth whence he is."},{"text":"Then cried Jesus in the temple as he taught, saying, Ye both know me, and ye know whence I am: and I am not come of myself, but he that sent me is true, whom ye know not."},{"text":"But I know him: for I am from him, and he hath sent me."},{"text":"Then they sought to take him: but no man laid hands on him, because his hour was not yet come."},{"text":"And many of the people believed on him, and said, When Christ cometh, will he do more miracles than these which this man hath done?"},{"text":"The Pharisees heard that the people murmured such things concerning him; and the Pharisees and the chief priests sent officers to take him."},{"text":"Then said Jesus unto them, Yet a little while am I with you, and then I go unto him that sent me."},{"text":"Ye shall seek me, and shall not find me: and where I am, thither ye cannot come."},{"text":"Then said the Jews among themselves, Whither will he go, that we shall not find him? will he go unto the dispersed among the Gentiles, and teach the Gentiles?"},{"text":"What manner of saying is this that he said, Ye shall seek me, and shall not find me: and where I am, thither ye cannot come?"},{"text":"In the last day, that great day of the feast, Jesus stood and cried, saying, If any man thirst, let him come unto me, and drink."},{"text":"He that believeth on me, as the scripture hath said, out of his belly shall flow rivers of living water."},{"text":"(But this spake he of the Spirit, which they that believe on him should receive: for the Holy Ghost was not yet given; because that Jesus was not yet glorified.)"},{"text":"Many of the people therefore, when they heard this saying, said, Of a truth this is the Prophet."},{"text":"Others said, This is the Christ. But some said, Shall Christ come out of Galilee?"},{"text":"Hath not the scripture said, That Christ cometh of the seed of David, and out of the town of Bethlehem, where David was?"},{"text":"So there was a division among the people because of him."},{"text":"And some of them would have taken him; but no man laid hands on him."},{"text":"Then came the officers to the chief priests and Pharisees; and they said unto them, Why have ye not brought him?"},{"text":"The officers answered, Never man spake like this man."},{"text":"Then answered them the Pharisees, Are ye also deceived?"},{"text":"Have any of the rulers or of the Pharisees believed on him?"},{"text":"But this people who knoweth not the law are cursed."},{"text":"Nicodemus saith unto them, (he that came to Jesus by night, being one of them,)"},{"text":"Doth our law judge any man, before it hear him, and know what he doeth?"},{"text":"They answered and said unto him, Art thou also of Galilee? Search, and look: for out of Galilee ariseth no prophet."},{"text":"And every man went unto his own house."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":8,"verses":[{"text":"Jesus went unto the mount of Olives."},{"text":"And early in the morning he came again into the temple, and all the people came unto him; and he sat down, and taught them."},{"text":"And the scribes and Pharisees brought unto him a woman taken in adultery; and when they had set her in the midst,"},{"text":"They say unto him, Master, this woman was taken in adultery, in the very act."},{"text":"Now Moses in the law commanded us, that such should be stoned: but what sayest thou?"},{"text":"This they said, tempting him, that they might have to accuse him. But Jesus stooped down, and with his finger wrote on the ground, as though he heard them not."},{"text":"So when they continued asking him, he lifted up himself, and said unto them, He that is without sin among you, let him first cast a stone at her."},{"text":"And again he stooped down, and wrote on the ground."},{"text":"And they which heard it, being convicted by their own conscience, went out one by one, beginning at the eldest, even unto the last: and Jesus was left alone, and the woman standing in the midst."},{"text":"When Jesus had lifted up himself, and saw none but the woman, he said unto her, Woman, where are those thine accusers? hath no man condemned thee?"},{"text":"She said, No man, Lord. And Jesus said unto her, Neither do I condemn thee: go, and sin no more."},{"text":"Then spake Jesus again unto them, saying, I am the light of the world: he that followeth me shall not walk in darkness, but shall have the light of life."},{"text":"The Pharisees therefore said unto him, Thou bearest record of thyself; thy record is not true."},{"text":"Jesus answered and said unto them, Though I bear record of myself, yet my record is true: for I know whence I came, and whither I go; but ye cannot tell whence I come, and whither I go."},{"text":"Ye judge after the flesh; I judge no man."},{"text":"And yet if I judge, my judgment is true: for I am not alone, but I and the Father that sent me."},{"text":"It is also written in your law, that the testimony of two men is true."},{"text":"I am one that bear witness of myself, and the Father that sent me beareth witness of me."},{"text":"Then said they unto him, Where is thy Father? Jesus answered, Ye neither know me, nor my Father: if ye had known me, ye should have known my Father also."},{"text":"These words spake Jesus in the treasury, as he taught in the temple: and no man laid hands on him; for his hour was not yet come."},{"text":"Then said Jesus again unto them, I go my way, and ye shall seek me, and shall die in your sins: whither I go, ye cannot come."},{"text":"Then said the Jews, Will he kill himself? because he saith, Whither I go, ye cannot come."},{"text":"And he said unto them, Ye are from beneath; I am from above: ye are of this world; I am not of this world."},{"text":"I said therefore unto you, that ye shall die in your sins: for if ye believe not that I am he, ye shall die in your sins."},{"text":"Then said they unto him, Who art thou? And Jesus saith unto them, Even the same that I said unto you from the beginning."},{"text":"I have many things to say and to judge of you: but he that sent me is true; and I speak to the world those things which I have heard of him."},{"text":"They understood not that he spake to them of the Father."},{"text":"Then said Jesus unto them, When ye have lifted up the Son of man, then shall ye know that I am he, and that I do nothing of myself; but as my Father hath taught me, I speak these things."},{"text":"And he that sent me is with me: the Father hath not left me alone; for I do always those things that please him."},{"text":"As he spake these words, many believed on him."},{"text":"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;"},{"text":"And ye shall know the truth, and the truth shall make you free."},{"text":"They answered him, We be Abraham's seed, and were never in bondage to any man: how sayest thou, Ye shall be made free?"},{"text":"Jesus answered them, Verily, verily, I say unto you, Whosoever committeth sin is the servant of sin."},{"text":"And the servant abideth not in the house for ever: but the Son abideth ever."},{"text":"If the Son therefore shall make you free, ye shall be free indeed."},{"text":"I know that ye are Abraham's seed; but ye seek to kill me, because my word hath no place in you."},{"text":"I speak that which I have seen with my Father: and ye do that which ye have seen with your father."},{"text":"They answered and said unto him, Abraham is our father. Jesus saith unto them, If ye were Abraham's children, ye would do the works of Abraham."},{"text":"But now ye seek to kill me, a man that hath told you the truth, which I have heard of God: this did not Abraham."},{"text":"Ye do the deeds of your father. Then said they to him, We be not born of fornication; we have one Father, even God."},{"text":"Jesus said unto them, If God were your Father, ye would love me: for I proceeded forth and came from God; neither came I of myself, but he sent me."},{"text":"Why do ye not understand my speech? even because ye cannot hear my word."},{"text":"Ye are of your father the devil, and the lusts of your father ye will do. He was a murderer from the beginning, and abode not in the truth, because there is no truth in him. When he speaketh a lie, he speaketh of his own: for he is a liar, and the father of it."},{"text":"And because I tell you the truth, ye believe me not."},{"text":"Which of you convinceth me of sin? And if I say the truth, why do ye not believe me?"},{"text":"He that is of God heareth God's words: ye therefore hear them not, because ye are not of God."},{"text":"Then answered the Jews, and said unto him, Say we not well that thou art a Samaritan, and hast a devil?"},{"text":"Jesus answered, I have not a devil; but I honour my Father, and ye do dishonour me."},{"text":"And I seek not mine own glory: there is one that seeketh and judgeth."},{"text":"Verily, verily, I say unto you, If a man keep my saying, he shall never see death."},{"text":"Then said the Jews unto him, Now we know that thou hast a devil."},{"text":"Art thou greater than our father Abraham, which is dead? and the prophets are dead: whom makest thou thyself?"},{"text":"Jesus answered, If I honour myself, my honour is nothing: it is my Father that honoureth me; of whom ye say, that he is your God:"},{"text":"Yet ye have not known him; but I know him: and if I should say, I know him not, I shall be a liar like unto you: but I know him, and keep his saying."},{"text":"Your father Abraham rejoiced to see my day: and he saw it, and was glad."},{"text":"Then said the Jews unto him, Thou art not yet fifty years old, and hast thou seen Abraham?"},{"text":"Jesus said unto them, Verily, verily, I say unto you, Before Abraham was, I am."},{"text":"Then took they up stones to cast at him: but Jesus hid himself, and went out of the temple, going through the midst of them, and so passed by."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":9,"verses":[{"text":"And as Jesus passed by, he saw a man which was blind from his birth."},{"text":"And his disciples asked him, saying, Master, who did sin, this man, or his parents, that he was born blind?"},{"text":"Jesus answered, Neither hath this man sinned, nor his parents: but that the works of God should be made manifest in him."},{"text":"I must work the works of him that sent me, while it is day: the night cometh, when no man can work."},{"text":"As long as I am in the world, I am the light of the world."},{"text":"When he had thus spoken, he spat on the ground, and made clay of the spittle, and he anointed the eyes of the blind man with the clay,"},{"text":"And said unto him, Go, wash in the pool of Siloam, (which is by interpretation, Sent.) He went his way therefore, and washed, and came seeing."},{"text":"The neighbours therefore, and they which before had seen him that he was blind, said, Is not this he that sat and begged?"},{"text":"Some said, This is he: others said, He is like him: but he said, I am he."},{"text":"Therefore said they unto him, How were thine eyes opened?"},{"text":"He answered and said, A man that is called Jesus made clay, and anointed mine eyes, and said unto me, Go to the pool of Siloam, and wash: and I went and washed, and I received sight."},{"text":"Then said they unto him, Where is he? He said, I know not."},{"text":"They brought to the Pharisees him that aforetime was blind."},{"text":"And it was the sabbath day when Jesus made the clay, and opened his eyes."},{"text":"Then again the Pharisees also asked him how he had received his sight. He said unto them, He put clay upon mine eyes, and I washed, and do see."},{"text":"Therefore said some of the Pharisees, This man is not of God, because he keepeth not the sabbath day. Others said, How can a man that is a sinner do such miracles? And there was a division among them."},{"text":"They say unto the blind man again, What sayest thou of him, that he hath opened thine eyes? He said, He is a prophet."},{"text":"But the Jews did not believe concerning him, that he had been blind, and received his sight, until they called the parents of him that had received his sight."},{"text":"And they asked them, saying, Is this your son, who ye say was born blind? how then doth he now see?"},{"text":"His parents answered them and said, We know that this is our son, and that he was born blind:"},{"text":"But by what means he now seeth, we know not; or who hath opened his eyes, we know not: he is of age; ask him: he shall speak for himself."},{"text":"These words spake his parents, because they feared the Jews: for the Jews had agreed already, that if any man did confess that he was Christ, he should be put out of the synagogue."},{"text":"Therefore said his parents, He is of age; ask him."},{"text":"Then again called they the man that was blind, and said unto him, Give God the praise: we know that this man is a sinner."},{"text":"He answered and said, Whether he be a sinner or no, I know not: one thing I know, that, whereas I was blind, now I see."},{"text":"Then said they to him again, What did he to thee? how opened he thine eyes?"},{"text":"He answered them, I have told you already, and ye did not hear: wherefore would ye hear it again? will ye also be his disciples?"},{"text":"Then they reviled him, and said, Thou art his disciple; but we are Moses' disciples."},{"text":"We know that God spake unto Moses: as for this fellow, we know not from whence he is."},{"text":"The man answered and said unto them, Why herein is a marvellous thing, that ye know not from whence he is, and yet he hath opened mine eyes."},{"text":"Now we know that God heareth not sinners: but if any man be a worshipper of God, and doeth his will, him he heareth."},{"text":"Since the world began was it not heard that any man opened the eyes of one that was born blind."},{"text":"If this man were not of God, he could do nothing."},{"text":"They answered and said unto him, Thou wast altogether born in sins, and dost thou teach us? And they cast him out."},{"text":"Jesus heard that they had cast him out; and when he had found him, he said unto him, Dost thou believe on the Son of God?"},{"text":"He answered and said, Who is he, Lord, that I might believe on him?"},{"text":"And Jesus said unto him, Thou hast both seen him, and it is he that talketh with thee."},{"text":"And he said, Lord, I believe. And he worshipped him."},{"text":"And Jesus said, For judgment I am come into this world, that they which see not might see; and that they which see might be made blind."},{"text":"And some of the Pharisees which were with him heard these words, and said unto him, Are we blind also?"},{"text":"Jesus said unto them, If ye were blind, ye should have no sin: but now ye say, We see; therefore your sin remaineth."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"Now the word of the LORD came unto Jonah the son of Amittai, saying,"},{"text":"Arise, go to Nineveh, that great city, and cry against it; for their wickedness is come up before me."},{"text":"But Jonah rose up to flee unto Tarshish from the presence of the LORD, and went down to Joppa; and he found a ship going to Tarshish: so he paid the fare thereof, and went down into it, to go with them unto Tarshish from the presence of the LORD."},{"text":"But the LORD sent out a great wind into the sea, and there was a mighty tempest in the sea, so that the ship was like to be broken."},{"text":"Then the mariners were afraid, and cried every man unto his god, and cast forth the wares that were in the ship into the sea, to lighten it of them. But Jonah was gone down into the sides of the ship; and he lay, and was fast asleep."},{"text":"So the shipmaster came to him, and said unto him, What meanest thou, O sleeper? arise, call upon thy God, if so be that God will think upon us, that we perish not."},{"text":"And they said every one to his fellow, Come, and let us cast lots, that we may know for whose cause this evil is upon us. So they cast lots, and the lot fell upon Jonah."},{"text":"Then said they unto him, Tell us, we pray thee, for whose cause this evil is upon us; What is thine occupation? and whence comest thou? what is thy country? and of what people art thou?"},{"text":"And he said unto them, I am an Hebrew; and I fear the LORD, the God of heaven, which hath made the sea and the dry land."},{"text":"Then were the men exceedingly afraid, and said unto him. Why hast thou done this? For the men knew that he fled from the presence of the LORD, because he had told them."},{"text":"Then said they unto him, What shall we do unto thee, that the sea may be calm unto us? for the sea wrought, and was tempestuous."},{"text":"And he said unto them, Take me up, and cast me forth into the sea; so shall the sea be calm unto you: for I know that for my sake this great tempest is upon you."},{"text":"Nevertheless the men rowed hard to bring it to the land; but they could not: for the sea wrought, and was tempestuous against them."},{"text":"Wherefore they cried unto the LORD, and said, We beseech thee, O LORD, we beseech thee, let us not perish for this man's life, and lay not upon us innocent blood: for thou, O LORD, hast done as it pleased thee."},{"text":"So they look up Jonah, and cast him forth into the sea: and the sea ceased from her raging."},{"text":"Then the men feared the LORD exceedingly, and offered a sacrifice unto the LORD, and made vows."},{"text":"Now the LORD had prepared a great fish to swallow up Jonah. And Jonah was in the belly of the fish three days and three nights."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"Then Jonah prayed unto the LORD his God out of the fish's belly,"},{"text":"And said, I cried by reason of mine affliction unto the LORD, and he heard me; out of the belly of hell cried I, and thou heardest my voice."},{"text":"For thou hadst cast me into the deep, in the midst of the seas; and the floods compassed me about: all thy billows and thy waves passed over me."},{"text":"Then I said, I am cast out of thy sight; yet I will look again toward thy holy temple."},{"text":"The waters compassed me about, even to the soul: the depth closed me round about, the weeds were wrapped about my head."},{"text":"I went down to the bottoms of the mountains; the earth with her bars was about me for ever: yet hast thou brought up my life from corruption, O LORD my God."},{"text":"When my soul fainted within me I remembered the LORD: and my prayer came in unto thee, into thine holy temple."},{"text":"They that observe lying vanities forsake their own mercy."},{"text":"But I will sacrifice unto thee with the voice of thanksgiving; I will pay that that I have vowed. Salvation is of the LORD."},{"text":"And the LORD spake unto the fish, and it vomited out Jonah upon the dry land."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":3,"verses":[{"text":"And the word of the LORD came unto Jonah the second time, saying,"},{"text":"Arise, go unto Nineveh, that great city, and preach unto it the preaching that I bid thee."},{"text":"So Jonah arose, and went unto Nineveh, according to the word of the LORD. Now Nineveh was an exceeding great city of three days' journey."},{"text":"And Jonah began to enter into the city a day's journey, and he cried, and said, Yet forty days, and Nineveh shall be overthrown."},{"text":"So the people of Nineveh believed God, and proclaimed a fast, and put on sackcloth, from the greatest of them even to the least of them."},{"text":"For word came unto the king of Nineveh, and he arose from his throne, and he laid his robe from him, and covered him with sackcloth, and sat in ashes."},{"text":"And he caused it to be proclaimed and published through Nineveh by the decree of the king and his nobles, saying, Let neither man nor beast, herd nor flock, taste any thing: let them not feed, nor drink water:"},{"text":"But let man and beast be covered with sackcloth, and cry mightily unto God: yea, let them turn every one from his evil way, and from the violence that is in their hands."},{"text":"Who can tell if God will turn and repent, and turn away from his fierce anger, that we perish not?"},{"text":"And God saw their works, that they turned from their evil way; and God repented of the evil, that he had said that he would do unto them; and he did it not."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":4,"verses":[{"text":"But it displeased Jonah exceedingly, and he was very angry."},{"text":"And he prayed unto the LORD, and said, I pray thee, O LORD, was not this my saying, when I was yet in my country? Therefore I fled before unto Tarshish: for I knew that thou art a gracious God, and merciful, slow to anger, and of great kindness, and repentest thee of the evil."},{"text":"Therefore now, O LORD, take, I beseech thee, my life from me; for it is better for me to die than to live."},{"text":"Then said the LORD, Doest thou well to be angry?"},{"text":"So Jonah went out of the city, and sat on the east side of the city, and there made him a booth, and sat under it in the shadow, till he might see what would become of the city."},{"text":"And the LORD God prepared a gourd, and made it to come up over Jonah, that it might be a shadow over his head, to deliver him from his grief. So Jonah was exceeding glad of the gourd."},{"text":"But God prepared a worm when the morning rose the next day, and it smote the gourd that it withered."},{"text":"And it came to pass, when the sun did arise, that God prepared a vehement east wind; and the sun beat upon the head of Jonah, that he fainted, and wished in himself to die, and said, It is better for me to die than to live."},{"text":"And God said to Jonah, Doest thou well to be angry for the gourd? And he said, I do well to be angry, even unto death."},{"text":"Then said the LORD, Thou hast had pity on the gourd, for the which thou hast not laboured, neither madest it grow; which came up in a night, and perished in a night:"},{"text":"And should not I spare Nineveh, that great city, wherein are more then sixscore thousand persons that cannot discern between their right hand and their left hand; and also much cattle?"}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"verses":[{"text":"Now after the death of Moses the servant of the LORD it came to pass, that the LORD spake unto Joshua the son of Nun, Moses' minister, saying,"},{"text":"Moses my servant is dead; now therefore arise, go over this Jordan, thou, and all this people, unto the land which I do give to them, even to the children of Israel."},{"text":"Every place that the sole of your foot shall tread upon, that have I given unto you, as I said unto Moses."},{"text":"From the wilderness and this Lebanon even unto the great river, the river Euphrates, all the land of the Hittites, and unto the great sea toward the going down of the sun, shall be your coast."},{"text":"There shall not any man be able to stand before thee all the days of thy life: as I was with Moses, so I will be with thee: I will not fail thee, nor forsake thee."},{"text":"Be strong and of a good courage: for unto this people shalt thou divide for an inheritance the land, which I sware unto their fathers to give them."},{"text":"Only be thou strong and very courageous, that thou mayest observe to do according to all the law, which Moses my servant commanded thee: turn not from it to the right hand or to the left, that thou mayest prosper withersoever thou goest."},{"text":"This book of the law shall not depart out of thy mouth; but thou shalt meditate therein day and night, that thou mayest observe to do according to all that is written therein: for then thou shalt make thy way prosperous, and then thou shalt have good success."},{"text":"Have not I commanded thee? Be strong and of a good courage; be not afraid, neither be thou dismayed: for the LORD thy God is with thee whithersoever thou goest."},{"text":"Then Joshua commanded the officers of the people, saying,"},{"text":"Pass through the host, and command the people, saying, Prepare you victuals; for within three days ye shall pass over this Jordan, to go in to possess the land, which the LORD your God giveth you to possess it."},{"text":"And to the Reubenites, and to the Gadites, and to half the tribe of Manasseh, spake Joshua, saying,"},{"text":"Remember the word which Moses the servant of the LORD commanded you, saying, The LORD your God hath given you rest, and hath given you this land."},{"text":"Your wives, your little ones, and your cattle, shall remain in the land which Moses gave you on this side Jordan; but ye shall pass before your brethren armed, all the mighty men of valour, and help them;"},{"text":"Until the LORD have given your brethren rest, as he hath given you, and they also have possessed the land which the LORD your God giveth them: then ye shall return unto the land of your possession, and enjoy it, which Moses the LORD's servant gave you on this side Jordan toward the sunrising."},{"text":"And they answered Joshua, saying, All that thou commandest us we will do, and whithersoever thou sendest us, we will go."},{"text":"According as we hearkened unto Moses in all things, so will we hearken unto thee: only the LORD thy God be with thee, as he was with Moses."},{"text":"Whosoever he be that doth rebel against thy commandment, and will not hearken unto thy words in all that thou commandest him, he shall be put to death: only be strong and of a good courage."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":10,"verses":[{"text":"Now it came to pass, when Adonizedec king of Jerusalem had heard how Joshua had taken Ai, and had utterly destroyed it; as he had done to Jericho and her king, so he had done to Ai and her king; and how the inhabitants of Gibeon had made peace with Israel, and were among them;"},{"text":"That they feared greatly, because Gibeon was a great city, as one of the royal cities, and because it was greater than Ai, and all the men thereof were mighty."},{"text":"Wherefore Adonizedec king of Jerusalem, sent unto Hoham king of Hebron, and unto Piram king of Jarmuth, and unto Japhia king of Lachish, and unto Debir king of Eglon, saying,"},{"text":"Come up unto me, and help me, that we may smite Gibeon: for it hath made peace with Joshua and with the children of Israel."},{"text":"Therefore the five kings of the Amorites, the king of Jerusalem, the king of Hebron, the king of Jarmuth, the king of Lachish, the king of Eglon, gathered themselves together, and went up, they and all their hosts, and encamped before Gibeon, and made war against it."},{"text":"And the men of Gibeon sent unto Joshua to the camp to Gilgal, saying, Slack not thy hand from thy servants; come up to us quickly, and save us, and help us: for all the kings of the Amorites that dwell in the mountains are gathered together against us."},{"text":"So Joshua ascended from Gilgal, he, and all the people of war with him, and all the mighty men of valour."},{"text":"And the LORD said unto Joshua, Fear them not: for I have delivered them into thine hand; there shall not a man of them stand before thee."},{"text":"Joshua therefore came unto them suddenly, and went up from Gilgal all night."},{"text":"And the LORD discomfited them before Israel, and slew them with a great slaughter at Gibeon, and chased them along the way that goeth up to Bethhoron, and smote them to Azekah, and unto Makkedah."},{"text":"And it came to pass, as they fled from before Israel, and were in the going down to Bethhoron, that the LORD cast down great stones from heaven upon them unto Azekah, and they died: they were more which died with hailstones than they whom the children of Israel slew with the sword."},{"text":"Then spake Joshua to the LORD in the day when the LORD delivered up the Amorites before the children of Israel, and he said in the sight of Israel, Sun, stand thou still upon Gibeon; and thou, Moon, in the valley of Ajalon."},{"text":"And the sun stood still, and the moon stayed, until the people had avenged themselves upon their enemies. Is not this written in the book of Jasher? So the sun stood still in the midst of heaven, and hasted not to go down about a whole day."},{"text":"And there was no day like that before it or after it, that the LORD hearkened unto the voice of a man: for the LORD fought for Israel."},{"text":"And Joshua returned, and all Israel with him, unto the camp to Gilgal."},{"text":"But these five kings fled, and hid themselves in a cave at Makkedah."},{"text":"And it was told Joshua, saying, The five kings are found hid in a cave at Makkedah."},{"text":"And Joshua said, Roll great stones upon the mouth of the cave, and set men by it for to keep them:"},{"text":"And stay ye not, but pursue after your enemies, and smite the hindmost of them; suffer them not to enter into their cities: for the LORD your God hath delivered them into your hand."},{"text":"And it came to pass, when Joshua and the children of Israel had made an end of slaying them with a very great slaughter, till they were consumed, that the rest which remained of them entered into fenced cities."},{"text":"And all the people returned to the camp to Joshua at Makkedah in peace: none moved his tongue against any of the children of Israel."},{"text":"Then said Joshua, Open the mouth of the cave, and bring out those five kings unto me out of the cave."},{"text":"And they did so, and brought forth those five kings unto him out of the cave, the king of Jerusalem, the king of Hebron, the king of Jarmuth, the king of Lachish, and the king of Eglon."},{"text":"And it came to pass, when they brought out those kings unto Joshua, that Joshua called for all the men of Israel, and said unto the captains of the men of war which went with him, Come near, put your feet upon the necks of these kings. And they came near, and put their feet upon the necks of them."},{"text":"And Joshua said unto them, Fear not, nor be dismayed, be strong and of good courage: for thus shall the LORD do to all your enemies against whom ye fight."},{"text":"And afterward Joshua smote them, and slew them, and hanged them on five trees: and they were hanging upon the trees until the evening."},{"text":"And it came to pass at the time of the going down of the sun, that Joshua commanded, and they took them down off the trees, and cast them into the cave wherein they had been hid, and laid great stones in the cave's mouth, which remain until this very day."},{"text":"And that day Joshua took Makkedah, and smote it with the edge of the sword, and the king thereof he utterly destroyed, them, and all the souls that were therein; he let none remain: and he did to the king of Makkedah as he did unto the king of Jericho."},{"text":"Then Joshua passed from Makkedah, and all Israel with him, unto Libnah, and fought against Libnah:"},{"text":"And the LORD delivered it also, and the king thereof, into the hand of Israel; and he smote it with the edge of the sword, and all the souls that were therein; he let none remain in it; but did unto the king thereof as he did unto the king of Jericho."},{"text":"And Joshua passed from Libnah, and all Israel with him, unto Lachish, and encamped against it, and fought against it:"},{"text":"And the LORD delivered Lachish into the hand of Israel, which took it on the second day, and smote it with the edge of the sword, and all the souls that were therein, according to all that he had done to Libnah."},{"text":"Then Horam king of Gezer came up to help Lachish; and Joshua smote him and his people, until he had left him none remaining."},{"text":"And from Lachish Joshua passed unto Eglon, and all Israel with him; and they encamped against it, and fought against it:"},{"text":"And they took it on that day, and smote it with the edge of the sword, and all the souls that were therein he utterly destroyed that day, according to all that he had done to Lachish."},{"text":"And Joshua went up from Eglon, and all Israel with him, unto Hebron; and they fought against it:"},{"text":"And they took it, and smote it with the edge of the sword, and the king thereof, and all the cities thereof, and all the souls that were therein; he left none remaining, according to all that he had done to Eglon; but destroyed it utterly, and all the souls that were therein."},{"text":"And Joshua returned, and all Israel with him, to Debir; and fought against it:"},{"text":"And he took it, and the king thereof, and all the cities thereof; and they smote them with the edge of the sword, and utterly destroyed all the souls that were therein; he left none remaining: as he had done to Hebron, so he did to Debir, and to the king thereof; as he had done also to Libnah, and to her king."},{"text":"So Joshua smote all the country of the hills, and of the south, and of the vale, and of the springs, and all their kings: he left none remaining, but utterly destroyed all that breathed, as the LORD God of Israel commanded."},{"text":"And Joshua smote them from Kadeshbarnea even unto Gaza, and all the country of Goshen, even unto Gibeon."},{"text":"And all these kings and their land did Joshua take at one time, because the LORD God of Israel fought for Israel."},{"text":"And Joshua returned, and all Israel with him, unto the camp to Gilgal."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":11,"verses":[{"text":"And it came to pass, when Jabin king of Hazor had heard those things, that he sent to Jobab king of Madon, and to the king of Shimron, and to the king of Achshaph,"},{"text":"And to the kings that were on the north of the mountains, and of the plains south of Chinneroth, and in the valley, and in the borders of Dor on the west,"},{"text":"And to the Canaanite on the east and on the west, and to the Amorite, and the Hittite, and the Perizzite, and the Jebusite in the mountains, and to the Hivite under Hermon in the land of Mizpeh."},{"text":"And they went out, they and all their hosts with them, much people, even as the sand that is upon the sea shore in multitude, with horses and chariots very many."},{"text":"And when all these kings were met together, they came and pitched together at the waters of Merom, to fight against Israel."},{"text":"And the LORD said unto Joshua, Be not afraid because of them: for to morrow about this time will I deliver them up all slain before Israel: thou shalt hough their horses, and burn their chariots with fire."},{"text":"So Joshua came, and all the people of war with him, against them by the waters of Merom suddenly; and they fell upon them."},{"text":"And the LORD delivered them into the hand of Israel, who smote them, and chased them unto great Zidon, and unto Misrephothmaim, and unto the valley of Mizpeh eastward; and they smote them, until they left them none remaining."},{"text":"And Joshua did unto them as the LORD bade him: he houghed their horses, and burnt their chariots with fire."},{"text":"And Joshua at that time turned back, and took Hazor, and smote the king thereof with the sword: for Hazor beforetime was the head of all those kingdoms."},{"text":"And they smote all the souls that were therein with the edge of the sword, utterly destroying them: there was not any left to breathe: and he burnt Hazor with fire."},{"text":"And all the cities of those kings, and all the kings of them, did Joshua take, and smote them with the edge of the sword, and he utterly destroyed them, as Moses the servant of the LORD commanded."},{"text":"But as for the cities that stood still in their strength, Israel burned none of them, save Hazor only; that did Joshua burn."},{"text":"And all the spoil of these cities, and the cattle, the children of Israel took for a prey unto themselves; but every man they smote with the edge of the sword, until they had destroyed them, neither left they any to breathe."},{"text":"As the LORD commanded Moses his servant, so did Moses command Joshua, and so did Joshua; he left nothing undone of all that the LORD commanded Moses."},{"text":"So Joshua took all that land, the hills, and all the south country, and all the land of Goshen, and the valley, and the plain, and the mountain of Israel, and the valley of the same;"},{"text":"Even from the mount Halak, that goeth up to Seir, even unto Baalgad in the valley of Lebanon under mount Hermon: and all their kings he took, and smote them, and slew them."},{"text":"Joshua made war a long time with all those kings."},{"text":"There was not a city that made peace with the children of Israel, save the Hivites the inhabitants of Gibeon: all other they took in battle."},{"text":"For it was of the LORD to harden their hearts, that they should come against Israel in battle, that he might destroy them utterly, and that they might have no favour, but that he might destroy them, as the LORD commanded Moses."},{"text":"And at that time came Joshua, and cut off the Anakims from the mountains, from Hebron, from Debir, from Anab, and from all the mountains of Judah, and from all the mountains of Israel: Joshua destroyed them utterly with their cities."},{"text":"There was none of the Anakims left in the land of the children of Israel: only in Gaza, in Gath, and in Ashdod, there remained."},{"text":"So Joshua took the whole land, according to all that the LORD said unto Moses; and Joshua gave it for an inheritance unto Israel according to their divisions by their tribes. And the land rested from war."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":12,"verses":[{"text":"Now these are the kings of the land, which the children of Israel smote, and possessed their land on the other side Jordan toward the rising of the sun, from the river Arnon unto mount Hermon, and all the plain on the east:"},{"text":"Sihon king of the Amorites, who dwelt in Heshbon, and ruled from Aroer, which is upon the bank of the river Arnon, and from the middle of the river, and from half Gilead, even unto the river Jabbok, which is the border of the children of Ammon;"},{"text":"And from the plain to the sea of Chinneroth on the east, and unto the sea of the plain, even the salt sea on the east, the way to Bethjeshimoth; and from the south, under Ashdothpisgah:"},{"text":"And the coast of Og king of Bashan, which was of the remnant of the giants, that dwelt at Ashtaroth and at Edrei,"},{"text":"And reigned in mount Hermon, and in Salcah, and in all Bashan, unto the border of the Geshurites and the Maachathites, and half Gilead, the border of Sihon king of Heshbon."},{"text":"Them did Moses the servant of the LORD and the children of Israel smite: and Moses the servant of the LORD gave it for a possession unto the Reubenites, and the Gadites, and the half tribe of Manasseh."},{"text":"And these are the kings of the country which Joshua and the children of Israel smote on this side Jordan on the west, from Baalgad in the valley of Lebanon even unto the mount Halak, that goeth up to Seir; which Joshua gave unto the tribes of Israel for a possession according to their divisions;"},{"text":"In the mountains, and in the valleys, and in the plains, and in the springs, and in the wilderness, and in the south country; the Hittites, the Amorites, and the Canaanites, the Perizzites, the Hivites, and the Jebusites:"},{"text":"The king of Jericho, one; the king of Ai, which is beside Bethel, one;"},{"text":"The king of Jerusalem, one; the king of Hebron, one;"},{"text":"The king of Jarmuth, one; the king of Lachish, one;"},{"text":"The king of Eglon, one; the king of Gezer, one;"},{"text":"The king of Debir, one; the king of Geder, one;"},{"text":"The king of Hormah, one; the king of Arad, one;"},{"text":"The king of Libnah, one; the king of Adullam, one;"},{"text":"The king of Makkedah, one; the king of Bethel, one;"},{"text":"The king of Tappuah, one; the king of Hepher, one;"},{"text":"The king of Aphek, one; the king of Lasharon, one;"},{"text":"The king of Madon, one; the king of Hazor, one;"},{"text":"The king of Shimronmeron, one; the king of Achshaph, one;"},{"text":"The king of Taanach, one; the king of Megiddo, one;"},{"text":"The king of Kedesh, one; the king of Jokneam of Carmel, one;"},{"text":"The king of Dor in the coast of Dor, one; the king of the nations of Gilgal, one;"},{"text":"The king of Tirzah, one: all the kings thirty and one."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":13,"verses":[{"text":"Now Joshua was old and stricken in years; and the LORD said unto him, Thou art old and stricken in years, and there remaineth yet very much land to be possessed."},{"text":"This is the land that yet remaineth: all the borders of the Philistines, and all Geshuri,"},{"text":"From Sihor, which is before Egypt, even unto the borders of Ekron northward, which is counted to the Canaanite: five lords of the Philistines; the Gazathites, and the Ashdothites, the Eshkalonites, the Gittites, and the Ekronites; also the Avites:"},{"text":"From the south, all the land of the Canaanites, and Mearah that is beside the Sidonians unto Aphek, to the borders of the Amorites:"},{"text":"And the land of the Giblites, and all Lebanon, toward the sunrising, from Baalgad under mount Hermon unto the entering into Hamath."},{"text":"All the inhabitants of the hill country from Lebanon unto Misrephothmaim, and all the Sidonians, them will I drive out from before the children of Israel: only divide thou it by lot unto the Israelites for an inheritance, as I have commanded thee."},{"text":"Now therefore divide this land for an inheritance unto the nine tribes, and the half tribe of Manasseh,"},{"text":"With whom the Reubenites and the Gadites have received their inheritance, which Moses gave them, beyond Jordan eastward, even as Moses the servant of the LORD gave them;"},{"text":"From Aroer, that is upon the bank of the river Arnon, and the city that is in the midst of the river, and all the plain of Medeba unto Dibon;"},{"text":"And all the cities of Sihon king of the Amorites, which reigned in Heshbon, unto the border of the children of Ammon;"},{"text":"And Gilead, and the border of the Geshurites and Maachathites, and all mount Hermon, and all Bashan unto Salcah;"},{"text":"All the kingdom of Og in Bashan, which reigned in Ashtaroth and in Edrei, who remained of the remnant of the giants: for these did Moses smite, and cast them out."},{"text":"Nevertheless the children of Israel expelled not the Geshurites, nor the Maachathites: but the Geshurites and the Maachathites dwell among the Israelites until this day."},{"text":"Only unto the tribes of Levi he gave none inheritance; the sacrifices of the LORD God of Israel made by fire are their inheritance, as he said unto them."},{"text":"And Moses gave unto the tribe of the children of Reuben inheritance according to their families."},{"text":"And their coast was from Aroer, that is on the bank of the river Arnon, and the city that is in the midst of the river, and all the plain by Medeba;"},{"text":"Heshbon, and all her cities that are in the plain; Dibon, and Bamothbaal, and Bethbaalmeon,"},{"text":"And Jahaza, and Kedemoth, and Mephaath,"},{"text":"And Kirjathaim, and Sibmah, and Zarethshahar in the mount of the valley,"},{"text":"And Bethpeor, and Ashdothpisgah, and Bethjeshimoth,"},{"text":"And all the cities of the plain, and all the kingdom of Sihon king of the Amorites, which reigned in Heshbon, whom Moses smote with the princes of Midian, Evi, and Rekem, and Zur, and Hur, and Reba, which were dukes of Sihon, dwelling in the country."},{"text":"Balaam also the son of Beor, the soothsayer, did the children of Israel slay with the sword among them that were slain by them."},{"text":"And the border of the children of Reuben was Jordan, and the border thereof. This was the inheritance of the children of Reuben after their families, the cities and the villages thereof."},{"text":"And Moses gave inheritance unto the tribe of Gad, even unto the children of Gad according to their families."},{"text":"And their coast was Jazer, and all the cities of Gilead, and half the land of the children of Ammon, unto Aroer that is before Rabbah;"},{"text":"And from Heshbon unto Ramathmizpeh, and Betonim; and from Mahanaim unto the border of Debir;"},{"text":"And in the valley, Betharam, and Bethnimrah, and Succoth, and Zaphon, the rest of the kingdom of Sihon king of Heshbon, Jordan and his border, even unto the edge of the sea of Chinnereth on the other side Jordan eastward."},{"text":"This is the inheritance of the children of Gad after their families, the cities, and their villages."},{"text":"And Moses gave inheritance unto the half tribe of Manasseh: and this was the possession of the half tribe of the children of Manasseh by their families."},{"text":"And their coast was from Mahanaim, all Bashan, all the kingdom of Og king of Bashan, and all the towns of Jair, which are in Bashan, threescore cities:"},{"text":"And half Gilead, and Ashtaroth, and Edrei, cities of the kingdom of Og in Bashan, were pertaining unto the children of Machir the son of Manasseh, even to the one half of the children of Machir by their families."},{"text":"These are the countries which Moses did distribute for inheritance in the plains of Moab, on the other side Jordan, by Jericho, eastward."},{"text":"But unto the tribe of Levi Moses gave not any inheritance: the LORD God of Israel was their inheritance, as he said unto them."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":14,"verses":[{"text":"And these are the countries which the children of Israel inherited in the land of Canaan, which Eleazar the priest, and Joshua the son of Nun, and the heads of the fathers of the tribes of the children of Israel, distributed for inheritance to them."},{"text":"By lot was their inheritance, as the LORD commanded by the hand of Moses, for the nine tribes, and for the half tribe."},{"text":"For Moses had given the inheritance of two tribes and an half tribe on the other side Jordan: but unto the Levites he gave none inheritance among them."},{"text":"For the children of Joseph were two tribes, Manasseh and Ephraim: therefore they gave no part unto the Levites in the land, save cities to dwell in, with their suburbs for their cattle and for their substance."},{"text":"As the LORD commanded Moses, so the children of Israel did, and they divided the land."},{"text":"Then the children of Judah came unto Joshua in Gilgal: and Caleb the son of Jephunneh the Kenezite said unto him, Thou knowest the thing that the LORD said unto Moses the man of God concerning me and thee in Kadeshbarnea."},{"text":"Forty years old was I when Moses the servant of the LORD sent me from Kadeshbarnea to espy out the land; and I brought him word again as it was in mine heart."},{"text":"Nevertheless my brethren that went up with me made the heart of the people melt: but I wholly followed the LORD my God."},{"text":"And Moses sware on that day, saying, Surely the land whereon thy feet have trodden shall be thine inheritance, and thy children's for ever, because thou hast wholly followed the LORD my God."},{"text":"And now, behold, the LORD hath kept me alive, as he said, these forty and five years, even since the LORD spake this word unto Moses, while the children of Israel wandered in the wilderness: and now, lo, I am this day fourscore and five years old."},{"text":"As yet I am as strong this day as I was in the day that Moses sent me: as my strength was then, even so is my strength now, for war, both to go out, and to come in."},{"text":"Now therefore give me this mountain, whereof the LORD spake in that day; for thou heardest in that day how the Anakims were there, and that the cities were great and fenced: if so be the LORD will be with me, then I shall be able to drive them out, as the LORD said."},{"text":"And Joshua blessed him, and gave unto Caleb the son of Jephunneh Hebron for an inheritance."},{"text":"Hebron therefore became the inheritance of Caleb the son of Jephunneh the Kenezite unto this day, because that he wholly followed the LORD God of Israel."},{"text":"And the name of Hebron before was Kirjatharba; which Arba was a great man among the Anakims. And the land had rest from war."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":15,"verses":[{"text":"This then was the lot of the tribe of the children of Judah by their families; even to the border of Edom the wilderness of Zin southward was the uttermost part of the south coast."},{"text":"And their south border was from the shore of the salt sea, from the bay that looketh southward:"},{"text":"And it went out to the south side to Maalehacrabbim, and passed along to Zin, and ascended up on the south side unto Kadeshbarnea, and passed along to Hezron, and went up to Adar, and fetched a compass to Karkaa:"},{"text":"From thence it passed toward Azmon, and went out unto the river of Egypt; and the goings out of that coast were at the sea: this shall be your south coast."},{"text":"And the east border was the salt sea, even unto the end of Jordan."},{"text":"And the west border was to the great sea, and the coast thereof."},{"text":"And unto Caleb the son of Jephunneh he gave a part among the children of Judah, according to the commandment of the LORD to Joshua, even the city of Arba the father of Anak, which city is Hebron."},{"text":"And Caleb drove thence the three sons of Anak, Sheshai, and Ahiman, and Talmai, the children of Anak."},{"text":"And he went up thence to the inhabitants of Debir: and the name of Debir before was Kirjathsepher."},{"text":"And Caleb said, He that smiteth Kirjathsepher, and taketh it, to him will I give Achsah my daughter to wife."},{"text":"And Othniel the son of Kenaz, the brother of Caleb, took it: and he gave him Achsah his daughter to wife."},{"text":"And it came to pass, as she came unto him, that she moved him to ask of her father a field: and she lighted off her ass; and Caleb said unto her, What wouldest thou?"},{"text":"Who answered, Give me a blessing; for thou hast given me a south land; give me also springs of water. And he gave her the upper springs, and the nether springs."},{"text":"This is the inheritance of the tribe of the children of Judah according to their families."},{"text":"And the uttermost cities of the tribe of the children of Judah toward the coast of Edom southward were Kabzeel, and Eder, and Jagur,"},{"text":"And Kinah, and Dimonah, and Adadah,"},{"text":"And Kedesh, and Hazor, and Ithnan,"},{"text":"Ziph, and Telem, and Bealoth,"},{"text":"And Hazor, Hadattah, and Kerioth, and Hezron, which is Hazor,"},{"text":"Amam, and Shema, and Moladah,"},{"text":"And Hazargaddah, and Heshmon, and Bethpalet,"},{"text":"And Hazarshual, and Beersheba, and Bizjothjah,"},{"text":"Baalah, and Iim, and Azem,"},{"text":"And Eltolad, and Chesil, and Hormah,"},{"text":"And Ziklag, and Madmannah, and Sansannah,"},{"text":"And Lebaoth, and Shilhim, and Ain, and Rimmon: all the cities are twenty and nine, with their villages:"},{"text":"And in the valley, Eshtaol, and Zoreah, and Ashnah,"},{"text":"And Zanoah, and Engannim, Tappuah, and Enam,"},{"text":"Jarmuth, and Adullam, Socoh, and Azekah,"},{"text":"And Sharaim, and Adithaim, and Gederah, and Gederothaim; fourteen cities with their villages:"},{"text":"Zenan, and Hadashah, and Migdalgad,"},{"text":"And Dilean, and Mizpeh, and Joktheel,"},{"text":"Lachish, and Bozkath, and Eglon,"},{"text":"And Cabbon, and Lahmam, and Kithlish,"},{"text":"And Gederoth, Bethdagon, and Naamah, and Makkedah; sixteen cities with their villages:"},{"text":"Libnah, and Ether, and Ashan,"},{"text":"And Jiphtah, and Ashnah, and Nezib,"},{"text":"And Keilah, and Achzib, and Mareshah; nine cities with their villages:"},{"text":"Ekron, with her towns and her villages:"},{"text":"From Ekron even unto the sea, all that lay near Ashdod, with their villages:"},{"text":"Ashdod with her towns and her villages, Gaza with her towns and her villages, unto the river of Egypt, and the great sea, and the border thereof:"},{"text":"And in the mountains, Shamir, and Jattir, and Socoh,"},{"text":"And Dannah, and Kirjathsannah, which is Debir,"},{"text":"And Anab, and Eshtemoh, and Anim,"},{"text":"And Goshen, and Holon, and Giloh; eleven cities with their villages:"},{"text":"Arab, and Dumah, and Eshean,"},{"text":"And Janum, and Bethtappuah, and Aphekah,"},{"text":"And Humtah, and Kirjatharba, which is Hebron, and Zior; nine cities with their villages:"},{"text":"Maon, Carmel, and Ziph, and Juttah,"},{"text":"And Jezreel, and Jokdeam, and Zanoah,"},{"text":"Cain, Gibeah, and Timnah; ten cities with their villages:"},{"text":"Halhul, Bethzur, and Gedor,"},{"text":"And Maarath, and Bethanoth, and Eltekon; six cities with their villages:"},{"text":"Kirjathbaal, which is Kirjathjearim, and Rabbah; two cities with their villages:"},{"text":"In the wilderness, Betharabah, Middin, and Secacah,"},{"text":"And Nibshan, and the city of Salt, and Engedi; six cities with their villages."},{"text":"As for the Jebusites the inhabitants of Jerusalem, the children of Judah could not drive them out; but the Jebusites dwell with the children of Judah at Jerusalem unto this day."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":16,"verses":[{"text":"And the lot of the children of Joseph fell from Jordan by Jericho, unto the water of Jericho on the east, to the wilderness that goeth up from Jericho throughout mount Bethel,"},{"text":"And goeth out from Bethel to Luz, and passeth along unto the borders of Archi to Ataroth,"},{"text":"And goeth down westward to the coast of Japhleti, unto the coast of Bethhoron the nether, and to Gezer; and the goings out thereof are at the sea."},{"text":"So the children of Joseph, Manasseh and Ephraim, took their inheritance."},{"text":"And the border of the children of Ephraim according to their families was thus: even the border of their inheritance on the east side was Atarothaddar, unto Bethhoron the upper;"},{"text":"And the border went out toward the sea to Michmethah on the north side; and the border went about eastward unto Taanathshiloh, and passed by it on the east to Janohah;"},{"text":"And it went down from Janohah to Ataroth, and to Naarath, and came to Jericho, and went out at Jordan."},{"text":"The border went out from Tappuah westward unto the river Kanah; and the goings out thereof were at the sea. This is the inheritance of the tribe of the children of Ephraim by their families."},{"text":"And the separate cities for the children of Ephraim were among the inheritance of the children of Manasseh, all the cities with their villages."},{"text":"And they drave not out the Canaanites that dwelt in Gezer: but the Canaanites dwell among the Ephraimites unto this day, and serve under tribute."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":17,"verses":[{"text":"There was also a lot for the tribe of Manasseh; for he was the firstborn of Joseph; to wit, for Machir the firstborn of Manasseh, the father of Gilead: because he was a man of war, therefore he had Gilead and Bashan."},{"text":"There was also a lot for the rest of the children of Manasseh by their families; for the children of Abiezer, and for the children of Helek, and for the children of Asriel, and for the children of Shechem, and for the children of Hepher, and for the children of Shemida: these were the male children of Manasseh the son of Joseph by their families."},{"text":"But Zelophehad, the son of Hepher, the son of Gilead, the son of Machir, the son of Manasseh, had no sons, but daughters: and these are the names of his daughters, Mahlah, and Noah, Hoglah, Milcah, and Tirzah."},{"text":"And they came near before Eleazar the priest, and before Joshua the son of Nun, and before the princes, saying, The LORD commanded Moses to give us an inheritance among our brethren. Therefore according to the commandment of the LORD he gave them an inheritance among the brethren of their father."},{"text":"And there fell ten portions to Manasseh, beside the land of Gilead and Bashan, which were on the other side Jordan;"},{"text":"Because the daughters of Manasseh had an inheritance among his sons: and the rest of Manasseh's sons had the land of Gilead."},{"text":"And the coast of Manasseh was from Asher to Michmethah, that lieth before Shechem; and the border went along on the right hand unto the inhabitants of Entappuah."},{"text":"Now Manasseh had the land of Tappuah: but Tappuah on the border of Manasseh belonged to the children of Ephraim;"},{"text":"And the coast descended unto the river Kanah, southward of the river: these cities of Ephraim are among the cities of Manasseh: the coast of Manasseh also was on the north side of the river, and the outgoings of it were at the sea:"},{"text":"Southward it was Ephraim's, and northward it was Manasseh's, and the sea is his border; and they met together in Asher on the north, and in Issachar on the east."},{"text":"And Manasseh had in Issachar and in Asher Bethshean and her towns, and Ibleam and her towns, and the inhabitants of Dor and her towns, and the inhabitants of Endor and her towns, and the inhabitants of Taanach and her towns, and the inhabitants of Megiddo and her towns, even three countries."},{"text":"Yet the children of Manasseh could not drive out the inhabitants of those cities; but the Canaanites would dwell in that land."},{"text":"Yet it came to pass, when the children of Israel were waxen strong, that they put the Canaanites to tribute, but did not utterly drive them out."},{"text":"And the children of Joseph spake unto Joshua, saying, Why hast thou given me but one lot and one portion to inherit, seeing I am a great people, forasmuch as the LORD hath blessed me hitherto?"},{"text":"And Joshua answered them, If thou be a great people, then get thee up to the wood country, and cut down for thyself there in the land of the Perizzites and of the giants, if mount Ephraim be too narrow for thee."},{"text":"And the children of Joseph said, The hill is not enough for us: and all the Canaanites that dwell in the land of the valley have chariots of iron, both they who are of Bethshean and her towns, and they who are of the valley of Jezreel."},{"text":"And Joshua spake unto the house of Joseph, even to Ephraim and to Manasseh, saying, Thou art a great people, and hast great power: thou shalt not have one lot only:"},{"text":"But the mountain shall be thine; for it is a wood, and thou shalt cut it down: and the outgoings of it shall be thine: for thou shalt drive out the Canaanites, though they have iron chariots, and though they be strong."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":18,"verses":[{"text":"And the whole congregation of the children of Israel assembled together at Shiloh, and set up the tabernacle of the congregation there. And the land was subdued before them."},{"text":"And there remained among the children of Israel seven tribes, which had not yet received their inheritance."},{"text":"And Joshua said unto the children of Israel, How long are ye slack to go to possess the land, which the LORD God of your fathers hath given you?"},{"text":"Give out from among you three men for each tribe: and I will send them, and they shall rise, and go through the land, and describe it according to the inheritance of them; and they shall come again to me."},{"text":"And they shall divide it into seven parts: Judah shall abide in their coast on the south, and the house of Joseph shall abide in their coasts on the north."},{"text":"Ye shall therefore describe the land into seven parts, and bring the description hither to me, that I may cast lots for you here before the LORD our God."},{"text":"But the Levites have no part among you; for the priesthood of the LORD is their inheritance: and Gad, and Reuben, and half the tribe of Manasseh, have received their inheritance beyond Jordan on the east, which Moses the servant of the LORD gave them."},{"text":"And the men arose, and went away: and Joshua charged them that went to describe the land, saying, Go and walk through the land, and describe it, and come again to me, that I may here cast lots for you before the LORD in Shiloh."},{"text":"And the men went and passed through the land, and described it by cities into seven parts in a book, and came again to Joshua to the host at Shiloh."},{"text":"And Joshua cast lots for them in Shiloh before the LORD: and there Joshua divided the land unto the children of Israel according to their divisions."},{"text":"And the lot of the tribe of the children of Benjamin came up according to their families: and the coast of their lot came forth between the children of Judah and the children of Joseph."},{"text":"And their border on the north side was from Jordan; and the border went up to the side of Jericho on the north side, and went up through the mountains westward; and the goings out thereof were at the wilderness of Bethaven."},{"text":"And the border went over from thence toward Luz, to the side of Luz, which is Bethel, southward; and the border descended to Atarothadar, near the hill that lieth on the south side of the nether Bethhoron."},{"text":"And the border was drawn thence, and compassed the corner of the sea southward, from the hill that lieth before Bethhoron southward; and the goings out thereof were at Kirjathbaal, which is Kirjathjearim, a city of the children of Judah: this was the west quarter."},{"text":"And the south quarter was from the end of Kirjathjearim, and the border went out on the west, and went out to the well of waters of Nephtoah:"},{"text":"And the border came down to the end of the mountain that lieth before the valley of the son of Hinnom, and which is in the valley of the giants on the north, and descended to the valley of Hinnom, to the side of Jebusi on the south, and descended to Enrogel,"},{"text":"And was drawn from the north, and went forth to Enshemesh, and went forth toward Geliloth, which is over against the going up of Adummim, and descended to the stone of Bohan the son of Reuben,"},{"text":"And passed along toward the side over against Arabah northward, and went down unto Arabah:"},{"text":"And the border passed along to the side of Bethhoglah northward: and the outgoings of the border were at the north bay of the salt sea at the south end of Jordan: this was the south coast."},{"text":"And Jordan was the border of it on the east side. This was the inheritance of the children of Benjamin, by the coasts thereof round about, according to their families."},{"text":"Now the cities of the tribe of the children of Benjamin according to their families were Jericho, and Bethhoglah, and the valley of Keziz,"},{"text":"And Betharabah, and Zemaraim, and Bethel,"},{"text":"And Avim, and Pharah, and Ophrah,"},{"text":"And Chepharhaammonai, and Ophni, and Gaba; twelve cities with their villages:"},{"text":"Gibeon, and Ramah, and Beeroth,"},{"text":"And Mizpeh, and Chephirah, and Mozah,"},{"text":"And Rekem, and Irpeel, and Taralah,"},{"text":"And Zelah, Eleph, and Jebusi, which is Jerusalem, Gibeath, and Kirjath; fourteen cities with their villages. This is the inheritance of the children of Benjamin according to their families."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":19,"verses":[{"text":"And the second lot came forth to Simeon, even for the tribe of the children of Simeon according to their families: and their inheritance was within the inheritance of the children of Judah."},{"text":"And they had in their inheritance Beersheba, and Sheba, and Moladah,"},{"text":"And Hazarshual, and Balah, and Azem,"},{"text":"And Eltolad, and Bethul, and Hormah,"},{"text":"And Ziklag, and Bethmarcaboth, and Hazarsusah,"},{"text":"And Bethlebaoth, and Sharuhen; thirteen cities and their villages:"},{"text":"Ain, Remmon, and Ether, and Ashan; four cities and their villages:"},{"text":"And all the villages that were round about these cities to Baalathbeer, Ramath of the south. This is the inheritance of the tribe of the children of Simeon according to their families."},{"text":"Out of the portion of the children of Judah was the inheritance of the children of Simeon: for the part of the children of Judah was too much for them: therefore the children of Simeon had their inheritance within the inheritance of them."},{"text":"And the third lot came up for the children of Zebulun according to their families: and the border of their inheritance was unto Sarid:"},{"text":"And their border went up toward the sea, and Maralah, and reached to Dabbasheth, and reached to the river that is before Jokneam;"},{"text":"And turned from Sarid eastward toward the sunrising unto the border of Chislothtabor, and then goeth out to Daberath, and goeth up to Japhia,"},{"text":"And from thence passeth on along on the east to Gittahhepher, to Ittahkazin, and goeth out to Remmonmethoar to Neah;"},{"text":"And the border compasseth it on the north side to Hannathon: and the outgoings thereof are in the valley of Jiphthahel:"},{"text":"And Kattath, and Nahallal, and Shimron, and Idalah, and Bethlehem: twelve cities with their villages."},{"text":"This is the inheritance of the children of Zebulun according to their families, these cities with their villages."},{"text":"And the fourth lot came out to Issachar, for the children of Issachar according to their families."},{"text":"And their border was toward Jezreel, and Chesulloth, and Shunem,"},{"text":"And Haphraim, and Shihon, and Anaharath,"},{"text":"And Rabbith, and Kishion, and Abez,"},{"text":"And Remeth, and Engannim, and Enhaddah, and Bethpazzez;"},{"text":"And the coast reacheth to Tabor, and Shahazimah, and Bethshemesh; and the outgoings of their border were at Jordan: sixteen cities with their villages."},{"text":"This is the inheritance of the tribe of the children of Issachar according to their families, the cities and their villages."},{"text":"And the fifth lot came out for the tribe of the children of Asher according to their families."},{"text":"And their border was Helkath, and Hali, and Beten, and Achshaph,"},{"text":"And Alammelech, and Amad, and Misheal; and reacheth to Carmel westward, and to Shihorlibnath;"},{"text":"And turneth toward the sunrising to Bethdagon, and reacheth to Zebulun, and to the valley of Jiphthahel toward the north side of Bethemek, and Neiel, and goeth out to Cabul on the left hand,"},{"text":"And Hebron, and Rehob, and Hammon, and Kanah, even unto great Zidon;"},{"text":"And then the coast turneth to Ramah, and to the strong city Tyre; and the coast turneth to Hosah; and the outgoings thereof are at the sea from the coast to Achzib:"},{"text":"Ummah also, and Aphek, and Rehob: twenty and two cities with their villages."},{"text":"This is the inheritance of the tribe of the children of Asher according to their families, these cities with their villages."},{"text":"The sixth lot came out to the children of Naphtali, even for the children of Naphtali according to their families."},{"text":"And their coast was from Heleph, from Allon to Zaanannim, and Adami, Nekeb, and Jabneel, unto Lakum; and the outgoings thereof were at Jordan:"},{"text":"And then the coast turneth westward to Aznothtabor, and goeth out from thence to Hukkok, and reacheth to Zebulun on the south side, and reacheth to Asher on the west side, and to Judah upon Jordan toward the sunrising."},{"text":"And the fenced cities are Ziddim, Zer, and Hammath, Rakkath, and Chinnereth,"},{"text":"And Adamah, and Ramah, and Hazor,"},{"text":"And Kedesh, and Edrei, and Enhazor,"},{"text":"And Iron, and Migdalel, Horem, and Bethanath, and Bethshemesh; nineteen cities with their villages."},{"text":"This is the inheritance of the tribe of the children of Naphtali according to their families, the cities and their villages."},{"text":"And the seventh lot came out for the tribe of the children of Dan according to their families."},{"text":"And the coast of their inheritance was Zorah, and Eshtaol, and Irshemesh,"},{"text":"And Shaalabbin, and Ajalon, and Jethlah,"},{"text":"And Elon, and Thimnathah, and Ekron,"},{"text":"And Eltekeh, and Gibbethon, and Baalath,"},{"text":"And Jehud, and Beneberak, and Gathrimmon,"},{"text":"And Mejarkon, and Rakkon, with the border before Japho."},{"text":"And the coast of the children of Dan went out too little for them: therefore the children of Dan went up to fight against Leshem, and took it, and smote it with the edge of the sword, and possessed it, and dwelt therein, and called Leshem, Dan, after the name of Dan their father."},{"text":"This is the inheritance of the tribe of the children of Dan according to their families, these cities with their villages."},{"text":"When they had made an end of dividing the land for inheritance by their coasts, the children of Israel gave an inheritance to Joshua the son of Nun among them:"},{"text":"According to the word of the LORD they gave him the city which he asked, even Timnathserah in mount Ephraim: and he built the city, and dwelt therein."},{"text":"These are the inheritances, which Eleazar the priest, and Joshua the son of Nun, and the heads of the fathers of the tribes of the children of Israel, divided for an inheritance by lot in Shiloh before the LORD, at the door of the tabernacle of the congregation. So they made an end of dividing the country."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":2,"verses":[{"text":"And Joshua the son of Nun sent out of Shittim two men to spy secretly, saying, Go view the land, even Jericho. And they went, and came into an harlot's house, named Rahab, and lodged there."},{"text":"And it was told the king of Jericho, saying, Behold, there came men in hither to night of the children of Israel to search out the country."},{"text":"And the king of Jericho sent unto Rahab, saying, Bring forth the men that are come to thee, which are entered into thine house: for they be come to search out all the country."},{"text":"And the woman took the two men, and hid them, and said thus, There came men unto me, but I wist not whence they were:"},{"text":"And it came to pass about the time of shutting of the gate, when it was dark, that the men went out: whither the men went I wot not: pursue after them quickly; for ye shall overtake them."},{"text":"But she had brought them up to the roof of the house, and hid them with the stalks of flax, which she had laid in order upon the roof."},{"text":"And the men pursued after them the way to Jordan unto the fords: and as soon as they which pursued after them were gone out, they shut the gate."},{"text":"And before they were laid down, she came up unto them upon the roof;"},{"text":"And she said unto the men, I know that the LORD hath given you the land, and that your terror is fallen upon us, and that all the inhabitants of the land faint because of you."},{"text":"For we have heard how the LORD dried up the water of the Red sea for you, when ye came out of Egypt; and what ye did unto the two kings of the Amorites, that were on the other side Jordan, Sihon and Og, whom ye utterly destroyed."},{"text":"And as soon as we had heard these things, our hearts did melt, neither did there remain any more courage in any man, because of you: for the LORD your God, he is God in heaven above, and in earth beneath."},{"text":"Now therefore, I pray you, swear unto me by the LORD, since I have shewed you kindness, that ye will also shew kindness unto my father's house, and give me a true token:"},{"text":"And that ye will save alive my father, and my mother, and my brethren, and my sisters, and all that they have, and deliver our lives from death."},{"text":"And the men answered her, Our life for yours, if ye utter not this our business. And it shall be, when the LORD hath given us the land, that we will deal kindly and truly with thee."},{"text":"Then she let them down by a cord through the window: for her house was upon the town wall, and she dwelt upon the wall."},{"text":"And she said unto them, Get you to the mountain, lest the pursuers meet you; and hide yourselves there three days, until the pursuers be returned: and afterward may ye go your way."},{"text":"And the men said unto her, We will be blameless of this thine oath which thou hast made us swear."},{"text":"Behold, when we come into the land, thou shalt bind this line of scarlet thread in the window which thou didst let us down by: and thou shalt bring thy father, and thy mother, and thy brethren, and all thy father's household, home unto thee."},{"text":"And it shall be, that whosoever shall go out of the doors of thy house into the street, his blood shall be upon his head, and we will be guiltless: and whosoever shall be with thee in the house, his blood shall be on our head, if any hand be upon him."},{"text":"And if thou utter this our business, then we will be quit of thine oath which thou hast made us to swear."},{"text":"And she said, According unto your words, so be it. And she sent them away, and they departed: and she bound the scarlet line in the window."},{"text":"And they went, and came unto the mountain, and abode there three days, until the pursuers were returned: and the pursuers sought them throughout all the way, but found them not."},{"text":"So the two men returned, and descended from the mountain, and passed over, and came to Joshua the son of Nun, and told him all things that befell them:"},{"text":"And they said unto Joshua, Truly the LORD hath delivered into our hands all the land; for even all the inhabitants of the country do faint because of us."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":20,"verses":[{"text":"The LORD also spake unto Joshua, saying,"},{"text":"Speak to the children of Israel, saying, Appoint out for you cities of refuge, whereof I spake unto you by the hand of Moses:"},{"text":"That the slayer that killeth any person unawares and unwittingly may flee thither: and they shall be your refuge from the avenger of blood."},{"text":"And when he that doth flee unto one of those cities shall stand at the entering of the gate of the city, and shall declare his cause in the ears of the elders of that city, they shall take him into the city unto them, and give him a place, that he may dwell among them."},{"text":"And if the avenger of blood pursue after him, then they shall not deliver the slayer up into his hand; because he smote his neighbour unwittingly, and hated him not beforetime."},{"text":"And he shall dwell in that city, until he stand before the congregation for judgment, and until the death of the high priest that shall be in those days: then shall the slayer return, and come unto his own city, and unto his own house, unto the city from whence he fled."},{"text":"And they appointed Kedesh in Galilee in mount Naphtali, and Shechem in mount Ephraim, and Kirjatharba, which is Hebron, in the mountain of Judah."},{"text":"And on the other side Jordan by Jericho eastward, they assigned Bezer in the wilderness upon the plain out of the tribe of Reuben, and Ramoth in Gilead out of the tribe of Gad, and Golan in Bashan out of the tribe of Manasseh."},{"text":"These were the cities appointed for all the children of Israel, and for the stranger that sojourneth among them, that whosoever killeth any person at unawares might flee thither, and not die by the hand of the avenger of blood, until he stood before the congregation."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":21,"verses":[{"text":"Then came near the heads of the fathers of the Levites unto Eleazar the priest, and unto Joshua the son of Nun, and unto the heads of the fathers of the tribes of the children of Israel;"},{"text":"And they spake unto them at Shiloh in the land of Canaan, saying, The LORD commanded by the hand of Moses to give us cities to dwell in, with the suburbs thereof for our cattle."},{"text":"And the children of Israel gave unto the Levites out of their inheritance, at the commandment of the LORD, these cities and their suburbs."},{"text":"And the lot came out for the families of the Kohathites: and the children of Aaron the priest, which were of the Levites, had by lot out of the tribe of Judah, and out of the tribe of Simeon, and out of the tribe of Benjamin, thirteen cities."},{"text":"And the rest of the children of Kohath had by lot out of the families of the tribe of Ephraim, and out of the tribe of Dan, and out of the half tribe of Manasseh, ten cities."},{"text":"And the children of Gershon had by lot out of the families of the tribe of Issachar, and out of the tribe of Asher, and out of the tribe of Naphtali, and out of the half tribe of Manasseh in Bashan, thirteen cities."},{"text":"The children of Merari by their families had out of the tribe of Reuben, and out of the tribe of Gad, and out of the tribe of Zebulun, twelve cities."},{"text":"And the children of Israel gave by lot unto the Levites these cities with their suburbs, as the LORD commanded by the hand of Moses."},{"text":"And they gave out of the tribe of the children of Judah, and out of the tribe of the children of Simeon, these cities which are here mentioned by name."},{"text":"Which the children of Aaron, being of the families of the Kohathites, who were of the children of Levi, had: for theirs was the first lot."},{"text":"And they gave them the city of Arba the father of Anak, which city is Hebron, in the hill country of Judah, with the suburbs thereof round about it."},{"text":"But the fields of the city, and the villages thereof, gave they to Caleb the son of Jephunneh for his possession."},{"text":"Thus they gave to the children of Aaron the priest Hebron with her suburbs, to be a city of refuge for the slayer; and Libnah with her suburbs,"},{"text":"And Jattir with her suburbs, and Eshtemoa with her suburbs,"},{"text":"And Holon with her suburbs, and Debir with her suburbs,"},{"text":"And Ain with her suburbs, and Juttah with her suburbs, and Bethshemesh with her suburbs; nine cities out of those two tribes."},{"text":"And out of the tribe of Benjamin, Gibeon with her suburbs, Geba with her suburbs,"},{"text":"Anathoth with her suburbs, and Almon with her suburbs; four cities."},{"text":"All the cities of the children of Aaron, the priests, were thirteen cities with their suburbs."},{"text":"And the families of the children of Kohath, the Levites which remained of the children of Kohath, even they had the cities of their lot out of the tribe of Ephraim."},{"text":"For they gave them Shechem with her suburbs in mount Ephraim, to be a city of refuge for the slayer; and Gezer with her suburbs,"},{"text":"And Kibzaim with her suburbs, and Bethhoron with her suburbs; four cities."},{"text":"And out of the tribe of Dan, Eltekeh with her suburbs, Gibbethon with her suburbs,"},{"text":"Aijalon with her suburbs, Gathrimmon with her suburbs; four cities."},{"text":"And out of the half tribe of Manasseh, Tanach with her suburbs, and Gathrimmon with her suburbs; two cities."},{"text":"All the cities were ten with their suburbs for the families of the children of Kohath that remained."},{"text":"And unto the children of Gershon, of the families of the Levites, out of the other half tribe of Manasseh they gave Golan in Bashan with her suburbs, to be a city of refuge for the slayer; and Beeshterah with her suburbs; two cities."},{"text":"And out of the tribe of Issachar, Kishon with her suburbs, Dabareh with her suburbs,"},{"text":"Jarmuth with her suburbs, Engannim with her suburbs; four cities."},{"text":"And out of the tribe of Asher, Mishal with her suburbs, Abdon with her suburbs,"},{"text":"Helkath with her suburbs, and Rehob with her suburbs; four cities."},{"text":"And out of the tribe of Naphtali, Kedesh in Galilee with her suburbs, to be a city of refuge for the slayer; and Hammothdor with her suburbs, and Kartan with her suburbs; three cities."},{"text":"All the cities of the Gershonites according to their families were thirteen cities with their suburbs."},{"text":"And unto the families of the children of Merari, the rest of the Levites, out of the tribe of Zebulun, Jokneam with her suburbs, and Kartah with her suburbs,"},{"text":"Dimnah with her suburbs, Nahalal with her suburbs; four cities."},{"text":"And out of the tribe of Reuben, Bezer with her suburbs, and Jahazah with her suburbs,"},{"text":"Kedemoth with her suburbs, and Mephaath with her suburbs; four cities."},{"text":"And out of the tribe of Gad, Ramoth in Gilead with her suburbs, to be a city of refuge for the slayer; and Mahanaim with her suburbs,"},{"text":"Heshbon with her suburbs, Jazer with her suburbs; four cities in all."},{"text":"So all the cities for the children of Merari by their families, which were remaining of the families of the Levites, were by their lot twelve cities."},{"text":"All the cities of the Levites within the possession of the children of Israel were forty and eight cities with their suburbs."},{"text":"These cities were every one with their suburbs round about them: thus were all these cities."},{"text":"And the LORD gave unto Israel all the land which he sware to give unto their fathers; and they possessed it, and dwelt therein."},{"text":"And the LORD gave them rest round about, according to all that he sware unto their fathers: and there stood not a man of all their enemies before them; the LORD delivered all their enemies into their hand."},{"text":"There failed not ought of any good thing which the LORD had spoken unto the house of Israel; all came to pass."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":22,"verses":[{"text":"Then Joshua called the Reubenites, and the Gadites, and the half tribe of Manasseh,"},{"text":"And said unto them, Ye have kept all that Moses the servant of the LORD commanded you, and have obeyed my voice in all that I commanded you:"},{"text":"Ye have not left your brethren these many days unto this day, but have kept the charge of the commandment of the LORD your God."},{"text":"And now the LORD your God hath given rest unto your brethren, as he promised them: therefore now return ye, and get you unto your tents, and unto the land of your possession, which Moses the servant of the LORD gave you on the other side Jordan."},{"text":"But take diligent heed to do the commandment and the law, which Moses the servant of the LORD charged you, to love the LORD your God, and to walk in all his ways, and to keep his commandments, and to cleave unto him, and to serve him with all your heart and with all your soul."},{"text":"So Joshua blessed them, and sent them away: and they went unto their tents."},{"text":"Now to the one half of the tribe of Manasseh Moses had given possession in Bashan: but unto the other half thereof gave Joshua among their brethren on this side Jordan westward. And when Joshua sent them away also unto their tents, then he blessed them,"},{"text":"And he spake unto them, saying, Return with much riches unto your tents, and with very much cattle, with silver, and with gold, and with brass, and with iron, and with very much raiment: divide the spoil of your enemies with your brethren."},{"text":"And the children of Reuben and the children of Gad and the half tribe of Manasseh returned, and departed from the children of Israel out of Shiloh, which is in the land of Canaan, to go unto the country of Gilead, to the land of their possession, whereof they were possessed, according to the word of the LORD by the hand of Moses."},{"text":"And when they came unto the borders of Jordan, that are in the land of Canaan, the children of Reuben and the children of Gad and the half tribe of Manasseh built there an altar by Jordan, a great altar to see to."},{"text":"And the children of Israel heard say, Behold, the children of Reuben and the children of Gad and the half tribe of Manasseh have built an altar over against the land of Canaan, in the borders of Jordan, at the passage of the children of Israel."},{"text":"And when the children of Israel heard of it, the whole congregation of the children of Israel gathered themselves together at Shiloh, to go up to war against them."},{"text":"And the children of Israel sent unto the children of Reuben, and to the children of Gad, and to the half tribe of Manasseh, into the land of Gilead, Phinehas the son of Eleazar the priest,"},{"text":"And with him ten princes, of each chief house a prince throughout all the tribes of Israel; and each one was an head of the house of their fathers among the thousands of Israel."},{"text":"And they came unto the children of Reuben, and to the children of Gad, and to the half tribe of Manasseh, unto the land of Gilead, and they spake with them, saying,"},{"text":"Thus saith the whole congregation of the LORD, What trespass is this that ye have committed against the God of Israel, to turn away this day from following the LORD, in that ye have builded you an altar, that ye might rebel this day against the LORD?"},{"text":"Is the iniquity of Peor too little for us, from which we are not cleansed until this day, although there was a plague in the congregation of the LORD,"},{"text":"But that ye must turn away this day from following the LORD? and it will be, seeing ye rebel to day against the LORD, that to morrow he will be wroth with the whole congregation of Israel."},{"text":"Notwithstanding, if the land of your possession be unclean, then pass ye over unto the land of the possession of the LORD, wherein the LORD's tabernacle dwelleth, and take possession among us: but rebel not against the LORD, nor rebel against us, in building you an altar beside the altar of the LORD our God."},{"text":"Did not Achan the son of Zerah commit a trespass in the accursed thing, and wrath fell on all the congregation of Israel? and that man perished not alone in his iniquity."},{"text":"Then the children of Reuben and the children of Gad and the half tribe of Manasseh answered, and said unto the heads of the thousands of Israel,"},{"text":"The LORD God of gods, the LORD God of gods, he knoweth, and Israel he shall know; if it be in rebellion, or if in transgression against the LORD, (save us not this day,)"},{"text":"That we have built us an altar to turn from following the LORD, or if to offer thereon burnt offering or meat offering, or if to offer peace offerings thereon, let the LORD himself require it;"},{"text":"And if we have not rather done it for fear of this thing, saying, In time to come your children might speak unto our children, saying, What have ye to do with the LORD God of Israel?"},{"text":"For the LORD hath made Jordan a border between us and you, ye children of Reuben and children of Gad; ye have no part in the LORD: so shall your children make our children cease from fearing the LORD."},{"text":"Therefore we said, Let us now prepare to build us an altar, not for burnt offering, nor for sacrifice:"},{"text":"But that it may be a witness between us, and you, and our generations after us, that we might do the service of the LORD before him with our burnt offerings, and with our sacrifices, and with our peace offerings; that your children may not say to our children in time to come, Ye have no part in the LORD."},{"text":"Therefore said we, that it shall be, when they should so say to us or to our generations in time to come, that we may say again, Behold the pattern of the altar of the LORD, which our fathers made, not for burnt offerings, nor for sacrifices; but it is a witness between us and you."},{"text":"God forbid that we should rebel against the LORD, and turn this day from following the LORD, to build an altar for burnt offerings, for meat offerings, or for sacrifices, beside the altar of the LORD our God that is before his tabernacle."},{"text":"And when Phinehas the priest, and the princes of the congregation and heads of the thousands of Israel which were with him, heard the words that the children of Reuben and the children of Gad and the children of Manasseh spake, it pleased them."},{"text":"And Phinehas the son of Eleazar the priest said unto the children of Reuben, and to the children of Gad, and to the children of Manasseh, This day we perceive that the LORD is among us, because ye have not committed this trespass against the LORD: now ye have delivered the children of Israel out of the hand of the LORD."},{"text":"And Phinehas the son of Eleazar the priest, and the princes, returned from the children of Reuben, and from the children of Gad, out of the land of Gilead, unto the land of Canaan, to the children of Israel, and brought them word again."},{"text":"And the thing pleased the children of Israel; and the children of Israel blessed God, and did not intend to go up against them in battle, to destroy the land wherein the children of Reuben and Gad dwelt."},{"text":"And the children of Reuben and the children of Gad called the altar Ed: for it shall be a witness between us that the LORD is God."}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"number":23,"verses":[{"text":"And it came to pass a long time after that the LORD had given rest unto Israel from all their enemies round about, that Joshua waxed old and stricken in age."},{"text":"And Joshua called for all Israel, and for their elders, and for their heads, and for their judges, and for their officers, and said unto them, I am old and stricken in age:"},{"text":"And ye have seen all that the LORD your God hath done unto all these nations because of you; for the LORD your God is he that hath fought for you."},{"text":"Behold, I have divided unto you by lot these nations that remain, to be an inheritance for your tribes, from Jordan, with all the nations that I have cut off, even unto the great sea westward."},{"text":"And the LORD your God, he shall expel them from before you, and drive them from out of your sight; and ye shall possess their land, as the LORD your God hath promised unto you."},{"text":"Be ye therefore very courageous to keep and to do all that is written in the book of the law of Moses, that ye turn not aside therefrom to the right hand or to the left;"},{"text":"That ye come not among these nations, these that remain among you; neither make mention of the name of their gods, nor cause to swear by them, neither serve them, nor bow yourselves unto them:"},{"text":"But cleave unto the LORD your God, as ye have done unto this day."},{"text":"For the LORD hath driven out from before you great nations and strong: but as for you, no man hath been able to stand before you unto this day."},{"text":"One man of you shall chase a thousand: for the LORD your God, he it is that fighteth for you, as he hath promised you."},{"text":"Take good heed therefore unto yourselves, that ye love the LORD your God."},{"text":"Else if ye do in any wise go back, and cleave unto the remnant of these nations, even these that remain among you, and shall make marriages with them, and go in unto them, and they to you:"},{"text":"Know for a certainty that the LORD your God will no more drive out any of these nations from before you; but they shall be snares and traps unto you, and scourges in your sides, and thorns in your eyes, until ye perish from off this good land which the LORD your God hath given you."},{"text":"And, behold, this day I am going the way of all the earth: and ye know in all your hearts and in all your souls, that not one thing hath failed of all the good things which the LORD your God spake concerning you; all are come to pass unto you, and not one thing hath failed thereof."},{"text":"Therefore it shall come to pass, that as all good things are come upon you, which the LORD your God promised you; so shall the LORD bring upon you all evil things, until he have destroyed you from off this good land which the LORD your God hath given you."},{"text":"When ye have transgressed the covenant of the LORD your God, which he commanded you, and have gone and served other gods, and bowed yourselves to them; then shall the anger of the LORD be kindled against you, and ye shall perish quickly from off the good land which he hath given unto you."}]}
|