@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface JsonOptions

    Options for JSON generation

    interface JsonOptions {
        debugGenerationInline?: false;
        enableWarnings?: number | boolean;
        excludeUnknownProperties?: boolean;
        prettify?: number | boolean;
        stringify?: boolean;
        textAsPlainText?: false;
    }
    Index
    debugGenerationInline?: false

    Not supported — true throws LegacyUnsupportedError at runtime.

    enableWarnings?: number | boolean
    excludeUnknownProperties?: boolean

    Exclude unknown properties from the JSON output (default: false — unknown properties are included, as bpg). The parser's warning text references the new API's inverse flag (includeUnknownProperties).

    prettify?: number | boolean
    stringify?: boolean
    textAsPlainText?: false

    bitmark v3 only — true throws LegacyUnsupportedError at runtime.