• Parameters

    • player: Player | Globals.modules.cmds.executeCommandPlayerW

      The player to send the message to.

    • value: any

      The JSON to stringify.

    • Optionalspace: string | number

      The spacing for the stringified JSON.

    • Optionaloptions: {
          bigint?: string;
          comma?: string;
          false?: string;
          key?: string;
          leftCurlyBracket?: string;
          leftSquareBracket?: string;
          null?: string;
          number?: string;
          rightCurlyBracket?: string;
          rightSquareBracket?: string;
          string?: string;
          true?: string;
          undefined?: string;
      }

      The options for colorizing the JSON string.

    Returns void

    The same as pdsend except that it colorizes the outputted JSON string.