quran-json/README.md
2023-02-02 02:54:30 -03:00

2.4 KiB

About

This repository contains the contents of the holy book, The Quran - in its original Arabic. Translations in English, Farsi, and Portuguese are also included. The contents are available in the JSON, and SQL formats.

Contents

  1. src/json/
  2. src/sql/
  3. bin/

src/json/

JSON schema

Each JSON file represents a surah (also known as a chapter). The format of the JSON files can be described as an array where the first element is an object that contains information about a surah, and the rest of the array is made up of two-element arrays. The first element is the ayah number (also known as a verse number), and the second element is the contents of the ayah. See Surah Al-Fatihah as an example.

src/sql/

bin/

The bin/ directory contains scripts that generate the contents of the src/ directory:

Credit

Thanks to the following websites:

License

This software is released into the Public Domain.