• Sends a JSONStringify stringified message in chat.

    Parameters

    • value: any

      The message to send, will be passed through the JSONStringify function (the keepUndefined paramter will be set to true) and then passed into world.sendMessage.

    • Optionalspace: string | number

      The spacing for the stringified JSON.

    Returns void