The JSON to stringify.
Optionalspace: string | numberThe spacing for the stringified JSON.
This function sends a player a message containing a stringified version of the JSON value passed in. It uses JSONB.stringify with the following options: {bigint: true, class: false, function: false, Infinity: true, get: false, NaN: true, NegativeInfinity: true, set: false, undefined: true}.
The player to send the message to.