How to display json data from assets folder in android studio into Recylerview
Something like this:
{
"book": "Luke",
"chapters":
[
{
"chapter": "1",
"verses":
[
{
"1": "Forasmuch as many have taken in hand to set forth in order a declaration
of those things which are most surely believed among us,"
}
]
}
]
}