Sends a JSONB.stringify stringified message in chat, including functions, getters, and setters.
This uses the following options: {bigint: true, class: false, function: true, Infinity: true, get: true, NaN: true, NegativeInfinity: true, set: true, undefined: true}.
{bigint: true, class: false, function: true, Infinity: true, get: true, NaN: true, NegativeInfinity: true, set: true, undefined: true}
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, including functions, getters, and setters.
This uses the following options:
{bigint: true, class: false, function: true, Infinity: true, get: true, NaN: true, NegativeInfinity: true, set: true, undefined: true}
.