Skip to content

Instantly share code, notes, and snippets.

@stvnrynlds
Last active January 30, 2017 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stvnrynlds/27b8b64795294c9754df8eab5f3e83bf to your computer and use it in GitHub Desktop.
Save stvnrynlds/27b8b64795294c9754df8eab5f3e83bf to your computer and use it in GitHub Desktop.
Biblical Canon in JSON
[
{
"id": "matthew",
"title": "The Gospel According to Matthew",
"author": "Matthew",
"tags": ["nt", "gospel", "synoptic"]
}, {
"id": "mark",
"title": "The Gospel According to Mark",
"author": "Mark",
"tags": ["nt", "gospel", "synoptic"]
}, {
"id": "luke",
"title": "The Gospel According to Luke",
"author": "Luke",
"tags": ["nt", "gospel", "synoptic"]
}, {
"id": "john",
"title": "The Gospel According to John",
"author": "John",
"tags": ["nt", "gospel"]
}, {
"id": "acts",
"title": "The Acts of the Apostles",
"author": "Luke",
"tags": ["nt", "history"]
}, {
"id": "romans",
"title": "Epistle to the Romans",
"author": "Paul",
"tags": ["nt", "pauline", "letters"]
}, {
"id": "1-corinthians",
"title": "First Epistle to the Corinthians",
"author": "Paul",
"tags": ["nt", "pauline", "letters"]
}, {
"id": "2-corinthians",
"title": "Second Epistle to the Corinthians",
"author": "Paul",
"tags": ["nt", "pauline", "letters"]
}, {
"id": "galatians",
"title": "Epistle to the Galatians",
"author": "Paul",
"tags": ["nt", "pauline", "letters"]
}, {
"id": "ephesians",
"title": "Epistle to the Ephesians",
"author": "Paul",
"tags": ["nt", "pauline", "letters"]
}, {
"id": "philippians",
"title": "Epistle to the Philippians",
"author": "Paul",
"tags": ["nt", "pauline", "letters"]
}, {
"id": "colossians",
"title": "Epistle to the Colossians",
"author": "Paul",
"tags": ["nt", "pauline", "letters"]
}, {
"id": "colossians",
"title": "Epistle to the Colossians",
"author": "Paul",
"tags": ["nt", "pauline", "letters"]
}
]
[
{
"id": "genesis",
"title": "Genesis",
"author": "Moses",
"tags": ["ot", "pentateuch"]
}, {
"id": "exodus",
"title": "Exodus",
"author": "Moses",
"tags": ["ot", "pentateuch"]
}, {
"id": "leviticus",
"title": "Leviticus",
"author": "Moses",
"tags": ["ot", "pentateuch"]
}, {
"id": "numbers",
"title": "Numbers",
"author": "Moses",
"tags": ["ot", "pentateuch"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment