Member Junction
    Preparing search index...

    Result of CrushJSON: the compact text plus the legend and size accounting.

    interface CrushResult {
        CrushedChars: number;
        Legend: CrushLegend;
        OriginalChars: number;
        Text: string;
    }
    Index

    Properties

    CrushedChars: number

    Character count of CrushResult.Text.

    Legend: CrushLegend

    Legend required to interpret CrushResult.Text.

    OriginalChars: number

    Character count of the verbatim JSON.stringify of the input.

    Text: string

    The crushed, minified, deterministic text representation.