SysProM
    Preparing search index...

    Interface FormatOptions

    Options for controlling canonical JSON output formatting.

    interface FormatOptions {
        indent?: string;
    }
    Index

    Properties

    Properties

    indent?: string

    Indentation string (e.g. "\t" or " "). Empty string produces compact output.