platform-bible-utils
    Preparing search index...

    Interface Usj

    Scripture data represented in JSON format. Data compatible transformation from USX/USFM

    interface Usj {
        content: MarkerContent[];
        type: "USJ";
        version: "3.1";
    }
    Index

    Properties

    Properties

    content: MarkerContent[]

    The JSON representation of scripture contents from USFM/USX

    type: "USJ"

    The USJ spec type

    version: "3.1"

    The USJ spec version