@argdown/core
    Preparing search index...

    Interface IJSONSettings

    Settings used by the JSONExportPlugin

    interface IJSONSettings {
        exportData?: boolean;
        exportMap?: boolean;
        exportSections?: boolean;
        exportTags?: boolean;
        outputDir?: string;
        removeEmbeddedRelations?: boolean;
        spaces?: number;
    }
    Index

    Properties

    exportData?: boolean

    Should the JSON data include metaData?

    exportMap?: boolean

    Should the JSON data include the response.map property?

    exportSections?: boolean

    Should the JSON data include sections?

    exportTags?: boolean

    Should the JSON data include tag data?

    outputDir?: string
    removeEmbeddedRelations?: boolean

    Should [[Argument.relations]], [[Statement.relations]] be removed from the JSON objects?

    spaces?: number