Skip to main content

$parseJSON

Usage

Parses a JSON string into a JavaScript object.

Parameters

FieldDescription
objectThe JSON string to parse

Example

<AoiClient>.addCommand({
name: "parseJSON",
code: `$replyMessage[$parseJSON[object]]`,
});