Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JsonOptions

Index

Properties

Properties

Optional replacer

replacer: (this: any, key: string, value: any) => any

A function that influences how the info is stringified.

Type declaration

    • (this: any, key: string, value: any): any
    • Parameters

      • this: any
      • key: string
      • value: any

      Returns any

Optional space

space: number

The number of white space used to format the json.

Generated using TypeDoc