The existing JSON files were generated using a script that stripped out all XML-like tags, including the Strong's metadata.
Modified
scripts/sword_to_json.py
:
Updated the bible.get() call to use clean=False.
This allows pysword to return the raw OSIS text with tags preservation.
Also patched a Python 3 compatibility issue (xrange -> range).