Skip to main content

JSONValue

Members

An individual JSON value, can be a string, number, boolean, buffer. It is one (not all) of the following types:


Subtype A

It is of the type string.


Subtype B

It is of the type number.


Subtype C

It is of the type boolean.


Subtype D

It is of the type buffer.

Luau Type

This is the luau type for JSONValue. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

type JSONValue = string | number | boolean | buffer