The message to send, will be passed through the JSONB.stringify function, colorized with the colorizeJSONString function, and then passed into world.sendMessage.
Optional
space: string | numberThe spacing for the stringified JSON.
Optional
options: {The options for the colorizeJSONString function, if not specified, the default options will be used.
Sends a JSONB.stringify stringified message in chat, without including functions, getters, or setters, with the message colorized.
This uses the following options:
{bigint: true, class: false, function: false, Infinity: true, get: false, NaN: true, NegativeInfinity: true, set: false, undefined: true}
.