The JSON string or object to colorize.
Optionaloptions: {The options for colorizing the JSON string.
Optionalbigint?: stringThe color to use for bigints.
Optionalcomma?: stringThe color to use for commas.
Optionalfalse?: stringThe color to use for false.
Optionalkey?: stringThe color to use for keys.
OptionalleftCurlyBracket?: stringThe color to use for left curly brackets.
OptionalleftSquareBracket?: stringThe color to use for left square brackets.
Optionalnull?: stringThe color to use for null.
Optionalnumber?: stringThe color to use for numbers.
OptionalrightCurlyBracket?: stringThe color to use for right curly brackets.
OptionalrightSquareBracket?: stringThe color to use for right square brackets.
Optionalstring?: stringThe color to use for strings.
Optionaltrue?: stringThe color to use for true.
Optionalundefined?: stringThe color to use for undefined.
The colorized JSON string.
Colorizes a JSON string or object.