Skip to content

This is a json and a txt file containing every verse in the King James Bible that contains a pilcrow.

Notifications You must be signed in to change notification settings

kenyonbowers/bible-verses-with-pilcrows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bible Verses Containing Pilcrows

These files (.JSON and .TXT) contain a list of every verse in the King James Bible which contain a pilcrow.

.JSON Format

{
  "Genesis": ["1:6", "1:9", ...],
  "Exodus": ["1:7", "1:15", ...],
  ...
}

.TXT Format

[Genesis]
1:6, 1:9, ...

[Exodus]
1:7, 1:15, ...

...