Last active
January 30, 2017 22:51
-
-
Save stvnrynlds/27b8b64795294c9754df8eab5f3e83bf to your computer and use it in GitHub Desktop.
Biblical Canon in JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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"] | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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