-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathJNA.json
More file actions
912 lines (912 loc) · 22.4 KB
/
JNA.json
File metadata and controls
912 lines (912 loc) · 22.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "JON",
"content": [
"- Open English Translation—Readers’ Version (OET-RV) v0.3.04"
]
},
{
"type": "para",
"marker": "ide",
"content": [
"UTF-8\n"
]
},
{
"type": "para",
"marker": "rem",
"content": [
"ESFM v0.6 JNA\n"
]
},
{
"type": "para",
"marker": "rem",
"content": [
"WORDTABLE OET-LV_OT_word_table.tsv\n"
]
},
{
"type": "para",
"marker": "h",
"content": [
"Yonah\n"
]
},
{
"type": "para",
"marker": "toc1",
"content": [
"Yonah (Jonah)\n"
]
},
{
"type": "para",
"marker": "toc2",
"content": [
"Yonah\n"
]
},
{
"type": "para",
"marker": "toc3",
"content": [
"Yonah\n"
]
},
{
"type": "para",
"marker": "mt1",
"content": [
"Yonah (Jonah)\n"
]
},
{
"type": "para",
"marker": "is1",
"content": [
"Introduction\n"
]
},
{
"type": "para",
"marker": "ip",
"content": [
"This account tells about a prophet named Yonah (commonly known as ‘Jonah’) who lived in northern Yisrael/Israel around 250 years after David became king, i.e., in the eighth century BC, perhaps around 785 BC. This account is not like other prophetic accounts because it tells us about the fate of a prophet who ",
{
"type": "char",
"marker": "em",
"content": [
"didn’t"
]
},
" obey God when he was commanded by God to go to the city of Nineveh (Heb. Ninveh). He didn’t obey because knew that God would be merciful and not carry out his threat of punishing that city if the people decided to turn away from their sins. But due to a miracle when he was swallowed by a large fish after being tossed overboard from a ship in a storm, Yonah was spat out on the beach and forced to go to Nineveh. His missionary work there was very successful as the king led a movement of turning back towards God. This upset Yonah when God indeed didn’t punish the people of Nineveh by destroying their city.\n"
]
},
{
"type": "para",
"marker": "ip",
"content": [
"This account also indicates how the author believes that God is in control of everything he made, including the ocean, fish, the wind, etc. But most of all, we’re told here how loving and merciful God is, because even the enemies of his chosen people were forgiven and saved after they turned away from their sins.\n"
]
},
{
"type": "para",
"marker": "iot",
"content": [
"Main components of this account\n"
]
},
{
"type": "para",
"marker": "io1",
"content": [
"Yonah disobeys Yahweh’s command ",
{
"type": "char",
"marker": "ior",
"content": [
"1:1-17"
]
}
]
},
{
"type": "para",
"marker": "io1",
"content": [
"Yonah’s prayer ",
{
"type": "char",
"marker": "ior",
"content": [
"2:1-10"
]
}
]
},
{
"type": "para",
"marker": "io1",
"content": [
"Yonah goes to Nineveh ",
{
"type": "char",
"marker": "ior",
"content": [
"3:1-10"
]
}
]
},
{
"type": "para",
"marker": "io1",
"content": [
"Yonah’s anger at God’s mercy towards Nineveh ",
{
"type": "char",
"marker": "ior",
"content": [
"4:1-11"
]
}
]
},
{
"type": "para",
"marker": "rem",
"content": [
"This is still a very early look into the unfinished text of the Open English Translation of the Bible. Please double-check the text in advance before using in public.\n"
]
},
{
"type": "para",
"marker": "ie",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "1",
"sid": "JON 1"
},
{
"type": "para",
"marker": "s1",
"content": [
"Yonah tries to run from God\n"
]
},
{
"type": "para",
"marker": "rem",
"content": [
"/s1 Jonah Disobeys the Lord; Jonah Flees From the Lord; Jonah Tries to Run Away from God; Jonah Runs from the Lord; Jonah’s mission to Nineveh\n"
]
},
{
"type": "para",
"marker": "s4",
"content": [
"Northern kingdom\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "JON 1:1"
},
{
"type": "note",
"marker": "x",
"content": [
{
"type": "char",
"marker": "xo",
"content": [
"1:1: "
]
},
{
"type": "char",
"marker": "xt",
"content": [
"2Ki 14:25."
]
}
],
"caller": "+"
},
"Now Yahweh¦370574 said to Yonah¦370577 the son of Amittai¦370580,\n",
{
"type": "verse",
"marker": "v",
"number": "2",
"sid": "JON 1:2"
},
"“Go now to the major city¦370588 of Nineveh¦370587, and¦370590 speak out against it¦370594 because I’ve noticed how evil they are.”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "3",
"sid": "JON 1:3"
},
"But¦370598 Yonah¦370599 decided to run away from Yahweh so he went down to Yoppa¦370605 and found¦370606 a ship¦370607 about¦370610 to go to Tarshish. He paid the fare and went aboard to go with¦370615 them to Tarshish to get away from Yahweh.\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "4",
"sid": "JON 1:4"
},
"However Yahweh¦370622 caused a strong wind on¦370634 the sea and¦370622 it became a such big storm¦370631 that they all thought¦370636 the ship would disintegrate.\n",
{
"type": "verse",
"marker": "v",
"number": "5",
"sid": "JON 1:5"
},
"The sailors¦370640 were afraid¦370639 and they each cried¦370641 to their own gods for help, and they threw¦370646 the cargo overboard to make the ship lighter¦370655. But¦370639 Yonah¦370657 had gone down into the hold where he had laid down and fallen¦370664 fast asleep¦370664.\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "6",
"sid": "JON 1:6"
},
"So¦370666 the ship’s captain approached¦370666 him and said¦370670, “Why are you sleeping¦370675? Come on, pray to your god¦370680 and perhaps¦370681 he will take notice of us so we won’t¦370685 die.”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "7",
"sid": "JON 1:7"
},
"Then¦370688 the sailors said¦370688 to each other, “Let’s draw straws to find out whose¦370697 fault it¦370703 is that¦370697 we¦370696 are in¦370697 this predicament.” So¦370688 they¦370688 drew straws and¦370688 Yonah¦370707 was indicated.\n",
{
"type": "verse",
"marker": "v",
"number": "8",
"sid": "JON 1:8"
},
"So¦370709 they said¦370709 to him, “Hey, tell us why this disaster is happening to us. What’s your occupation¦370723? Where are you from? What country¦370727? What nationality are you?”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "9",
"sid": "JON 1:9"
},
"And he said¦370734 to them, “I’m a Hebrew¦370736 and I fear Yahweh¦370740 the god¦370741 of the heavens¦370742 who made the sea¦370750 and the land.”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "10",
"sid": "JON 1:10"
},
"And the men became really scared¦370755 and¦370755 asked him what he had done, because he had told them that he was running from Yahweh¦370772.\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "11",
"sid": "JON 1:11"
},
"So¦370788 they asked him what they should do to him so that the sea would calm, because the storm¦370791 was getting worse.\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "12",
"sid": "JON 1:12"
},
"And he said to them, “Pick me up and¦370793 throw¦370796 me into the sea so that the sea will calm down because I know that this terrible storm¦370808 came because of me.”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "13",
"sid": "JON 1:13"
},
"However¦370821, the men¦370814 tried to row but¦370813 they¦370820 were not able to return to the land because the sea¦370822 was very rough and¦370819 getting worse.\n",
{
"type": "verse",
"marker": "v",
"number": "14",
"sid": "JON 1:14"
},
"So¦370827 they called¦370827 to Yahweh and said¦370831, “We beg you Yahweh: please¦370852 don’t let us die because of this man¦370839, and don’t consider us guilty because you yourself have made this happen.”\n",
{
"type": "verse",
"marker": "v",
"number": "15",
"sid": "JON 1:15"
},
"And then¦370855 they picked¦370855 up Yonah¦370858 and threw¦370859 him into the sea, and the sea became calm.\n",
{
"type": "verse",
"marker": "v",
"number": "16",
"sid": "JON 1:16"
},
"The¦370877 men¦370868 felt really scared¦370867 of Yahweh¦370873 and they¦370867 sacrificed¦370876 to him and made vows.\n",
{
"type": "para",
"marker": "rem",
"content": [
"We renumbered this chapter to match the LV for now\n"
]
}
]
},
{
"type": "chapter",
"marker": "c",
"number": "2",
"sid": "JON 2"
},
{
"type": "para",
"marker": "rem",
"content": [
"/s1 Jonah’s Prayer; A Psalm of Thanksgiving\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "JON 2:1"
},
{
"type": "note",
"marker": "x",
"content": [
{
"type": "char",
"marker": "xo",
"content": [
"1:17: "
]
},
{
"type": "char",
"marker": "xt",
"content": [
"Mat 12:40."
]
}
],
"caller": "+"
},
"Then¦370891 Yahweh¦370883 commanded a huge¦370885 fish to swallow¦370886 Yonah¦370889 and he stayed in¦370892 the belly¦370892 of the fish for three days¦370895 and three nights¦370897.\n"
]
},
{
"type": "para",
"marker": "s1",
"content": [
"Yonah’s prayer\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "2",
"sid": "JON 2:2"
},
"And Yonah¦370901 prayed¦370900 to Yahweh¦370904 his god¦370905 from the belly¦370906 of the fish¦370907.\n",
{
"type": "verse",
"marker": "v",
"number": "3",
"sid": "JON 2:3"
},
"And he said¦370910,\n"
]
},
{
"type": "para",
"marker": "q1",
"content": [
"“I called¦370911 to you Yahweh¦370916 in my distress¦370912 and you answered¦370917 me. I cried¦370920 for help¦370920 from the valley of death and you heard¦370921 my voice.\n",
{
"type": "verse",
"marker": "v",
"number": "4",
"sid": "JON 2:4"
},
"You have thrown¦370925 me right into the deep—the heart¦370927 of the sea; and a flood surrounds¦370930 me. All your¦370933 waves¦370934 are crashing over me.\n"
]
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "5",
"sid": "JON 2:5"
},
"And I said¦370940, ‘I have been driven¦370941 out of your sight¦370943 however I will look¦370946 again towards your holy temple¦370949.’\n"
]
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "6",
"sid": "JON 2:6"
},
"I was up to my neck in the waters¦370954; it¦370959 was deep all around me. There were reeds wrapped¦370961 around my head¦370962.\n"
]
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "7",
"sid": "JON 2:7"
},
"I¦370967 went¦370967 down to the foundations of the mountains¦370966; barred from returning to the land. But¦370972 you¦370972 saved my life¦370974 from the grave, Yahweh¦370975 my god¦370976.\n"
]
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "8",
"sid": "JON 2:8"
},
"When my life¦370981 was draining away from me, I remembered¦370985 you, Yahweh¦370984, and my prayer¦370988 reached you in¦370979 your holy temple¦370991.\n"
]
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "9",
"sid": "JON 2:9"
},
"Those who worship lifeless gods abandon¦371000 their¦370999 allegiance to you.\n"
]
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "10",
"sid": "JON 2:10"
},
"But¦371003 I’ll speak out my gratitude as I sacrifice¦371006 to you¦371008. I’ve¦371010 vowed¦371010 this and¦371003 I’ll do it, because Yahweh¦371013 is my rescuer¦371012.”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "11",
"sid": "JON 2:11"
},
"Then Yahweh¦371018 spoke to the fish¦371019 and¦371017 it vomitted¦371020 Yonah¦371023 up onto the land.\n"
]
},
{
"type": "chapter",
"marker": "c",
"number": "3",
"sid": "JON 3"
},
{
"type": "para",
"marker": "s1",
"content": [
"Yonah goes to Nineveh\n"
]
},
{
"type": "para",
"marker": "rem",
"content": [
"/s1 Jonah Obeys the Lord; Conversion of Nineveh; Jonah Goes to Nineveh\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "JON 3:1"
},
"And Yahweh¦371032 spoke to Yonah¦371035 a second¦371036 time saying,\n",
{
"type": "verse",
"marker": "v",
"number": "2",
"sid": "JON 3:2"
},
"“Go now to the major city¦371044, Nineveh¦371043, and¦371046 announce this declaration which¦371052 I’ve told you¦371055.”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "3",
"sid": "JON 3:3"
},
"So¦371057 Yonah¦371058 went¦371059 directly to Nineveh¦371062. It was a large city¦371068, taking three¦371073 days¦371074 to travel across.\n",
{
"type": "verse",
"marker": "v",
"number": "4",
"sid": "JON 3:4"
},
{
"type": "note",
"marker": "x",
"content": [
{
"type": "char",
"marker": "xo",
"content": [
"3:4-5: "
]
},
{
"type": "char",
"marker": "xt",
"content": [
"Mat 12:41; Luk 11:32."
]
}
],
"caller": "+"
},
"Yonah¦371077 went one day’s travel into the city¦371079 and¦371083 publicly announced, “Nineveh¦371088 is going to be destroyed in¦371079 forty¦371086 days!”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "5",
"sid": "JON 3:5"
},
"The people of Nineveh¦371093 believed¦371091 in¦371094 God¦371094 and announced a time of fasting, and from the least¦371103 to the most important people, they just wore sackcloth¦371099 ",
{
"type": "char",
"marker": "add",
"content": [
"as a sign of contrition"
]
},
".\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "6",
"sid": "JON 3:6"
},
"The king¦371109 of Nineveh¦371111 also heard about it and he got down from his throne¦371113, took¦371114 off his robe¦371115 and put on sackcloth¦371118, then¦371105 sat¦371119 in a pile of ashes¦371122.\n",
{
"type": "verse",
"marker": "v",
"number": "7",
"sid": "JON 3:7"
},
"And he had a statement written out and publicly read throughout Nineveh¦371126, saying, “The king¦371128 and his advisors declare that people and livestock¦371132, be it herds or flocks¦371134, are prohibited from grazing or eating anything¦371138, and even from drinking¦371145 water¦371142.\n",
{
"type": "verse",
"marker": "v",
"number": "8",
"sid": "JON 3:8"
},
"Both people and livestock¦371150 should just wear sacks, and they should use their¦371164 strength to cry out to God¦371154 and they should turn¦371156 away from the evil¦371159 and violent¦371162 things they have been doing.\n",
{
"type": "verse",
"marker": "v",
"number": "9",
"sid": "JON 3:9"
},
"And maybe God¦371171 will turn and change his mind and stop his fierce¦371173 anger¦371174, and maybe we won’t¦371175 die.”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "10",
"sid": "JON 3:10"
},
"And¦371180 God¦371179 saw¦371178 their actions in turning away from their evil¦371187 ways¦371186 and he changed his mind about the destruction which¦371193 he had said¦371195 he would send to them and he didn’t¦371199 proceed with it.\n"
]
},
{
"type": "chapter",
"marker": "c",
"number": "4",
"sid": "JON 4"
},
{
"type": "para",
"marker": "s1",
"content": [
"Yonah gets upset\n"
]
},
{
"type": "para",
"marker": "rem",
"content": [
"/s1 Jonah’s Anger; Jonah’s Anger and God’s Mercy; Jonah’s Anger at the Lord’s Compassion; Jonah’s Anger at the Lord’s Mercy\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "JON 4:1"
},
"But¦371202 Yonah¦371205 was very upset and¦371208 the situation made him angry.\n",
{
"type": "verse",
"marker": "v",
"number": "2",
"sid": "JON 4:2"
},
{
"type": "note",
"marker": "x",
"content": [
{
"type": "char",
"marker": "xo",
"content": [
"4:2: "
]
},
{
"type": "char",
"marker": "xt",
"content": [
"Exo 34:6."
]
}
],
"caller": "+"
},
"And he said to Yahweh, “Please Yahweh, wasn’t this what I said would happen when I was still in my own country¦371227? That’s why I fled to Tarshish¦371233 the first¦371231 time¦371231, because I knew¦371235 that you are a caring forgiving god¦371238, who doesn’t get angry quickly; full of kindness and¦371211 not wanting to cause distress.\n",
{
"type": "verse",
"marker": "v",
"number": "3",
"sid": "JON 4:3"
},
{
"type": "note",
"marker": "x",
"content": [
{
"type": "char",
"marker": "xo",
"content": [
"4:3: "
]
},
{
"type": "char",
"marker": "xt",
"content": [
"1Ki 19:4."
]
}
],
"caller": "+"
},
"So¦371252 therefore Yahweh¦371253, please¦371256 kill me because I’d¦371257 rather die¦371263 than live¦371264 like this.”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "4",
"sid": "JON 4:4"
},
"But¦371267 Yahweh¦371268 said¦371267, “Do you think it’s right¦371269 to be angry like that?”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "5",
"sid": "JON 4:5"
},
"And Yonah¦371274 went outside the city to the east and made himself a shelter¦371284 and sat there¦371283 in¦371287 the shade¦371287 to see what would happen to the city.\n",
{
"type": "verse",
"marker": "v",
"number": "6",
"sid": "JON 4:6"
},
"And Yahweh¦371297 God¦371299 commanded a plant and it grew up over Yonah to shade¦371306 his head¦371309 and to relieve him from his distress¦371312. Yonah was very pleased about the plant.\n",
{
"type": "verse",
"marker": "v",
"number": "7",
"sid": "JON 4:7"
},
"Then¦371321 at¦371324 dawn the next day¦371326 God¦371328 commanded a grub and¦371321 it attacked¦371327 the plant¦371330 which then¦371321 shrivelled up.\n",
{
"type": "verse",
"marker": "v",
"number": "8",
"sid": "JON 4:8"
},
"And when the sun came up, God¦371338 sent a hot east wind and the sun beat on Yonah’s¦371347 head¦371346. He became¦371348 faint¦371348 and asked¦371349 for his life to end and said, “It’s better for me to die than to live.”\n",
{
"type": "para",
"marker": "rem",
"content": [
"/s1 Jonah Is Reproved\n"
]
}
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "9",
"sid": "JON 4:9"
},
"And God¦371360 said to Yonah¦371363, “Do you think it’s right¦371372 to be angry about the plant¦371370?”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
"And Yonah replied, “Yes, I’m angry enough to die!”\n"
]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "10",
"sid": "JON 4:10"
},
"Then¦371380 Yahweh¦371381 said¦371380, “You felt sorry for the plant which¦371387 you didn’t¦371388 even plant or work for. It came up in a day and¦371380 died again in a day\n",
{
"type": "verse",
"marker": "v",
"number": "11",
"sid": "JON 4:11"
},
"so shouldn’t¦371404 I¦371405 feel sorry for the huge¦371410 city¦371409 of Nineveh¦371408 which¦371411 has so many people in¦371414 it¦371414 who don’t¦371404 know right¦371427 from wrong—over 120,000 people, not to mention all the livestock¦371429!”\n"
]
}
]
}