Stone.js API
    Preparing search index...
    interface HttpJsonConfig {
        escape: boolean;
        replacer?: (this: unknown, key: string, value: unknown) => unknown;
        spaces: string;
    }
    Index
    escape: boolean

    Whether to escape HTML characters in JSON output.

    replacer?: (this: unknown, key: string, value: unknown) => unknown

    A custom replacer function for JSON serialization.

    spaces: string

    The number of spaces to use for formatting JSON output.