Sends a JSONB.stringify stringified message in chat, without including functions, getters, setters, or undefined values.
undefined
This uses the following options: {bigint: true, class: false, function: false, Infinity: true, get: false, NaN: true, NegativeInfinity: true, set: false, undefined: false}.
{bigint: true, class: false, function: false, Infinity: true, get: false, NaN: true, NegativeInfinity: true, set: false, undefined: false}
The message to send, will be passed through the JSONB.stringify function and then passed into world.sendMessage.
Optional
The spacing for the stringified JSON.
Sends a JSONB.stringify stringified message in chat, without including functions, getters, setters, or
undefined
values.This uses the following options:
{bigint: true, class: false, function: false, Infinity: true, get: false, NaN: true, NegativeInfinity: true, set: false, undefined: false}
.