1.0.15 • Published 9 years ago
@omysoul/bible-codec v1.0.15
Bible Codec
This is the codec used to translate between JSON and txt bible formats. The JSON format is:
type Verse = {n: number, txt: string}
type Chapter = Array<Verse>
type Book = Array<Chapter>
type Bible = Array<Book>
[
[
{"n": 1, "txt": },
...
],
...
]The txt format has the following separators:
- book:
||| - chapter:
|| - verse:
verse no|verse text
1|In the beginning God created the heaven and the earth.2|And the earth was ...||1|Thus the heavens and the earth were finished, and all the host of them.2|And on the seventh day God ended ...26|So Joseph died, being an hundred and ten years old: and they embalmed him, and he was put in a coffin in Egypt.|||1|Now these are the names of the children of Israel, which came into Egypt;1.0.15
9 years ago
1.0.14-readme
10 years ago
1.0.14
10 years ago
1.0.13-readme
10 years ago
1.0.13
10 years ago
1.0.12-readme
10 years ago
1.0.12
10 years ago
1.0.11-readme-readme-readme-readme-readme-readme
10 years ago
1.0.11-readme-readme-readme-readme-readme
10 years ago
1.0.11-readme-readme-readme-readme
10 years ago
1.0.11-readme-readme-readme
10 years ago
1.0.11-readme-readme
10 years ago
1.0.11-readme
10 years ago
1.0.11
10 years ago
1.0.9
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago