This repository contains the holy book, The Qur'an, in both
English and its original Arabic, and described in the JSON format.
The repository hopes to help those working with The Qur'an in the
context of developing software, or websites.
## Layout
### Arabic
* [`src/arabic/*.json`](src/arabic/)
Each JSON file represents a chapter, or surah - in its original Arabic.
For example, [src/arabic/1.json](src/arabic/1.json) contains Al-Fatihah. The structure of the file can be described as an array of arrays, with each array representing a verse, or ayah.
For example:
```
[
[
<versenumber>,
<versecontents>
],
[
<versenumber>,
<versecontents>
],
[
<versenumber>,
<versecontents>
],
/* etc... */
]
```
### English
* [`src/english/*.json`](src/english)
The English translation follows the same structure as the Arabic content,
with each JSON file representing a chapter, or surah. Like the Arabic
JSON files, the data is stored in an array of arrays. For example, consider