Blockbench Reference Docs
    Preparing search index...

    Interface JSONCompileOptions

    interface JSONCompileOptions {
        final_newline?: boolean;
        indentation?: string;
        small?: boolean;
    }
    Index

    Properties

    final_newline?: boolean

    Whether to add a newline character at the end of the file. If omitted, use value from Blockbench settings

    indentation?: string

    Indentation string. If omitted, will default to the indentation from Blockbench's settings

    small?: boolean

    If true, minify everything into one line