mznjs API Documentation - v0.0.31-beta.5
    Preparing search index...

    Interface JsonFormatOptions

    JSON格式化选项

    interface JsonFormatOptions {
        indent?: number;
        removeComments?: boolean;
    }
    Index

    Properties

    indent?: number

    缩进空格数,默认2

    removeComments?: boolean

    是否移除注释,默认true