Javascript – I need this file to stringify a book, a chapter, and a verse but it stringifies multiple books at once
This file splits the text variable from book, chapter, and verses. It should ideally look like this: [ { "book": "PLACEHOLDER", "chapters": [ { "chapter": 1, "verses": [ { "verse": 1, "text": "this is book 1, chapter 1, verse 1"…