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

    Interface ParseOptions

    Options for the typed conversion pair (bitmarkToObjects / objectsToBitmark).

    interface ParseOptions {
        includeUnknownProperties?: boolean;
        mode?: OutputMode;
    }
    Index
    includeUnknownProperties?: boolean

    Include unknown properties in the bit JSON (default: false). Applies to bitmarkToObjects only (parsing); ignored by objectsToBitmark — unknown properties are never converted back to bitmark. See ConvertOptions.includeUnknownProperties.

    mode?: OutputMode

    JSON output mode (default: "optimized").